Skip to main content
Glama
longbridge

longbridge

Official
by longbridge

Macro Indicator List

macrodata_indicators
Read-onlyIdempotent

Search and filter macro-economic indicators by country (US, CN, HK, EU, JP, SG) and keyword. Returns indicator codes for use with macrodata tools.

Instructions

List macro-economic indicators. Filter by keyword and country (US/CN/HK/EU/JP/SG). Use the returned indicator_code with macrodata. Supports offset/limit pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of indicators to return (default 100, max 1000).
offsetNoPagination offset, default 0.
countryNoFilter by country code. One of: "US", "CN", "HK", "EU", "JP", "SG". Omit to return all countries.
keywordNoKeyword to search indicator names (e.g. "CPI", "非农", "GDP").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
listYes
countYes
Behavior4/5

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

Annotations already provide readOnly, idempotent, etc. Description adds pagination support (offset/limit) and filtering behavior, which are beyond what annotations cover. Could have mentioned rate limits or response format but not required given output schema exists.

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?

Two sentences, front-loaded with purpose, then filtering, then usage. No redundant words. Highly efficient.

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?

Given no required params, rich annotations, and existing output schema, the description covers listing, filtering, pagination, and sibling linkage. Complete for a listing tool.

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

Parameters3/5

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

Schema provides 100% coverage with descriptions for all parameters. The description adds cross-tool context (use with macrodata) but does not significantly enhance individual parameter meanings beyond schema. Baseline 3 appropriate.

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 lists macro-economic indicators, with filtering by keyword and country. It distinguishes itself from siblings by specifying the output indicator_code used with macrodata sibling.

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 use the returned indicator_code with macrodata, providing a clear when-to-use scenario. No alternative or when-not-to is needed given this specificity.

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/longbridge/longbridge-mcp'

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