Skip to main content
Glama
Open-Agent-Tools

Open Stocks MCP

schwab_get_movers

Retrieves top market movers for a specified stock index, with optional sorting by percent change, volume, or trades.

Instructions

Get market movers for a given index.

Args:
    index: Index to query (e.g. '$DJI', '$SPX', 'NASDAQ', 'NYSE', '$COMPX',
           'EQUITY_ALL', 'INDEX_ALL', 'OPTION_ALL', 'OPTION_CALL', 'OPTION_PUT',
           'OTCBB')
    sort_order: Optional sort order ('PERCENT_CHANGE_UP', 'PERCENT_CHANGE_DOWN',
                'VOLUME', 'TRADES')
    frequency: Optional frequency in minutes (0, 1, 5, 10, 30, 60)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYes
sort_orderNo
frequencyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided. The description does not disclose behavioral traits such as authentication requirements, rate limits, or any side effects. It simply states the function without additional context about its behavior.

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 and front-loaded with the main purpose. The parameter list is presented in a structured docstring format, with each parameter on its own line. It is appropriately sized without wasted words.

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?

The tool has an output schema, so return values are not needed in the description. However, it lacks context for differentiation among multiple movers tools in the sibling list, and no hints about typical use cases or limitations beyond the index parameter.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds significant meaning beyond the input schema by enumerating valid index values and providing clear options for sort_order and frequency. This helps the agent understand what values are acceptable, though it does not explain their effects in detail.

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 'Get market movers for a given index' with a specific verb and resource. It lists valid index values, making the purpose clear, but does not differentiate from sibling tools like 'top_movers' or 'schwab_get_movers_sp500'.

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 on when to use this tool versus other market mover tools. There is no mention of prerequisites, alternatives, or when not to use this tool.

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/Open-Agent-Tools/open-stocks-mcp'

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