We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/btangonan/smart_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
api-validation.json•631 B
{
"routesTotal": 0,
"mcpToolsTotal": 1,
"toolsWithSchemas": 0,
"coveragePct": 0,
"validators": [],
"gaps": [
{
"tool": "sm",
"reason": "No input schema validation beyond basic JSON schema type checking. Arguments dict is validated for required 'shortcut' key but no validation of shortcut name or context content."
}
],
"notes": "MCP tool uses basic JSON schema for type definitions but no runtime validation library. Input validation is minimal: only checks for required 'shortcut' argument, validates existence in shortcuts dict, but no validation of shortcut content or context parameter."
}