kintone MCP Server (Python3)
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Optional log level for debugging (e.g., DEBUG, INFO, WARNING, ERROR). | |
| KINTONE_DOMAIN | Yes | The kintone domain URL (e.g., your-subdomain.cybozu.com). | |
| KINTONE_PASSWORD | No | Password for password-based authentication. | |
| KINTONE_USERNAME | No | Username for password-based authentication. | |
| KINTONE_API_TOKEN | No | API token for token-based authentication. |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_recordsC | Get records from a kintone app |
| get_all_recordsA | Get all records from a kintone app (handles pagination automatically) |
| get_appsC | Get kintone apps information by name or other filters |
| get_recordC | Get a single record from a kintone app |
| add_recordC | Add a single record to a kintone app |
| add_recordsC | Add multiple records to a kintone app (max 100 records) |
| update_recordC | Update a single record in a kintone app |
| update_recordsC | Update multiple records in a kintone app (max 100 records) |
| get_commentsC | Get comments for a record |
| add_commentC | Add a comment to a record |
| update_statusC | Update the status of a record |
| update_statusesC | Update the status of multiple records (max 100) |
| upload_fileC | Upload a file to kintone |
| download_fileC | Download a file from kintone |
| get_appC | Get app information |
| get_form_fieldsB | Get form fields configuration |
| get_query_language_docB | Get comprehensive documentation about kintone query language syntax |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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-python3'
If you have feedback or need assistance with the MCP directory API, please join our Discord server