Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi
SystemToolDefinitions.js1.03 kB
// src/server/tools/definitions/SystemToolDefinitions.js /** * システム関連のツール定義 */ export const systemToolDefinitions = [ { name: 'get_kintone_domain', description: 'kintoneの接続先ドメインを取得します', inputSchema: { type: 'object', properties: {} }, annotations: { readOnly: true, safe: true, category: 'system', requiresConfirmation: false, longRunning: false, impact: 'low' } }, { name: 'get_kintone_username', description: 'kintoneへの接続に使用されるユーザー名を取得します', inputSchema: { type: 'object', properties: {} }, annotations: { readOnly: true, safe: true, category: 'system', requiresConfirmation: false, longRunning: false, impact: 'low' } } ];

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/r3-yamauchi/kintone-mcp-server'

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