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') |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
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/luvl/mcp-kintone-lite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server