Skip to main content
Glama

brs_market_state

Read-onlyIdempotent

Canonical current market posture. Call this FIRST.

Bundles the three public, keyless reads into one call:

  • regime structure (which game the market is playing)

  • three-eye convergence (how much the sensors agree)

  • system health (whether the instrument is operational)

Returns market_structure, convergence, and system_health together with their as_of timestamps. If any read is stale or a sensor is down, that changes what every other answer means — check health before trusting a directional read. Free tier, no API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
tierNofree
as_ofYes
errorNo
statusYes
qualityNo
evidenceNo
disclaimerNoMarket-structure context; not an execution instruction.
request_idYes
schema_versionNo1.0
freshness_secondsNo
valid_for_secondsNo
methodology_versionNo2026.09

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds context about staleness and sensor down states, but does not explicitly reiterate side-effect-free operation; still, no contradiction exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is mostly concise but repeats the idea of bundling three reads in both the intro and the return statement. This slight redundancy does not impede understanding, but a tighter version would be cleaner.

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?

The description fully covers the tool's purpose, what it returns, the importance of health checks, and the free-tier availability. It provides sufficient context for an agent to decide when and how to invoke it, without needing to inspect the output schema.

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

Parameters5/5

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

There are zero parameters, and the description makes clear that no inputs are required. The coverage is complete, and the description effectively communicates that the tool is a bundled read with no configuration needed.

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 tool's purpose as the canonical current market state, bundles three specific reads, and emphasizes it as the first call to make. It distinguishes itself from siblings by focusing on market state rather than audit, funnel, or system status.

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?

Explicitly instructs to 'Call this FIRST' and advises checking health before trusting a directional read, which is actionable guidance. The mention of bundling three public reads further clarifies typical use cases.

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.

Resources