xmr_mempool_stats
查询门罗币【内存池统计】:总字节数、手续费合计、按体积分组的交易直方图(拥堵程度)。【何时用】“XMR 现在拥堵吗 / 内存池里多少笔”。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
查询门罗币【内存池统计】:总字节数、手续费合计、按体积分组的交易直方图(拥堵程度)。【何时用】“XMR 现在拥堵吗 / 内存池里多少笔”。
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden. It does disclose the shape of the payload (bytes, fees, histogram), which is genuinely useful as a read-only signal, but says nothing about data freshness/refresh cadence, whether the node is local or remote, or any rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two dense, front-loaded bracketed clauses: purpose plus returned metrics first, then the when-to-use trigger. Every clause earns its place, though the bracketed telegraphic style is slightly terse rather than maximally readable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter, read-only stats query with no output schema, the description supplies the key missing piece by enumerating the metrics returned. Nothing essential for correct invocation is absent, though freshness and provenance of the mempool data remain unspecified.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so there is no parameter semantics to explain; the baseline for a 0-parameter tool is 4. The empty schema with additionalProperties=false is self-explanatory and the description correctly says nothing about arguments.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource (query Monero mempool statistics) and enumerates the returned metrics: total bytes, aggregate fees, and a size-bucketed transaction histogram expressing congestion. The 'XMR' scope plus the metric list clearly separates it from siblings like xmr_fee_estimate, xmr_node_info, and btc_mempool_summary.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The 【何时用】 block gives an explicit use condition with example user phrasings ("is XMR congested right now / how many transactions are in the mempool"), which is concrete guidance rather than implied. It stops short of naming alternatives or exclusions, e.g. directing fee-related questions to xmr_fee_estimate, so it is not a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.