We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-debugger/aidb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
hit-conditions-table.md•270 B
**Hit Condition Formats**:
- `"5"`: Break on exactly the 5th hit
- `">5"`: Break after more than 5 hits (Python & JavaScript only)
- `">=5"`: Break on 5th hit or later (Python & JavaScript only)
- `"%5"`: Break every 5th hit (5, 10, 15, ...) (Python & JavaScript only)