Skip to main content
Glama
chensirui2008

Schwab Read-Only MCP

get_price_history

Obtain every OHLCV candle Schwab offers for a given symbol. Specify a period or ISO-8601 time range to retrieve the full price history.

Instructions

Get every OHLCV candle Schwab allows for the requested period or ISO-8601 time range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNo
symbolYes
frequencyNo
period_typeNoday
end_datetimeNo
frequency_typeNominute
start_datetimeNo
include_extended_hoursNo
Behavior2/5

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

No annotations are present, so the description must carry the full burden of behavioral disclosure. It vaguely mentions 'Schwab allows' but does not explain rate limits, pagination, response format, or error handling. The description offers minimal behavioral insight beyond the basic read 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 that directly states the action and resource. It wastes no words and is appropriately concise for a simple read operation, even though it under-specifies details.

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

Completeness1/5

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

For a tool with 8 parameters, no output schema, and no annotations, the description is severely incomplete. It does not explain how to construct a valid request, the meaning of default values, or what the returned data looks like. The one-line description is insufficient for correct invocation.

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

Parameters1/5

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

With zero schema description coverage, the description needed to explain the 8 parameters. It only alludes to 'period' and 'ISO-8601 time range' without mapping them to specific parameters (e.g., `period_type`, `frequency_type`, `start_datetime`, `end_datetime`). Essential parameters like `frequency` and `include_extended_hours` are entirely unaddressed.

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 clearly identifies the tool's function: retrieving OHLCV price history with period or time-range specifications. It uses a specific verb ('Get') and resource ('OHLCV candle'), and distinguishes it from sibling tools like get_quotes (current prices) and get_technical_indicators (derived metrics).

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 the tool is for historical price data, but it does not explicitly state when to use it over alternatives such as get_quotes or get_technical_indicators. No exclusion criteria or alternative comparisons are provided, leaving usage guidance implied rather than explicit.

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/chensirui2008/schwab-readonly-mcp'

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