We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atree1023/snc-cribl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"id": "sidlookup",
"schema": {
"type": "object",
"title": "",
"properties": {
"fields": {
"title": "Lookup fields",
"description": "Set of expressions matched to lookup responses",
"type": "array",
"items": {
"type": "object",
"required": ["expr"],
"properties": {
"name": {
"type": "string",
"title": "Name"
},
"expr": {
"type": "string",
"title": "Value Expression",
"description": "JavaScript expression to compute the value (can be constant)",
"jsExpression": true
},
"disabled": {
"type": "boolean",
"default": false,
"description": "Set to No to disable the evaluation of an individual expression"
}
}
}
}
}
}
}