Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
APISpecification.ts•395 B
import type { Example, Parameter, Response } from "./Supporting.js"; export type HttpMethod = "GET" | "POST" | "PUT" | "DELETE"; export interface APISpecification { id: string; name: string; method: HttpMethod; endpoint: string; description: string; parameters: Parameter[]; responses: Response[]; examples: Example[]; deprecated: boolean; version: "v1" | "v2"; category: string; }

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