Skip to main content
Glama

Captain Data MCP API

introspect.ts1.07 kB
// Schema for OpenAPI documentation export const introspectSchema = { operationId: 'getIntrospect', tags: ['Introspection'], summary: 'List available tools', description: 'Get metadata about available tools (MCP introspection)', querystring: { type: 'object', properties: { v: { type: 'string', description: 'Version parameter. Use "full" to get all tools', enum: ['full'] } } }, response: { 200: { type: 'object', properties: { tools: { type: 'array', items: { type: 'object', properties: { type: { type: 'string' }, function: { type: 'object', properties: { name: { type: 'string' }, description: { type: 'string' }, parameters: { type: 'object', additionalProperties: true } } } } } } } } } };

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/captaindatatech/captaindata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server