List Remote Directory
fs_listList the contents of a remote directory via an active SSH session, with optional pagination to control the number of items returned.
Instructions
Lists directory contents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| path | Yes | Directory path to list | |
| limit | No | Maximum items per page (default: 100) | |
| sessionId | Yes | SSH session ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | ||
| nextToken | No |