Skip to main content
Glama

update_record

Update a record in a collection by changing only the provided fields. Identify the record using collection and record IDs.

Instructions

Update a record — partial update, only provided fields are changed

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoField values to update
statusNo
record_idYes
workspace_idNoWorkspace ID — omit to use the first workspace from context
collection_idYes
Behavior3/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It does reveal a key behavior—partial updates that leave unspecified fields unchanged—but it does not mention failure modes, return values, or any side effects. This is sufficient for a basic CRUD operation but lacks depth.

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 a single, front-loaded sentence with no filler. It earns its place by conveying the essential partial-update semantics.

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 the absence of annotations and output schema, the description leaves notable gaps: no mention of error behavior, return values, or that status can be updated directly. For a mutation tool with five parameters, this level of detail is insufficient.

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

Parameters2/5

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

Only 40% of parameters have schema descriptions, and the tool description adds no parameter-level guidance. The phrase 'provided fields' alludes to the data object but does not clarify other parameters like status, collection_id, or record_id. The description fails to compensate for the schema's low coverage.

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 uses a specific verb ('update') and resource ('record'), clearly distinguishing from sibling tools like create_record, delete_record, and get_record. The phrase 'partial update, only provided fields are changed' adds precision about the operation's scope.

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 conveys that this tool is for modifying existing records with granular control, implying use when only specific fields need changing rather than a full replacement. However, it does not explicitly name alternatives or state when not to use it, so it stops short of strong guidance.

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/headlohq/headlo-mcp'

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