Skip to main content
Glama
acidsolution

Schwab MCP Server

by acidsolution

load_option_chain

Fetch option chain data and load it into an SQL database for analysis using SQL queries. This tool enables structured querying of options data for the specified underlying symbol.

Instructions

Fetch option chain and load into SQL database for querying. Use this instead of get_option_chain when you need to analyze the data with SQL. After loading, use query_market_data to run SQL queries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesUnderlying stock symbol
contract_typeNoType of options to retrieveALL
strike_countNoNumber of strikes above and below ATM (default: all strikes)
from_dateNoStart date for expirations (YYYY-MM-DD)
to_dateNoEnd date for expirations (YYYY-MM-DD)
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses that data is loaded into a SQL database (important behavioral context), but doesn't mention permissions needed, whether this is a read/write operation, potential data volume limitations, or what happens if the database already contains data. It adds some value but leaves significant behavioral gaps.

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?

Three concise sentences with zero waste: first states purpose, second provides usage guidance with alternative, third gives next-step workflow. Every sentence earns its place and information is front-loaded appropriately.

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

Completeness4/5

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

For a tool with 5 parameters, 100% schema coverage, and no output schema, the description provides good contextual completeness. It explains the purpose, when to use it, and what to do next. However, as a data loading tool with no annotations, it should ideally mention more about the SQL database behavior (permissions, overwrite policy, etc.).

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%, so the schema already documents all 5 parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema, but doesn't need to since schema coverage is complete. Baseline 3 is appropriate when schema does the heavy lifting.

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 states the specific action ('Fetch option chain and load into SQL database') and distinguishes it from sibling 'get_option_chain' by specifying when to use this alternative ('when you need to analyze the data with SQL'). It provides both verb and resource with clear differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('Use this instead of get_option_chain when you need to analyze the data with SQL') and provides a clear workflow ('After loading, use query_market_data to run SQL queries'), giving both alternatives and next steps.

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/acidsolution/schwab-mcp-server'

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