List Allowed Directories
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.
Purpose
This skill provides access to the MCP tool list_allowed_directories. It allows you to 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..
Parameters
This tool does not require any parameters.
Usage Instructions
To use this tool:
- Prepare the parameters according to the schema above
- Invoke the MCP tool
list_allowed_directorieswith the prepared parameters - Process the result returned by the tool
Example
{
}
Expected Output
The tool returns data with the following structure:
- content (
string): No description provided
Notes
- This skill requires an active MCP connection to the server providing the
list_allowed_directoriestool - Ensure the MCP server is properly configured and running before attempting to use this tool
- Review the parameter requirements carefully to avoid errors