Skip to main content
Glama

Get Witnesses

obyte_get_witnesses
Read-onlyIdempotent

Fetches the current witness list from the Obyte hub for the specified network (mainnet or testnet). Pass the network to get correct data; results are cached for 10 minutes.

Instructions

Raw hub read. Returns witnesses for the selected network. Results are cached in memory for 10 minutes per network+hub unless update is true.

Network: this server serves both Obyte networks at once. Pass "network":"mainnet" or "network":"testnet" to choose; when omitted it defaults to mainnet. If the user has not made the network explicit, confirm which network they mean before calling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
updateNo
networkNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.1

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint), the description adds non-obvious behavior: results are cached for 10 minutes per network+hub unless update=true, and the server serves both networks at once. There is no contradiction with the annotations.

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 front-loaded with the core purpose, followed by cache behavior and network instructions. Each sentence earns its place and no information is redundant.

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?

For a simple, read-only tool with no required parameters and both optional parameters explained, the description is complete. It covers purpose, network selection, default behavior, caching, and a user-confirmation rule. No output schema is present, but 'Returns witnesses' sufficiently states the return intent.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining both parameters: network is given an enum context plus the default behavior, and update is explained as a cache-bypass switch. Both parameters gain practical meaning beyond the raw schema.

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 opening states 'Raw hub read. Returns witnesses for the selected network,' naming a specific verb, resource, and scope. It also distinguishes this from sibling tools by framing it as a direct, unprocessed hub read.

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?

The description gives clear operational guidance: choose 'mainnet' or 'testnet', explains the mainnet default, and instructs the agent to confirm the network with the user when it is not explicit. It does not, however, mention alternative sibling tools or explicitly state when not to use this tool.

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

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/Taump/obyte-mcp'

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