Skip to main content
Glama
satstream

Satstream MCP Server

Official

runes_page_get

Retrieve a paginated list of 100 Bitcoin Rune tokens per page to browse through all inscribed runes on the blockchain.

Instructions

Retrieve a specific page of 100 inscribed Bitcoin Runes. Use this for paginated access to the complete list of rune tokens on the blockchain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states '100 runes per page' but omits critical details like out-of-range page handling, whether response includes total pages or next page indicator, or any side effects. This leaves significant ambiguity for the agent.

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 concise sentences front-loaded with the action and purpose. No wasted words; every sentence contributes meaning. Appropriate length for the tool's simplicity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description is too brief. A paginated tool should specify response structure (e.g., array of runes, next page token) and total page count. Without this, the agent cannot fully understand how to use the tool effectively.

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

Parameters2/5

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

Schema description coverage is 0% (no description for 'page' parameter). The description adds no meaning beyond the raw schema, failing to explain valid ranges (e.g., starting from 1), data type constraints, or the relationship between page number and rune ordering.

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?

Description clearly states the verb 'Retrieve', the resource 'a specific page of 100 inscribed Bitcoin Runes', and the purpose 'pagination access to the complete list'. This distinguishes it from siblings like 'rune_get' (single rune) and 'runes_latest_get' (latest only).

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?

Description says 'Use this for paginated access', implying appropriate usage for iterating through all runes, but it does not explicitly mention when not to use it (e.g., for single rune lookup) or alternatives. The sibling list provides context but the description itself lacks exclusions.

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/satstream/ss-mcp'

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