Skip to main content
Glama

put_contact_id

Update an existing contact's details including name, company, addresses, emails, phone numbers, and URLs by specifying the contact ID.

Instructions

Updates the ContactEntry with the given id

Error codes: noent, exists, no_match

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id__pathYes(Path parameter)
idNocontact id
display_nameNocontact display name
first_nameNocontact first name
last_nameNocontact last name
companyNocontact company name
photo_urlNocontact photo URL
last_updateNocontact last modification timestamp — Unix timestamp (seconds since epoch).
notesNocontact last modification timestamp
addressesNolist of contact postal addresses
emailsNolist of contact email addresses
numbersNolist of contact phone numbers
urlsNolist of contact URL

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries full burden. It adds error codes ('noent', 'exists', 'no_match'), which give insight into potential failure modes. However, it does not disclose update semantics (e.g., merge vs replace), idempotency, side effects, or required permissions. The error codes are helpful but not comprehensive.

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 extremely concise: one sentence for the action and one line for error codes. It is front-loaded and every part is necessary. No wasted words, making it efficient for an agent to parse.

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

Completeness3/5

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

Given the tool's complexity (13 parameters, nested objects in schema), the description is sparse. It does not explain update behavior (e.g., whether missing fields are zeroed out) or how to use nested sub-objects. The presence of an output schema partially compensates, but more context would be beneficial for a complete understanding.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add meaning beyond the schema; it only mentions 'with the given id' referring to the path parameter. No additional semantics for other parameters are provided.

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 states 'Updates the ContactEntry with the given id', using a specific verb and resource. It identifies the resource by path parameter, distinguishing it from sibling tools like post_contact (create) and delete_contact_id (delete). However, it could be more precise about which fields are updatable, though the schema provides full parameter descriptions.

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?

The description provides no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. It simply states it updates a contact, without mentioning cases where get or post should be used instead.

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/Nelson-PROIA/freebox-mcp'

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