Skip to main content
Glama
sablier-ai

Sablier MCP Server

Official
by sablier-ai

price_option

Read-only

Price a futures option with Black-76, getting price, contract value, and Greeks. Optionally add an Esscher fair-value from FLOW paths for fat tails and volatility clustering.

Instructions

Price a single option on a futures contract using the Black-76 model. Returns the option price, per-contract value (price × contract multiplier), and analytical Greeks (delta, gamma, vega, theta, rho). Supports all major futures: ES=F, NQ=F, CL=F, GC=F, SI=F, ZB=F, ZN=F, ZC=F, ZW=F, ZS=F, etc. If a flow_job_id is provided, also computes an Esscher fair-value estimate from FLOW paths (captures fat tails and vol clustering that Black-76 misses). Use this for quick pricing checks; use analyze_derivatives for full portfolio risk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
strikeYesOption strike price
flow_job_idNoOptional Flow job ID. If provided, also computes Esscher fair-value from FLOW paths.
implied_volNoAnnualized implied volatility (e.g. 0.20 for 20%). If omitted, uses 20% default.
option_typeNo'call' or 'put'call
days_to_expiryYesTrading days until option expiration
risk_free_rateNoAnnualized risk-free rate (default 0.045 = 4.5%)
underlying_tickerYesTicker of the underlying futures (e.g. 'ES=F', 'CL=F', 'GC=F')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With readOnlyHint already conveying safety, the description adds valuable behavioral context: it details outputs (price, per-contract value, Greeks), supported futures tickers, and the optional Esscher fair-value computation. It does not unnecessarily restate the annotation and goes beyond basic safety disclosure.

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 three succinct sentences: the first states the core function and model, the second lists outputs and supported tickers, the third gives usage guidance. Every sentence adds value; no filler or redundancy.

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?

Given the tool's moderate complexity and the presence of an output schema, the description is sufficiently complete. It explains the model, key outputs, supported tickers, the optional flow_job_id behavior, and how it differs from analyze_derivatives. It does not explain error conditions or edge cases, but this is not critical for a read-only pricing tool with thorough schema 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?

Schema description coverage is 100%, so the baseline is 3. The description adds context for flow_job_id (Esscher estimate) but this is already in the schema. It provides example tickers but does not introduce new parameter semantics beyond what the schema already documents.

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 function: 'Price a single option on a futures contract using the Black-76 model.' It uses a specific verb ('price') and resource ('single option on a futures contract'), and distinguishes itself from siblings by explicitly naming analyze_derivatives for full portfolio risk.

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?

Explicit usage guidance is provided: 'Use this for quick pricing checks; use analyze_derivatives for full portfolio risk.' It also explains the optional flow_job_id condition, clarifying when to use the Esscher enhancement.

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/sablier-ai/sablier-mcp'

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