Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

search_records

Query and retrieve specific records from Kintone apps using the app ID, fields, and a search query, enabling efficient data management and extraction.

Instructions

kintoneアプリのレコードを検索します

Input Schema

NameRequiredDescriptionDefault
app_idYeskintoneアプリのID
fieldsNo取得するフィールド名の配列
queryNo検索クエリ

Input Schema (JSON Schema)

{ "properties": { "app_id": { "description": "kintoneアプリのID", "type": "number" }, "fields": { "description": "取得するフィールド名の配列", "items": { "type": "string" }, "type": "array" }, "query": { "description": "検索クエリ", "type": "string" } }, "required": [ "app_id" ], "type": "object" }

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