Skip to main content
Glama
pauliowest

Campaign Monitor MCP

by pauliowest

update_client_basics

Update a client's company name, country, and timezone. Specify the client ID and new values to modify their basic details.

Instructions

Update a client's basic details including company name, country, and timezone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
client_idNoClient ID (uses default if not provided)
company_nameYesCompany name
countryYesCountry name (use get_countries for valid values)
timezoneYesTimezone (use get_timezones for valid values)
Behavior2/5

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

No annotations are provided, so the description bears full responsibility. It only states 'update' which implies mutation but does not disclose required permissions, reversibility, side effects, or the response format. 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.

Conciseness5/5

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

The description is a single, efficient sentence with no redundant words. It front-loads the key information (update client basics) and specifies the fields. Every word earns its place.

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 complexity (4 params, no output schema, many siblings), the description is too sparse. It does not mention that client_id is optional (with a default), nor does it note the requirement to use get_countries/get_timezones for valid values (though the schema does). It also offers no guidance on distinguishing from other update tools.

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 100% description coverage, so the schema already explains each parameter meaningfully. The description merely repeats 'including company name, country, and timezone' without adding new information beyond the schema, so it meets the baseline but adds little value.

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 'Update a client's basic details' and lists the fields (company name, country, timezone), giving a specific verb and resource. However, it does not differentiate from other update tools on the server, such as update_client_person or update_admin, which would help the agent choose the correct tool.

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 the many sibling update tools. There is no mention of prerequisites, alternatives, or when not to use it, leaving the agent to infer usage from the name alone.

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/pauliowest/cmon-mcp'

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