Skip to main content
Glama
mz462

stock-research-mcp

by mz462

get_macro_context

Retrieve current macroeconomic indicators including Fed funds rate, treasury yields, GDP growth, unemployment, and CPI inflation to inform stock research and trading decisions.

Instructions

Get current macroeconomic indicators and context.

Returns: Key economic indicators including Fed funds rate, treasury yields, GDP growth, unemployment, and inflation (CPI).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior3/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 behavioral disclosure. It specifies the output content (key indicators) and the 'Get' verb implies read-only behavior, but it does not mention data freshness, source, or any retrieval caveats. For a simple read-only tool, this is adequate but not deeply transparent.

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 two sentences: an immediate statement of purpose followed by a concise list of returned indicators. Every sentence adds value, and there is no fluff, repetition, or irrelevant detail.

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 tool takes no inputs, so invocation is unambiguous, and an output schema exists to define the exact return shape. Given the tool's simplicity, the description's indicator list plus the output schema provide enough for an agent to select and call it correctly.

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 input schema has zero properties, so there are no parameters for the description to clarify. The zero-parameter baseline is 4, and the description appropriately focuses on output rather than input semantics.

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 a specific verb ('Get') and a distinct resource ('current macroeconomic indicators and context'), then enumerates concrete indicators. This clearly differentiates it from siblings like get_quote, get_technical_indicators, and get_company_profile, which target micro-level market or company data.

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 implies a use case by listing Fed funds rate, treasury yields, GDP, unemployment, and CPI, but it never explicitly states when an agent should choose this tool over siblings, nor does it name alternatives. Usage is reasonably inferred but not directly guided.

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