Skip to main content
Glama

kintone_update_record

Update an existing record in a Kintone app using field codes and values, with optional revision control for optimistic locking.

Instructions

Update an existing record in a Kintone app with revision control. ⚠️ Use 'kintone_list_apps' first to get available app IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesThe ID of the Kintone app (use kintone_list_apps to see available app IDs)
record_idYesThe ID of the record to update
record_dataYesRecord data to update as key-value pairs where keys are field codes and values are field values. Each field value should be an object with 'value' property.
revisionNoRecord revision number for optimistic locking (optional but recommended)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully disclose behavior. It mentions revision control (optimistic locking) but doesn't detail side effects (e.g., field overwrite, event triggers). The parameter description for revision adds some context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no extraneous information. The warning emoji and imperative instruction are efficient and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 4 parameters, nested objects, and no output schema, the description is fairly comprehensive. It covers purpose, prerequisite, and key parameter details. Missing details about return value or behavior without revision are minor gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the record_data format (key-value pairs with 'value' property) and the purpose of the revision parameter for optimistic locking.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Update an existing record in a Kintone app with revision control,' specifying the action and resource. It distinguishes from siblings by mentioning revision control and instructing to use kintone_list_apps first.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly advises using kintone_list_apps first to get app IDs. While it doesn't explicitly state when not to use the tool, the sibling context implies this is for updating existing records.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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