Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
GetApiEndpoint.ts•665 B
export class GetApiEndpoint { static readonly name = "get_api_endpoint"; static readonly description = "Get detailed information about a specific kintone API endpoint"; static readonly inputSchema = { type: "object", properties: { endpoint: { type: "string" }, method: { type: "string" }, }, required: ["endpoint", "method"], }; static async run(args: Record<string, unknown>): Promise<unknown> { // Stub implementation - will be filled in during actual implementation return { endpoint: (args as { endpoint?: unknown }).endpoint, method: (args as { method?: unknown }).method, description: "Mock API endpoint details", }; } }

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