Skip to main content
Glama

Update Consulting Client

update_consulting_client

Update mutable fields on an owned consulting client.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
notesNo
statusNo
client_idYes
contact_nameNo
organizationNo
contact_emailNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.4/5.0
Behavior2/5

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

Annotations already provide basic behavioral hints (not read-only, not idempotent, not destructive). The description adds only 'mutable fields', which is redundant. It does not disclose side effects, permissions, or constraints beyond what the name implies.

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 extremely short (4 words of substance), which is concise. However, it lacks necessary detail to be minimally viable for an AI agent, making it under-specified rather than efficiently complete.

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?

With 7 parameters, 1 required, and no output schema description, the tool description is insufficient. The presence of an output schema is noted in context but the description does not hint at return values. The tool is part of a large set of consulting tools, yet no contextual completeness is provided.

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

Parameters1/5

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

Schema description coverage is 0%, and the description fails to explain any parameter meaning or valid values. For example, 'status' has an enum but no clarification that it toggles client state. The description is purely generic.

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 resource ('consulting client'), and includes the qualifier 'owned' which provides some scope. However, it does not differentiate from sibling update tools like update_consulting_deliverable or update_deal, which is needed for a top score.

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 on when to use this tool versus alternatives. The description mentions 'owned' but does not explain what that implies or when not to use it. Sibling tools like create_consulting_client or other update functions are not contrasted.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources