Skip to main content
Glama

macro_real-yield

Read-onlyIdempotent

Calculate real yield and breakeven inflation from nominal yields, using TIPS yield or inflation expectation.

Instructions

Real yield and breakeven inflation from nominal yields.

Use when computing real yield and breakeven inflation. Provide nominal yield and inflation expectation (or TIPS yield). Returns: real yield, breakeven inflation rate, and inflation risk premium estimate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tips_yieldNoTIPS real yield (percentage, alternative to inflation_expectation)
tenor_yearsNoBond tenor in years
nominal_yieldYesNominal bond yield (percentage)
inflation_expectationNoExpected inflation rate (percentage)
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds output details (returns real yield, breakeven inflation, risk premium) and parameter trade-offs, providing useful behavioral context beyond annotations.

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: purpose, usage, outputs. No fluff, all sentences are essential. Front-loaded with the core purpose.

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 simplicity (4 params, no output schema, strong annotations), the description adequately covers purpose, inputs, and outputs. It could optionally explain the Fisher equation relationship but is complete enough for agent use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions. The description adds value by clarifying the alternative relationship between inflation_expectation and tips_yield, and confirms the default tenor_years. This goes beyond the schema.

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 explicitly states 'Real yield and breakeven inflation from nominal yields' and further clarifies it computes real yield, breakeven inflation, and inflation risk premium. It clearly identifies the tool's function but does not differentiate from sibling tools like macro_inflation-adjusted.

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

Usage Guidelines4/5

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

The description provides clear usage context: 'Use when computing real yield and breakeven inflation' and specifies input alternatives (nominal yield + inflation expectation or TIPS yield). It lacks explicit when-not-to-use or alternative tool mentions.

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/QuantOracledev/quantoracle'

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