Skip to main content
Glama
r3-yamauchi

kintone MCP Server (Python3)

by r3-yamauchi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoOptional log level for debugging (e.g., DEBUG, INFO, WARNING, ERROR).
KINTONE_DOMAINYesThe kintone domain URL (e.g., your-subdomain.cybozu.com).
KINTONE_PASSWORDNoPassword for password-based authentication.
KINTONE_USERNAMENoUsername for password-based authentication.
KINTONE_API_TOKENNoAPI token for token-based authentication.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_records

Get records from a kintone app

get_all_records

Get all records from a kintone app (handles pagination automatically)

get_apps

Get kintone apps information by name or other filters

get_record

Get a single record from a kintone app

add_record

Add a single record to a kintone app

add_records

Add multiple records to a kintone app (max 100 records)

update_record

Update a single record in a kintone app

update_records

Update multiple records in a kintone app (max 100 records)

get_comments

Get comments for a record

add_comment

Add a comment to a record

update_status

Update the status of a record

update_statuses

Update the status of multiple records (max 100)

upload_file

Upload a file to kintone

download_file

Download a file from kintone

get_app

Get app information

get_form_fields

Get form fields configuration

get_query_language_doc

Get comprehensive documentation about kintone query language syntax

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/r3-yamauchi/kintone-mcp-server-python3'

If you have feedback or need assistance with the MCP directory API, please join our Discord server