Skip to main content
Glama
satstream

Satstream MCP Server

Official

block_count_get

Retrieve the current block height of the Bitcoin blockchain to see the latest processed block.

Instructions

Get the current block height of the Bitcoin blockchain. This returns the height of the latest block that has been processed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
random_stringNo
Behavior2/5

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

No annotations provided; description only states it returns block height. It does not disclose any behavioral traits such as idempotency, authentication needs, or data freshness. For a read operation, the burden is partially met but minimal.

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?

Two short sentences that front-load the purpose. However, the second sentence is somewhat redundant. No wasted words, but could be more efficient by combining.

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

Completeness3/5

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

The description explains the return value (height), which is sufficient for a simple integer output without a schema. However, it ignores the parameter and does not specify data type or format. Completeness is adequate but has gaps.

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

Parameters1/5

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

There is one parameter 'random_string' with 0% schema description coverage. The description does not mention any parameters or explain its purpose. The parameter name is meaningless and likely a placeholder, making it confusing for agents.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns the current block height of Bitcoin. It is specific but has a sibling 'latest_block_height_get' which is nearly identical, so differentiation is weak.

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 on when to use this tool vs alternatives like 'latest_block_height_get' or other block tools. The description does not mention use cases or 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