Skip to main content
Glama

calendar.macro_dday

Get the countdown to the next major US macro event (FOMC/CPI/NFP) with exact date, impact level, and upcoming releases to plan position sizing and avoid holding risk.

Instructions

Countdown to the nearest major US macro event (FOMC/CPI/NFP): event name,
exact date/time (UTC and KST), a D-Day countdown, impact level, and the
next few upcoming events. Static, pre-loaded 2026 calendar sourced from
official Federal Reserve/BLS release schedules - no live external API call,
so this never fails on an upstream outage and takes no parameters.

Use this to plan position sizing or avoid holding risk into a high-impact
macro print. Does NOT cover non-US events (e.g. ECB, BOJ) or company
earnings - only FOMC/CPI/NFP are tracked. Takes no arguments; calling it
with any input is unnecessary.

Returns:
    On success: {"success": true, "nearest_event", "days_until", ...}
    On failure: {"success": false, "error": {"type", "message"}}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.0.3

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and succeeds: it reveals the tool is static and pre-loaded for 2026, makes no live API call, cannot fail due to upstream outage, accepts no parameters, and specifies success/error return structures. This gives the agent realistic expectations about freshness and failure modes.

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 well-structured with a summary, usage guidance, exclusions, and return format. It loses a point for minor redundancy between 'takes no parameters' and 'Takes no arguments; calling it with any input is unnecessary,' but every other sentence carries useful information.

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?

For a zero-parameter, read-only calendar tool, the description is complete: it states the data source, scope, update nature, use case, output fields, and failure format. Even without an output schema, the agent can predict what a successful call returns and how to interpret errors.

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 no parameters, so the baseline is 4. The description reinforces this by stating twice that the tool takes no arguments and that any input is unnecessary, which removes any temptation to pass arguments.

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 opening line precisely describes the tool's output: a countdown to the nearest FOMC/CPI/NFP event with date/time, impact, and upcoming events. It also disambiguates by limiting coverage to US macro events and naming the exact event types tracked, so an agent won't mistake it for an earnings or non-US calendar.

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?

It explicitly tells the agent to use this for position sizing or holding risk planning before high-impact macro prints. It also states exclusions: non-US events and earnings are not covered, and only FOMC/CPI/NFP are tracked, making the appropriate use boundary clear.

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

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/parkyucheol-del/alphapipeline'

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