Skip to main content
Glama
agentladle

AgentLadle MCP AKShare

list_macro_indicators

Read-onlyIdempotent

List available macro indicators (GDP, CPI, PMI) filtered by country or keyword to obtain indicator codes for subsequent data retrieval.

Instructions

List available macro indicators (GDP, CPI, PMI, etc.).

Use first to discover indicator_code, then pass to get_macro_data. list_macro_indicators(country="CN")

Args: keyword: Filter keyword (optional) country: CN/US/HK/JP/EU (optional) count: Max results (default 100)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
countryNo
keywordNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
hintNo
errorNo
cachedNo
sourceNo
statusYes
updated_atNo
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint as true, so safety is clear. The description adds useful context (preparatory step for get_macro_data) but does not disclose any additional behavioral traits beyond what annotations cover.

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?

Description is concise and front-loaded with purpose. The embedded strategy and example tags are unconventional but add value without excessive length. No redundant 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?

Given the tool has 3 optional parameters, no required fields, and an output schema exists, the description fully covers what an agent needs: what the tool does, how to use it, and how it fits into a workflow (paired with get_macro_data).

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?

Schema coverage is 0% (no param descriptions in schema), so description must compensate. It clarifies 'country' values (CN/US/HK/JP/EU), 'count' default and max behavior, and 'keyword' as optional filter. Adds meaning beyond schema types and defaults.

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?

Clearly states it lists available macro indicators such as GDP, CPI, PMI, and explicitly connects to get_macro_data by suggesting discovery of indicator_code. Distinguishes from siblings like get_macro_data.

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 provides strategy: 'Use first to discover indicator_code, then pass to get_macro_data.' Also includes an example invocation with 'country' parameter, guiding correct usage.

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/agentladle/mcp-akshare'

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