Skip to main content
Glama
axeldotdev

Headquarter

by axeldotdev

update_client

Update a client's details by providing the client ID and new values for name, address, website, email, or phone.

Instructions

Update an existing client

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesClient ID (slug)
nameYesClient name
emailNoClient email
phoneNoClient phone number
addressNoClient address
websiteNoClient website URL
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It only says 'Update an existing client' but fails to explain whether updates are partial or full replacement, whether all fields are required, what happens on failure (e.g., non-existent client), or idempotency. This is insufficient for a mutation tool.

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

Conciseness3/5

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

The description is a single phrase, which is concise but lacks structure. It could be a complete sentence or include a brief note about required fields or behavior. It is not verbose but misses an opportunity to be more informative in the same space.

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 tool has 6 parameters, no output schema, and no annotations, the description should at least indicate that updates are partial (patch-like) or that the client must exist. It does not, making it incomplete for a tool of moderate complexity.

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 covers 100% of parameters with descriptions, so the schema already provides meaning. The description adds no additional semantics beyond what the schema says. Baseline 3 is appropriate as the description does not compensate for any gaps.

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 the action ('Update') and the resource ('client'), making it distinct from sibling tools like create_client, delete_client, get_client, and list_clients. However, it lacks specificity about which fields can be updated, though the schema provides that detail.

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. For example, it does not mention that the client must already exist, or that other update tools exist for different resources. The description is purely functional without context.

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/axeldotdev/headquarter-mcp'

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