List Allowed Directories
list_allowed_directoriesCheck which directories are accessible, including nested subdirectories, before attempting file access. Avoid permission errors by verifying allowed paths upfront.
Instructions
Returns the list of directories that this server is allowed to access. Subdirectories within these allowed directories are also accessible. Use this to understand which directories and their nested paths are available before trying to access files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |