Skip to main content
Glama
0xcWalter

BackPow MCP Server

by 0xcWalter

PoW mining news

get_pow_news
Read-onlyIdempotent

Retrieve recent Proof of Work mining and network news, optionally filtered by coin, with relevance scores and publisher attribution to support event-driven decisions.

Instructions

Recent news items about Proof of Work mining and network events, optionally filtered to one coin. Items are aggregated from third-party feeds and are returned as quoted external content with their publisher and a relevance score, not as BackPow statements of fact. Use when a question turns on recent events — a halving, a difficulty swing, a pool outage, a chain upgrade. For numbers rather than narrative, use get_coin_oracle or get_cost_of_production.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoItems to return, 1-20. Defaults to 5.
coin_idNoOptional coin filter, e.g. "Bitcoin", "Zcash", "Kaspa".
include_low_signalNoInclude items scored 0 for relevance by the upstream triage model. Excluded by default; about a third of raw feed items score 0.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover readOnly, openWorld, idempotent, and non-destructive behavior. The description adds useful behavioral context beyond that: results are aggregated from third-party feeds, returned as quoted external content with publisher and relevance score, and not represented as BackPow statements of fact.

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 compact and well structured: it states what the tool returns, clarifies the nature of the content, gives concrete usage guidance, and names alternatives. Every sentence earns its place with no 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?

With no output schema, the description still tells the agent what to expect: quoted external content, publisher, and relevance score. Along with schema-defined parameters and safety annotations, this is sufficient for correct invocation. Minor gap: no explicit mention of ordering or time window, but 'recent' plus relevance scoring reasonably implies the behavior.

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?

The input schema has 100% description coverage for all three parameters, so the schema carries the explanatory burden. The description adds only a brief mention of the optional coin filter, which aligns with coin_id but does not substantially extend parameter understanding.

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 identifies the tool's resource ('news items about Proof of Work mining and network events') and the optional coin filter. It also differentiates the tool from its siblings by noting it returns quoted external content with relevance scores, not first-party factual statements.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance with concrete examples ('a halving, a difficulty swing, a pool outage, a chain upgrade') and points to alternative tools for numeric questions ('For numbers rather than narrative, use get_coin_oracle or get_cost_of_production').

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.