Skip to main content
Glama
bartest5

Alpaca MCP Server

by bartest5

get_option_snapshot

Fetch option contract snapshots containing latest trade, quote, implied volatility, and Greeks to support market analysis.

Instructions

Retrieves comprehensive snapshots of option contracts including latest trade, quote, implied volatility, and Greeks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feedNoThe source feed of the data. `opra` is the official OPRA feed, `indicative` is a free indicative feed where trades are delayed and quotes are modified. Default: `opra` if the user has a subscription, otherwise `indicative`. opra
limitNoNumber of maximum snapshots to return in a response. The limit applies to the total number of data points, not the number per symbol! Use `next_page_token` to fetch the next set of responses.
symbolsYesA comma-separated list of contract symbols with a limit of 100.
page_tokenNoThe pagination token from which to continue. The value to pass here is returned in specific requests when more data is available, usually because of a response result limit.
updated_sinceNoFilter to snapshots that were updated since this timestamp, meaning that the timestamp of the trade or the quote is greater than or equal to this value. Format: RFC-3339 or YYYY-MM-DD. If missing, all values are returned.

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, so the description must convey behavior. It only lists content fields and says 'comprehensive', but fails to disclose important behaviors such as pagination (limit/page_token), feed distinctions (opra vs indicative), or that snapshots may reflect trade/quote timestamps. This is a significant gap for a tool with such parameters.

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 sentence, front-loaded with the primary action ('Retrieves comprehensive snapshots') and ends with the key inclusions. No wasted words; every component adds value.

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 schema and output schema are rich, so not explaining return format is acceptable. However, the description lacks behavioral context (pagination, feed selection) and usage guidance, which are critical for an agent to select and invoke this tool correctly among many option-related siblings. It is adequate but not complete.

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 has 100% description coverage for all five parameters, including meanings, defaults, and constraints. The tool description adds no parameter-specific semantics beyond the schema, so the baseline of 3 is appropriate.

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 uses a specific verb ('Retrieves') and resource ('comprehensive snapshots of option contracts'), and explicitly lists the included data fields (latest trade, quote, implied volatility, Greeks). This clearly distinguishes it from sibling tools like get_option_latest_quote or get_option_chain, which target narrower or different data.

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 phrase 'comprehensive snapshots' implies this is for broad option data rather than a single latest quote or trade, but no explicit alternatives are mentioned. There is no direct 'when to use vs. when not to use' guidance, leaving the agent to infer from the word 'comprehensive'.

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/bartest5/alpacahq_alpaca-mcp-server'

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