Skip to main content
Glama

chain-pulse

Retrieve Ethereum block headers and stablecoin depeg status in one query. Supports Ethereum, Base, Polygon, Arbitrum with free access.

Instructions

Returns an Ethereum block header + current stablecoin depeg status in one call. Collapses the eth-block → stablecoin-watch 2-hop chain. Block fields: number, hash, miner, timestamp, gas_used, tx_count. Stablecoin fields: symbol, price, peg_deviation, depeg_status, composite alert level. Supports Ethereum, Base, Polygon, Arbitrum. Free upstreams (DRPC + DeFiLlama), no API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blockNoBlock number (integer or 0x hex) or tag: latest/pending/earliest/safe/finalized. Default: latest.
networkNoChain to query for block data. Default: ethereum.
stablecoin_symbolNoFilter stablecoins to a specific symbol (e.g. USDT, USDC, DAI). Omit to return top 10 by market cap.
alert_onlyNoIf true, only return stablecoins depegged (MILD_DEPEG or worse).
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses supported chains (Ethereum, Base, Polygon, Arbitrum), free upstreams (DRPC + DeFiLlama), and that no API key is required. It lists the fields returned. It does not mention rate limits or error handling, but for a read-only tool this is adequate.

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?

Three well-structured sentences with no wasted words. The first sentence states purpose, the second explains what it does, and the third gives supported chains and upstream details. Front-loaded and efficient.

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?

The description covers purpose, supported chains, free API, and missing API key requirements. It lists fields returned, which compensates for the absence of an output schema. It does not explain depeg status values, but that is minor. Fairly complete for a simple 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 coverage is 100%, so baseline is 3. The description adds context by listing block and stablecoin fields and explaining the alert_only filter, but does not add deep semantics beyond what the schema already provides for each parameter.

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 returns an Ethereum block header and stablecoin depeg status in one call, with a specific verb 'returns' and resources 'block header + stablecoin depeg status'. It distinguishes from siblings like eth-block and stablecoin-watch by collapsing the two-hop chain.

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

Usage Guidelines3/5

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

The description implies this tool is for when both block and stablecoin info are needed together, but it does not explicitly state when not to use it or mention alternatives (like calling eth-block and stablecoin-watch separately). Guidance is implied but not explicit.

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/thebrierfox/the-stall'

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