Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
DevelopmentTip.ts•406 B
import type { CodeExample } from "./Supporting.js"; export type Difficulty = "beginner" | "intermediate" | "advanced"; export interface DevelopmentTip { id: string; title: string; summary: string; content: string; category: string; tags: string[]; difficulty: Difficulty; lastUpdated: string; // ISO timestamp relatedApis: string[]; relatedFieldTypes: string[]; codeExamples: CodeExample[]; }

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