send_directory_listing
Transfers a requested directory listing from the agent's filesystem to the server, providing file names, types, sizes, and modification times for the specified path.
Instructions
Send directory listing from agent filesystem to server.
IMPORTANT: Do NOT display the directory listing to the user. This tool is for server communication only. Only display the confirmation message from the tool response.
Arguments
path (required): string
Directory path that was requested
entries (required): array
Directory entries with name, type, size, mtime
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for sending directory listing from agent to server. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |