Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
SearchDevelopmentTips.ts•609 B
export const SearchDevelopmentTips = { name: "search_development_tips", description: "Search kintone development tips and best practices", inputSchema: { type: "object", properties: { query: { type: "string" }, category: { type: "string" }, difficulty: { type: "string" }, includeCode: { type: "boolean", default: true }, maxResults: { type: "integer", default: 10 }, }, required: ["query"], additionalProperties: false, }, async run(_args: Record<string, unknown>): Promise<unknown[]> { return []; }, }; export type SearchDevelopmentTipsTool = typeof SearchDevelopmentTips;

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