Skip to main content
Glama
miratcan

Simsar MCP

by miratcan

get_economic_calendar

Retrieve upcoming high-impact economic events such as FOMC, CPI, and NFP within a specified number of days, with optional filtering by event type.

Instructions

Get upcoming high-impact economic events.

These events move markets significantly:

  • FOMC: Federal Reserve rate decisions (8 per year)

  • CPI: Consumer Price Index / inflation (monthly)

  • NFP: Non-Farm Payrolls / employment (monthly)

Args: days: Number of days to look ahead (default 7) event_type: Filter by type - FOMC, CPI, or NFP (optional)

Returns: List of upcoming economic events with dates and times

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
event_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains the tool is read-only and lists event categories but omits potential limitations such as maximum days, data source, or update frequency.

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 concise and well-structured with a header, bullet points for events, and an Args/Returns section. Every sentence provides necessary information without redundancy.

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 no annotations and low schema coverage, the description explains purpose, parameters, and output adequately. However, it could be more complete by mentioning any constraints on the 'days' parameter or data range.

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?

With 0% schema coverage, the description adds value by explaining both parameters: 'days' as lookahead period and 'event_type' as optional filter. It gives examples (FOMC, CPI, NFP) but does not enumerate all valid values.

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 retrieves 'upcoming high-impact economic events' and lists specific types like FOMC, CPI, NFP. This distinguishes it from sibling tools that focus on technical indicators or news.

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use this tool versus alternatives. It mentions event types but lacks explicit comparison with sibling tools like get_next_events or any criteria for exclusion.

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/miratcan/simsar-mcp'

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