Skip to main content
Glama
dversum

dVersum MCP Server

Official
by dversum

update_client

Modify an existing client's contact and business details in your dVersum workspace. Change name, email, address, phone, VAT ID, and other fields.

Instructions

Update an existing client's details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe client UUID
zipNoPostal/ZIP code
cityNoCity
nameNoClient/company name
emailNoPrimary email address
notesNoInternal notes
phoneNoPhone number
vat_idNoVAT ID
addressNoStreet address
countryNoCountry
websiteNoWebsite URL
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. 'Update an existing client's details' gives no information about partial vs. full replacement, behavior when the id doesn't exist, response format, or authorization requirements. It is a bare mutation statement with no additional context.

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 clear sentence with zero wasted words. It is appropriately sized for a simple CRUD operation and front-loaded with the key verb and object.

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?

The tool has 11 parameters and no output schema, yet the description only provides the basic action. It omits contextual details such as update semantics, error handling, return value expectations, and prerequisites. This is a significant gap for an agent trying to invoke the tool correctly.

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 has descriptions for all 11 parameters, providing 100% coverage. The description itself adds no parameter-level semantics beyond what the schema already offers. Baseline of 3 applies because the schema does the heavy lifting.

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 ('an existing client's details'). It is specific and unambiguous, though it does not explicitly distinguish from sibling tools like create_client or delete_client. The verb 'Update' and the word 'existing' imply the distinction.

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 does not provide explicit guidance on when to use this tool versus alternatives. The phrase 'existing client' implies it should be used when modifying a client that already exists, but no alternatives are named. Usage is implied rather than stated.

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/dversum/mcp-server'

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