We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/s2005/wcli0'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
toolListHandler.md•769 B
# handlers/toolListHandler
- **lists only enabled shells in execute_command** – ensures the execute_command tool schema lists only shells that are enabled in the configuration.
- **includes shell-specific settings in description** – verifies that the tool descriptions note per-shell settings such as command timeouts.
- **indicates path format for each shell** – checks that descriptions mention the expected path style for each shell.
- **validate_directories shows shell option when shells enabled** – confirms that the directory validation tool exposes a shell parameter when relevant.
- **omits validate_directories when restrictions disabled** – ensures the tool list excludes the directory validation tool when working directory restrictions are off.