Skip to main content
Glama

Get financial conditions

get_financial_conditions
Read-only

Full financial conditions read: global liquidity (Fed + ECB + BoJ central-bank balance sheets, FX-converted to USD; PBoC included when a fresh Mako-curated publication is available — basis 'g4' vs 'g3'), real yields, HY/IG credit spreads, DXY, VIX. US net liquidity is retained as a sub-component. Returns composite + direction + per-pillar classifications + drivers. The scope and scope_note fields tell you whether the read is G4 or G3, and the China sub-component carries Mako-curated provenance (as_of_month, source_url, note). Pass summary_only:true for the lightweight one-line read used in regime composition.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summary_onlyNoIf true, return composite + direction + one-line driver only

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
as_ofNo
scopeNo
driversNo
pillarsNo
compositeNo
directionNo
scope_noteNo
data_sourcesNo
terms_glossaryNo
staleness_flagsNo

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnlyHint, it discloses meaningful behavioral details: PBoC is included only when a fresh Mako-curated publication is available, scope is surfaced through scope/scope_note, and US net liquidity is retained as a sub-component. It also describes the summary_only return shape. No contradiction with the 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?

The description is dense but well-structured: the core read is front-loaded, then returns, field semantics, provenance, and the parameter are covered in order. Every sentence contributes necessary information, and the length is justified by the number of financial-condition pillars and caveats.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one optional parameter, readOnly annotations, and an output schema available, the description is complete for selection and invocation. It covers what the read contains, how returns are organized, how G4/G3 scope is indicated, the China provenance caveat, and the summary_only option. Nothing needed for correct use is missing.

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?

The schema already describes summary_only with 100% coverage, so the baseline is 3. The description adds value by explaining the parameter's purpose as 'the lightweight one-line read used in regime composition', which tells an agent when to set it. It does not add syntax details, but the usage context is a meaningful upgrade.

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 opens with 'Full financial conditions read', a specific verb plus resource, and immediately enumerates the pillars: global liquidity, real yields, HY/IG spreads, DXY, and VIX. This clearly separates it from narrower siblings like get_china_liquidity and from get_conditions_history by framing it as the current full read. It leaves no ambiguity about what the tool does.

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 gives concrete usage context, especially for summary_only:true, which is called 'the lightweight one-line read used in regime composition'. It does not explicitly name alternative sibling tools or state when NOT to use this tool, so it stops short of full routing, but the intended use case is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools target clearly distinct resources—regime, liquidity, conditions, prices, ETF profiles, data health—and the three history tools are explicitly separated as price, flow, and judgment. The main ambiguity is get_chapter vs run_chapter, which both return chapter framework content and differ only in usage logging, though the descriptions call this out explicitly.

Naming Consistency4/5

The set follows a consistent snake_case verb_noun pattern: get_ for reads, list_ for enumeration, run_ for framework text, and score_ for position drift. The only wrinkle is run_chapter/get_chapter, where 'run' doesn't mean execution but rather 'return framework text and log usage,' making the verb semantics slightly less predictable.

Tool Count4/5

22 tools is on the heavy side but the set is organized into recognizable clusters: macro regime, liquidity/conditions, histories, portfolio drift, ETF/prices, loops/framework, and data health. Each tool appears to earn its place, so the count is slightly high but not bloated.

Completeness4/5

The surface is comprehensive for a read-and-analyze macro/portfolio server: current reads, historical timeseries, data freshness, event calendar, ETF look-through, drift scoring, and loop navigation are all covered. Minor gaps exist—no direct portfolio/position listing tool and non-US central-bank event dates are intentionally not tracked—but these are acknowledged and workable.

Resources