Skip to main content
Glama
danchev

openmarkets

by danchev

get_options_by_moneyness

Retrieve options filtered by moneyness for any stock ticker and expiration date. Customize the moneyness range to focus on in-the-money or out-of-the-money contracts.

Instructions

Retrieve options filtered by moneyness for a given ticker and expiration date.

Args: ticker (str): The symbol of the security. expiration_date (str | None, optional): The expiration date as a string. If None, uses the nearest expiration. moneyness_range (float, optional): The moneyness range for filtering. Defaults to 0.1.

Returns: dict: Options data filtered by moneyness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes
expiration_dateNo
moneyness_rangeNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavioral traits. It only states that the tool retrieves data and returns a dict, but it does not mention any potential side effects, required authentication, rate limits, or error handling. This lack of transparency is a significant gap.

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 concise and well-structured, with a clear one-line purpose statement followed by a neatly formatted Args section and a brief Returns note. Every sentence provides essential information, and there is no wasted text.

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 absence of an output schema, the description should elaborate on the return value. It only says 'Options data filtered by moneyness' without detailing the structure or fields. Additionally, while parameters are listed, the moneyness_range parameter lacks precise explanation, and no examples are provided. The description is insufficient for a tool with three parameters and no annotations.

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?

With 0% schema description coverage, the description compensates by listing each parameter and providing brief explanations. It clarifies that expiration_date can be None (using nearest expiration) and moneyness_range defaults to 0.1. However, the meaning of 'moneyness_range' is not fully explained, leaving some ambiguity.

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 explicitly states the tool retrieves options filtered by moneyness for a given ticker and expiration date. The verb 'retrieve' and the specific resource 'options filtered by moneyness' clearly define its function. Among siblings like get_option_chain and get_options_skew, this tool's focus on moneyness stands out.

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 provides clear context for when to use the tool (retrieving options by moneyness), but it does not offer any guidance on when not to use it or how it compares to alternatives like get_call_options or get_put_options. No exclusions or alternative suggestions are given.

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/danchev/openmarkets'

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