Skip to main content
Glama
search_text.json1.04 kB
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "search_text input", "type": "object", "required": ["query", "workspace_id"], "properties": { "workspace_id": { "type": "string", "description": "Workspace identifier" }, "rel_path": { "type": "string", "description": "Path relative to workspace root" }, "query": { "type": "string", "description": "Search query string" }, "regex": { "type": "boolean", "default": true }, "case_sensitive": { "type": "boolean", "default": false }, "include_globs": { "type": "array", "items": {"type": "string"} }, "exclude_globs": { "type": "array", "items": {"type": "string"} }, "max_matches": { "type": "integer", "default": 1000 }, "before": { "type": "integer", "default": 0 }, "after": { "type": "integer", "default": 0 }, "max_depth": { "type": "integer" } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andrey-zhuravl/mcp-desktop-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server