Skip to main content
Glama

List ZK Checkpoints

dual_list_checkpoints
Read-onlyIdempotent

List ZK-rollup checkpoints to verify state roots and proofs anchoring transaction batches to the main blockchain. Filter by state roots or paginate results.

Instructions

List ZK-rollup checkpoints. Each checkpoint contains a state root and proof that anchors batches to L1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prev_state_rootNoFilter by previous state root
next_state_rootNoFilter by next state root
limitNoMaximum results to return (1-100, default 20)
nextNoCursor for next page (from previous response)
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering safety and idempotency. The description adds minimal behavioral context by explaining what a checkpoint contains, but doesn't address rate limits, authentication needs, or pagination behavior beyond what the schema implies.

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 a single, efficient sentence that front-loads the core purpose and provides essential context about checkpoint contents. There's no wasted verbiage or 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?

For a read-only list tool with comprehensive annotations and full schema coverage, the description is reasonably complete. It explains what the tool returns (checkpoints with state roots and proofs), though it doesn't detail output format or pagination, which would be helpful given no output schema.

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 description coverage is 100%, with all parameters well-documented in the schema. The description doesn't add any parameter-specific information beyond what's in the schema, so it meets the baseline of 3 for high schema coverage.

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 verb ('List') and resource ('ZK-rollup checkpoints'), and specifies what each checkpoint contains ('state root and proof that anchors batches to L1'). This distinguishes it from sibling tools like 'dual_get_checkpoint' (singular) and other list tools for different resources.

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?

No guidance is provided on when to use this tool versus alternatives. It doesn't mention when to use 'dual_list_checkpoints' instead of 'dual_get_checkpoint' or other list tools, nor does it specify any prerequisites or contextual constraints for 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/ro-ro-b/dual-mcp-server'

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