mcp-kintone-lite
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KINTONE_PASSWORD | Yes | Your Kintone password | |
| KINTONE_USERNAME | Yes | Your Kintone username | |
| KINTONE_SUBDOMAIN | Yes | Your Kintone subdomain (e.g., 'mycompany' for 'mycompany.cybozu.com') |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kintone_get_recordsA | Get multiple records from a Kintone app with query filtering, pagination, and field selection. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_get_recordA | Get a single record from a Kintone app by record ID. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_create_recordA | Create a new record in a Kintone app with field validation. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_update_recordA | Update an existing record in a Kintone app with revision control. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_delete_recordA | Delete a record from a Kintone app by ID with safety confirmation. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_list_appsA | 🔍 START HERE: List available Kintone apps with pagination support. Use this first to get app IDs for other operations. |
| kintone_get_appA | Get detailed information about a single Kintone app. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_get_form_fieldsA | ⭐ ESSENTIAL: Get field definitions, types, display names, and validation rules for a Kintone app. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_get_viewsA | Get app view configurations for a Kintone app. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_get_form_layoutA | Get form layout information for a Kintone app. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool targets a distinct Kintone resource or operation—app listing, app details, records, form fields, layout, views, and CRUD for records. There is no overlap; descriptions clarify the purpose of each tool.
All tools follow the consistent pattern 'kintone_verb_noun' (e.g., kintone_create_record, kintone_get_record, kintone_list_apps). No mixing of cases or inconsistent verb forms.
With 10 tools, the set is well-scoped for a Kintone integration: covers app discovery, record CRUD, and metadata retrieval (fields, layout, views). This is appropriate for a 'lite' server.
The server covers the core workflow: listing apps, getting app details, record CRUD, and essential metadata (fields, layout, views). Minor gaps like bulk operations or file handling are acceptable for a lite version.