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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kintone_get_records | 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_record | Get a single record from a Kintone app by record ID. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_create_record | Create a new record in a Kintone app with field validation. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_update_record | Update an existing record in a Kintone app with revision control. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_delete_record | Delete a record from a Kintone app by ID with safety confirmation. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_list_apps | 🔍 START HERE: List available Kintone apps with pagination support. Use this first to get app IDs for other operations. |
| kintone_get_app | Get detailed information about a single Kintone app. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_get_form_fields | ⭐ 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_views | Get app view configurations for a Kintone app. ⚠️ Use 'kintone_list_apps' first to get available app IDs. |
| kintone_get_form_layout | 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 | |