update_preferences
Update user preferences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tone | No | ||
| sign_off | No | ||
| priorities | No | ||
| vip_contacts | No | ||
| email_platform | No | ||
| automation_level | No |
Update user preferences.
| Name | Required | Description | Default |
|---|---|---|---|
| tone | No | ||
| sign_off | No | ||
| priorities | No | ||
| vip_contacts | No | ||
| email_platform | No | ||
| automation_level | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description gives no behavioral details beyond 'update' (a mutation). It does not disclose required permissions, whether changes are reversible, effects on existing preferences, or any side effects. This is a significant gap for a write operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely brief (one sentence), which is concise, but under-specification is not the same as conciseness. For a tool with 6 parameters, this level of brevity is not appropriately sized, and it lacks necessary detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 6 optional parameters, no output schema, and no annotations, the description fails to convey the tool's full scope. It does not explain parameter meanings, return values, or how this update interacts with other preference-related functions. The description is incomplete for effective tool use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema defines 6 parameters with no descriptions, and the description names none of them. With 0% schema coverage, the agent receives no semantic information about tone, sign_off, priorities, vip_contacts, email_platform, or automation_level. The description adds zero parameter meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the action ('Update') and the resource ('user preferences'), which matches the tool name. However, it does not specify which preferences are affected or differentiate from siblings like get_preferences, so it is clear but lacks sibling differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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. It does not mention prerequisites, use cases, or exclusions. The description merely states what it does without any context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.