Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
SearchApiSpecs.ts•580 B
export const SearchApiSpecs = { name: "search_api_specs", description: "Search kintone API specifications by endpoint, method, or keyword", inputSchema: { type: "object", properties: { query: { type: "string" }, category: { type: "string" }, method: { type: "string" }, version: { type: "string" }, includeDeprecated: { type: "boolean" }, }, required: ["query"], additionalProperties: false, }, async run(args: Record<string, unknown>): Promise<unknown[]> { void args; return []; }, }; export type SearchApiSpecsTool = typeof SearchApiSpecs;

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/f4ah6o/kntn-dev-mcp'

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