Skip to main content
Glama
drmartell

thetadata-mcp

by drmartell

option_snapshot_trade

Retrieve real-time last trade data for option contracts by specifying underlying symbol, expiration, and optional filters for strike, right, or minimum time.

Instructions

[STANDARD] Real-time last trade for an option contract.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rightNoThe right (call or put) of the contract.both
strikeNoThe strike price of the contract in dollars (ie `100.00` for `$100.00`), or `*` for all strikes.*
symbolYesThe stock or index symbol, or underlying symbol for options.
min_timeNoFilters snapshots to include only data with a timestamp greater or equal to the specified value (HH:mm:ss.SSS format).
expirationYesThe expiration of the contract in `YYYY-MM-DD` or `YYYYMMDD` format.
strike_rangeNoUsed to specify a filter to limit the number of contracts returned relative to the underlying's spot price. Will return the specified number of strikes above and below the spot price, as well as the at-the-money strike.
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only states that it returns the real-time last trade, but it does not disclose that multiple contracts may be returned when strike='*' or right='both', how 'real-time' is defined, or whether there are any data delays. The behavior is under-specified even for a read-only tool.

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 a single, direct sentence without unnecessary words, making it concise and front-loaded. While it omits useful context, it does not waste any space. The brevity is a positive trait even though the content is thin.

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?

Given the tool's complexity (6 parameters, no output schema, no annotations) and the crowded sibling namespace, the description is incomplete. It does not explain the snapshot concept, how filters affect the result set, or why to choose this tool over option_at_time_trade or option_history_trade. The description is far too minimal to guide an agent effectively.

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?

The schema already describes all six parameters with 100% coverage, so the description does not need to add parameter details. However, the description adds no extra meaning about how parameters interact (e.g., that filters can be combined). Baseline of 3 is appropriate because the schema does the heavy lifting.

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 resource and action: 'Real-time last trade for an option contract.' It is specific enough to distinguish from quote/ohlc/open_interest snapshot tools, but it does not explicitly differentiate from option_at_time_trade or option_history_trade. The use of 'real-time' helps contrast with historical endpoints, but the differentiation is implicit rather than explicit.

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?

The description provides no guidance on when to use this tool versus its siblings. It does not mention any filters, limitations, or alternative tools for different scenarios (e.g., option_snapshot_quote for quotes, option_history_trade for historical data). Usage context is completely absent.

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/drmartell/thetadata-mcp'

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