Skip to main content
Glama
ezydubs
by ezydubs

switch_account

Change the active trading account by specifying its account id from list_accounts. Use this to select which account will receive live orders.

Instructions

Switch the active trading account by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYesAccount id from list_accounts
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It states that the active account is switched but does not mention that subsequent calls will use this account, whether the switch is persistent, or any side effects on open positions or orders. This is thin for a state-changing operation.

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, front-loaded sentence with no filler. Every word earns its place, and the essential action and target are immediately clear.

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?

For a single-parameter tool with full schema coverage, the description is minimally adequate. However, because there are no annotations and no output schema, the agent is left to guess at side effects and return behavior, making it incomplete for a state-changing operation.

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% because account_id is documented as 'Account id from list_accounts,' which correctly ties the parameter to a sibling tool. The tool description adds no further parameter detail, so the baseline of 3 applies.

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 the action (switch) and the resource (active trading account), and identifies the key parameter (id). It is distinct from sibling tools like list_accounts and get_account, though it doesn't explicitly name them for contrast.

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 given on when to switch accounts, how this affects subsequent trading operations, or why a user might use this instead of get_account or list_accounts. The phrase 'active' implies context matters, but the description does not explain the implications.

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/ezydubs/tradingview-mcp'

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