Skip to main content
Glama

Server Details

Tether MiningOS bridge — site telemetry, paying demand, BTC to USDC settlement

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
srotzin/hive-mcp-mos
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct monitoring aspect (energy, hashrate, health, pool) with no overlap. Agents can clearly distinguish which query to use for specific telemetry.

Naming Consistency5/5

All tools follow a consistent 'query_<noun>' pattern, making the tool set predictable and easy to navigate.

Tool Count5/5

Four tools cover the essential monitoring domains for a mining site without being excessive or insufficient. The scope is well-balanced.

Completeness4/5

The set covers key operational telemetry (power, performance, health, pool). Missing potential features like historical data or alerts, but core monitoring is complete.

Available Tools

4 tools
query_energyAInspect

Query energy consumption telemetry for a registered MOS site. Returns kW draw, efficiency (J/TH), and site-level power reading. Read-only. Backend pending (Q3 2026).

ParametersJSON Schema
NameRequiredDescriptionDefault
site_didYesDecentralized Identifier (DID) of the registered MOS site
Behavior4/5

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

Despite no annotations, the description declares read-only nature and pending status, adding useful behavioral context beyond the schema.

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 purpose, no wasted words.

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

Completeness5/5

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

Given the simple input schema and no output schema, the description adequately covers purpose, return fields, and operational status.

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 the description does not add additional meaning beyond the schema's parameter description for site_did.

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 queries energy consumption telemetry for a MOS site, listing specific return fields (kW draw, efficiency, site-level power reading). It is distinct from sibling tools like query_hashrate.

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?

States read-only and backend pending status, providing context for usage, but lacks explicit when-to-use vs when-not compared to siblings.

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

query_hashrateAInspect

Query the current hashrate telemetry for a registered MOS site. Returns TH/s per unit, pool-accepted shares, and variance window. Read-only. Backend pending (Q3 2026).

ParametersJSON Schema
NameRequiredDescriptionDefault
site_didYesDecentralized Identifier (DID) of the registered MOS site (e.g. did:hive:mos:0x...)
Behavior4/5

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

Discloses read-only behavior and backend pending status. No annotations provided, so description covers these traits. Does not elaborate on authentication or error cases, but sufficient for a simple read operation.

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?

Extremely concise: two sentences with no filler. Front-loaded with verb and resource. Every sentence adds value.

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

Completeness5/5

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

Given the tool's simplicity (1 param, read-only, no output schema), the description provides enough context: purpose, returned data, read-only safety, and a pending backend limitation. No gaps for typical use.

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?

Only parameter site_did is fully described in the input schema (100% coverage). The tool description does not add additional meaning beyond the schema's description and example.

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 it queries hashrate telemetry for a registered MOS site and lists specific outputs (TH/s per unit, pool-accepted shares, variance window). Distinct from sibling tools (energy, health, pool) which address different metrics.

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

Usage Guidelines4/5

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

Indicates read-only nature and a backend pending status (Q3 2026), warning about potential unavailability. No explicit when-not guidance, but the purpose is specific enough to imply usage context.

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

query_healthAInspect

Query operational health of a registered MOS site. Returns per-unit status, temperature readings, fan RPM, and error flags. Read-only. Backend pending (Q3 2026).

ParametersJSON Schema
NameRequiredDescriptionDefault
site_didYesDecentralized Identifier (DID) of the registered MOS site
Behavior3/5

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

Discloses read-only nature and backend pending status (Q3 2026). However, lacks details on authentication, rate limits, error handling, or what happens if the site is not registered. With no annotations, the description carries the full burden and provides moderate but incomplete transparency.

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?

Extremely concise: four short sentences deliver the essential information without any fluff. Front-loaded with the core purpose.

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?

Given no annotations, no output schema, and one well-documented parameter, the description covers the main aspects: purpose, return fields, read-only nature, and availability. Lacks details on return format or error conditions but is largely sufficient for a simple query 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 description coverage is 100% for the single parameter site_did. The description adds no additional meaning beyond what is already in the schema (DID as identifier). Baseline of 3 is appropriate.

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 it queries operational health and lists the specific return fields (per-unit status, temperature, fan RPM, error flags). It implicitly distinguishes from sibling tools like query_energy and query_hashrate by focusing on health metrics.

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 explicit guidance on when to use this tool versus alternatives. The 'Read-only' note implies safe usage, but there is no mention of prerequisites, context for use, or when to prefer other query tools.

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

query_poolAInspect

Query pool connection status for a registered MOS site. Returns active pool URL, latency, accepted/rejected share ratio, and last-seen timestamp. Read-only. Backend pending (Q3 2026).

ParametersJSON Schema
NameRequiredDescriptionDefault
site_didYesDecentralized Identifier (DID) of the registered MOS site
Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: it is read-only and the backend is pending until Q3 2026, alerting the agent to potential unavailability.

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 sentences, no fluff. Front-loaded with purpose and key output fields. Every sentence adds value.

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

Completeness5/5

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

Given the simple tool (1 param, no output schema), the description covers input, output fields, read-only nature, and backend status, making it complete for selection and invocation.

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% for the single parameter (site_did). The description repeats the schema's explanation without adding new semantics, meeting the baseline but not exceeding it.

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 queries pool connection status for a registered MOS site, listing specific return fields (URL, latency, share ratio, timestamp), which distinguishes it from sibling tools querying energy, hashrate, and health.

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 provides clear context (returns specific pool metrics, read-only, backend pending) but lacks explicit guidance on when to use this tool versus alternatives or when not to use it.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.