Skip to main content
Glama
get-apis-list.ts575 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { getApiList as getApiList } from '../client.js'; import type { ToolParameters } from '../types.js'; export const getApiListTool: Tool = { name: 'microcms_get_api_list', description: 'Get list of all available APIs (endpoints) from microCMS Management API. Returns API name, endpoint, and type (list/object) for each API.', inputSchema: { type: 'object', properties: {}, required: [], }, }; export async function handleGetApiList(params: ToolParameters) { return await getApiList(); }

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/microcmsio/microcms-mcp-server'

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