Skip to main content
Glama

update_account

Idempotent

Partially update an X account's settings: proxy, persona, cookies, or activity status. Closes the current browser session to apply changes before the next action.

Instructions

Partially update an account. Only provided fields change (None = leave unchanged); pass an empty string to clear proxy. persona sets the freeform persona text; pass an empty string to clear it. cookie_file re-imports cookies like add_account. The account's warm browser session is closed, so the next action cold-starts on the new config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
proxyNo
accountYes
personaNo
is_activeNo
cookie_fileNo
self_handlesNo
action_configNo
target_keywordsNo
competitor_profilesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description adds significant value beyond annotations: it explains that only provided fields change (idempotent behavior), how to clear specific fields, and that the warm browser session is closed (side effect). This aligns with annotations (idempotentHint true, destructiveHint false) and provides concrete behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is concise at 4 sentences, front-loading the purpose. Each sentence adds value, though it could be more structured (e.g., grouping parameter behaviors).

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 9 parameters and 1 required, the description covers key behaviors but fails to document several parameters. The output schema likely exists, but the description should at least mention the scope of partial updates. Adequate for a complex tool but with clear gaps.

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?

With 0% schema description coverage, the description partially compensates by explaining proxy, persona, and cookie_file semantics. However, it does not describe other parameters (is_active, self_handles, action_config, target_keywords, competitor_profiles), leaving gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Partially update an account' and lists the updatable fields (proxy, persona, cookie_file, etc.). It clearly distinguishes from sibling tools like add_account, remove_account, and set_account_active by focusing on partial updates.

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 implies usage for updating account settings but does not explicitly state when to use this tool versus alternatives like add_account or set_account_active. No exclusions or when-not-to-use guidance is provided.

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/ihuzaifashoukat/x-use'

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