Skip to main content
Glama

Move account to another profile

accounts_move_account_to_profile
Destructive

Move account to another profile

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYes(required)
profile_idYesTarget profile ID (must be a valid ObjectId and owned by the same user as the account). (required)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

The annotations already declare destructiveHint=true and readOnlyHint=false, so the description does not contradict them, but it also adds no behavior beyond the word 'move'. It never explains what happens to the original profile association, whether the operation is reversible, or what side effects occur.

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 one short, front-loaded sentence with no filler, repetition, or extra clauses. Every word is necessary to convey the basic action, even though that action is minimal.

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?

Despite having annotations and a two-parameter schema, the description leaves the semantics of 'move' entirely to inference. It does not explain the effect on the account's original profile, any permission needs, or whether data is transferred, which is significant for a destructive operation. The presence of an output schema is not enough to compensate for this missing explanatory context.

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?

Schema description coverage is 100%, and the profile_id parameter includes a meaningful constraint about valid ObjectId and same-user ownership. The description itself contributes nothing to parameter understanding, so the baseline score of 3 is appropriate.

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

Purpose2/5

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

Tautological: description restates name/title.

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?

There is no guidance about when to use this tool versus siblings like accounts_get, profiles_update, or accounts_list. The description neither states when not to use it nor identifies alternatives or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.