We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wx-b/long-context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
evidence_query.txt•403 B
Return a JSON array where each item is:
{
"path": "<relative file path>",
"start_line": <1-based int>,
"end_line": <1-based int>,
"excerpt": "<exact substring from file spanning start_line..end_line with \n newlines>",
"hash": "<sha256 of excerpt utf-8 hex>"
}
Rules:
- excerpt MUST appear verbatim in the file (no ellipses).
- hash MUST equal sha256(excerpt).
- Output MUST be raw JSON only.