Skip to main content
Glama
getcoherence

Coherence XRM

Official
by getcoherence

update_record

Update existing records by modifying field values or display name to keep data current.

Instructions

Update an existing record's fields or display name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moduleSlugYesModule slug
recordIdYesRecord UUID
displayNameNoNew display name
fieldsNoField values to update, keyed by field ID
Behavior2/5

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

No annotations are present, and the description does not disclose behavioral traits such as whether the operation is destructive, required permissions, or side effects. For a mutation tool, more transparency is expected.

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

Conciseness4/5

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

The description is a single, concise sentence that front-loads the core action and resource. It avoids unnecessary words, though it could be slightly expanded without losing brevity.

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

Completeness2/5

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

Given no output schema, no annotations, and a relatively simple mutation tool, the description lacks completeness. It does not explain return values, error handling, or prerequisites (e.g., does record need to exist?).

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

Parameters3/5

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

The input schema provides full description coverage (100%) for all parameters. The description adds 'fields or display name' which aligns with schema but does not significantly deepen understanding beyond what the schema already conveys.

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

Purpose4/5

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

The description clearly specifies the action ('update') and resource ('existing record'), and mentions specific updatable aspects (fields or display name). This distinguishes it from sibling tools like create_record and delete_record.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives (e.g., update_outreach_item). The description simply states what the tool does without context or exclusions.

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/getcoherence/mcp-server'

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