You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Reads and returns the last N lines of a text file.This is useful for quickly previewing file contents without loading the entire file into memory.If the file has fewer than N lines, the entire file will be returned.Only works within allowed directories.</td>
134
-
<td>
135
-
<ul>
136
-
<li> <code>lines</code> : integer<br /></li>
137
-
<li> <code>path</code> : string<br /></li>
138
-
</ul>
139
-
</td>
140
-
</tr>
141
-
<tr>
142
-
<td>10.</td>
143
130
<td>
144
131
<code><b>list_allowed_directories</b></code>
145
132
</td>
@@ -150,7 +137,7 @@
150
137
</td>
151
138
</tr>
152
139
<tr>
153
-
<td>11.</td>
140
+
<td>10.</td>
154
141
<td>
155
142
<code><b>list_directory</b></code>
156
143
</td>
@@ -162,7 +149,7 @@
162
149
</td>
163
150
</tr>
164
151
<tr>
165
-
<td>12.</td>
152
+
<td>11.</td>
166
153
<td>
167
154
<code><b>list_directory_with_sizes</b></code>
168
155
</td>
@@ -174,7 +161,7 @@
174
161
</td>
175
162
</tr>
176
163
<tr>
177
-
<td>13.</td>
164
+
<td>12.</td>
178
165
<td>
179
166
<code><b>move_file</b></code>
180
167
</td>
@@ -187,7 +174,7 @@
187
174
</td>
188
175
</tr>
189
176
<tr>
190
-
<td>14.</td>
177
+
<td>13.</td>
191
178
<td>
192
179
<code><b>read_file_lines</b></code>
193
180
</td>
@@ -201,7 +188,7 @@
201
188
</td>
202
189
</tr>
203
190
<tr>
204
-
<td>15.</td>
191
+
<td>14.</td>
205
192
<td>
206
193
<code><b>read_media_file</b></code>
207
194
</td>
@@ -214,7 +201,7 @@
214
201
</td>
215
202
</tr>
216
203
<tr>
217
-
<td>16.</td>
204
+
<td>15.</td>
218
205
<td>
219
206
<code><b>read_multiple_media_files</b></code>
220
207
</td>
@@ -227,7 +214,7 @@
227
214
</td>
228
215
</tr>
229
216
<tr>
230
-
<td>17.</td>
217
+
<td>16.</td>
231
218
<td>
232
219
<code><b>read_multiple_text_files</b></code>
233
220
</td>
@@ -239,7 +226,7 @@
239
226
</td>
240
227
</tr>
241
228
<tr>
242
-
<td>18.</td>
229
+
<td>17.</td>
243
230
<td>
244
231
<code><b>read_text_file</b></code>
245
232
</td>
@@ -251,7 +238,7 @@
251
238
</td>
252
239
</tr>
253
240
<tr>
254
-
<td>19.</td>
241
+
<td>18.</td>
255
242
<td>
256
243
<code><b>search_files</b></code>
257
244
</td>
@@ -267,7 +254,7 @@
267
254
</td>
268
255
</tr>
269
256
<tr>
270
-
<td>20.</td>
257
+
<td>19.</td>
271
258
<td>
272
259
<code><b>search_files_content</b></code>
273
260
</td>
@@ -284,6 +271,19 @@
284
271
</ul>
285
272
</td>
286
273
</tr>
274
+
<tr>
275
+
<td>20.</td>
276
+
<td>
277
+
<code><b>tail_file</b></code>
278
+
</td>
279
+
<td>Reads and returns the last N lines of a text file.This is useful for quickly previewing file contents without loading the entire file into memory.If the file has fewer than N lines, the entire file will be returned.Only works within allowed directories.</td>
0 commit comments