update_account
Update the display name of a connected social media account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| account_id | Yes |
Update the display name of a connected social media account.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| account_id | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action 'update the display name' without revealing side effects, permission requirements, reversibility, or error behavior. This is a minimal disclosure 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence with no filler. It front-loads the core action and resource, making it immediately readable and scannable for an agent.
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?
For a simple two-parameter update, the description covers the core action but omits context such as error handling, success/failure behavior, and any connection prerequisites (suggested by the sibling 'reconnect_account'). It is minimally adequate but not complete for a mutation tool with no annotations or output schema.
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 has 0% description coverage, so the description must explain the parameters. It implicitly ties 'name' to 'display name', which adds some meaning, but it does not clarify constraints (e.g., length, format) or the purpose of 'account_id' beyond being an identifier. The description does not sufficiently compensate for the absent schema descriptions.
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 states the verb 'update' and the resource 'display name of a connected social media account'. It is specific and distinguishes from siblings like delete_account, reconnect_account, and update_post, leaving no ambiguity about what this tool does.
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?
The description provides no guidance on when to use this tool versus alternatives such as reconnect_account or update_post. There is no mention of prerequisites (e.g., account must be connected) or scenarios where this tool is not appropriate, leaving the agent to infer usage from the action alone.
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.