We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/glassBead-tc/Thoughtbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"runId": "run-2026-01-21T07-36-02-630Z-f5ae62c",
"timestamp": "2026-01-21T07:36:54.661Z",
"gitCommit": "f5ae62c",
"results": [
{
"testId": "thoughtbox-basic",
"testName": "Thoughtbox Basic Flow",
"toolhost": "thoughtbox",
"passed": true,
"duration_ms": 21956.309583,
"response_bytes": 603,
"tokens_estimated": 151,
"timestamp": "2026-01-21T07:36:24.597Z"
},
{
"testId": "mental-models-list",
"testName": "Mental Models List Operation",
"toolhost": "mental_models",
"passed": true,
"duration_ms": 12090.021500000003,
"response_bytes": 135,
"tokens_estimated": 34,
"timestamp": "2026-01-21T07:36:36.687Z"
},
{
"testId": "mental-models-get",
"testName": "Mental Models Get Operation",
"toolhost": "mental_models",
"passed": true,
"duration_ms": 12007.874040999995,
"response_bytes": 112,
"tokens_estimated": 28,
"timestamp": "2026-01-21T07:36:48.695Z"
},
{
"testId": "init-state",
"testName": "Init State Check",
"toolhost": "init",
"passed": true,
"duration_ms": 5966.072165999998,
"response_bytes": 74,
"tokens_estimated": 19,
"timestamp": "2026-01-21T07:36:54.661Z"
}
],
"summary": {
"total": 4,
"passed": 4,
"failed": 0,
"avg_duration_ms": 13005.069322499998,
"total_response_bytes": 924,
"total_tokens_estimated": 232
}
}