Skip to main content
Glama

tollbooth-authority

authority_operator_status

View registration status, balance summary, and the Authority's Nostr npub.

When an explicit npub is provided, requires a Schnorr proof of ownership — without it, anyone could enumerate balances by walking the community registry. When npub is empty, falls back to the Authority's own operator identity and skips the proof check (self- inspection is always allowed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
npubNoNostr public key (npub1...). Defaults to operator identity if empty.
dpop_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It discloses important behavioral traits: the requirement of Schnorr proof for external npub and the fallback to self-inspection without proof. This goes beyond the basic function and adds security context.

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 concise with two short paragraphs. The first sentence front-loads the purpose. Every sentence adds value with no redundant or unnecessary text.

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?

For a tool with low complexity (2 optional params, output schema present), the description covers core behavior and security. However, the dpop_token parameter is unexplained, which is a notable gap. Overall adequate but not perfect.

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 covers 50% of parameters (only npub has a description). The description adds meaning for npub by explaining the proof requirement and fallback, but the dpop_token parameter is entirely undocumented in both schema and description, leaving a gap.

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 verb 'View' and specifies the resources: 'registration status, balance summary, and the Authority's Nostr npub.' This directly indicates the tool's function and distinguishes it from numerous sibling tools that deal with other aspects of authority operations.

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 implies usage scenarios by explaining the npub parameter behavior (requires proof for external npub, self-inspection for empty). However, it does not explicitly state when to avoid this tool or mention alternative sibling tools, leaving some ambiguity about context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.