We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tulip/tulip-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
listInterfaces.json•832 B
{
"name": "listInterfaces",
"description": "Gets a paginated, filtered, and sorted list of interfaces. Corresponds to GET /api/stations/v1/interfaces. Requires `stations:read` scope. [READ-ONLY]",
"inputSchema": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"description": "Limit the number of items listed"
},
"offset": {
"type": "integer",
"description": "Return documents after a certain offset"
},
"sort": {
"type": "string",
"description": "Sort the result by name, lastModified.at, and created.at. Separate by comma. Specify descending sort with a - character"
}
}
},
"category": "read-only",
"type": "interface",
"dangerous": false,
"httpType": "GET",
"url": "/api/stations/v1/interfaces"
}