We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/firebase/genkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
dataset.json•493 B
[
{
"testCaseId": "case1",
"input": "How many states are in the US?",
"output": "There are 50 states in the US.",
"reference": "50"
},
{
"testCaseId": "case2",
"input": "What is the capital of France?",
"output": "The capital of France is Paris.",
"reference": "Paris"
},
{
"testCaseId": "case3",
"input": "Who Lily is?",
"output": "Lily is a cat.",
"reference": "cat"
}
]