Skip to main content
Glama
mrchevyceleb

Crelate MCP Server

by mrchevyceleb

update_contact

Update a contact's details in Crelate by providing their ID and any new information such as name, email, phone, or job title.

Instructions

Update an existing contact in Crelate.

Args: contact_id: The unique ID of the contact to update first_name: Contact's first name last_name: Contact's last name email: Contact's email address phone: Contact's phone number title: Contact's job title

Returns: JSON string containing the updated contact details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
phoneNo
titleNo
last_nameNo
contact_idYes
first_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states 'Update' but does not disclose permissions, idempotency, partial vs full update behavior, or what happens when optional fields are set to null. For a mutation without annotations, more is needed.

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 line for the action, then a clean parameter list. Every sentence adds value, and the main purpose is frontloaded.

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 that the tool has an output schema and only 6 parameters, the description covers the basics well. However, it omits details about partial updates and error cases, which are minor gaps for a simple update tool.

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?

With 0% schema description coverage, the description adds meaning by listing each parameter with a brief explanation (e.g., 'contact_id: The unique ID of the contact to update'). This goes beyond the schema's type/title, though it doesn't provide format constraints or defaults.

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 contact in Crelate', which is a specific verb+resource. It distinguishes this from 'create_contact' because it's an update operation, and the tool name reinforces this.

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

Usage Guidelines3/5

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

The description implies usage when modifying a contact but does not explicitly state when to use versus alternatives like 'create_contact' or 'get_contact'. It lacks guidance on prerequisites (e.g., contact must exist) or when not to use this tool.

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/mrchevyceleb/crelate-mcp'

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