Skip to main content
Glama

tollbooth-authority

authority_approve_adoption

Approve a pending request and provision the operator.

The deferred-courtship counterpart to register_operator: same authority_proof consent, same provisioning effect (_provision_operator) — just supplied later, after review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operator_npubNoThe operator npub to approve and provision.
authority_proofNoProof signed by the Authority's OWN npub (owner consent).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the provisioning effect and that it is supplied later, but lacks details on permissions, reversibility, or side effects beyond stating it provisions.

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?

The description is two sentences, but the second sentence is dense with technical references. It is concise overall but could be slightly more streamlined.

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 that an output schema exists and the tool has moderate complexity, the description adequately explains the tool's purpose and relationship to siblings. It does not cover prerequisites or error scenarios, but is sufficient for an approved request.

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%, and parameter descriptions in the schema are already detailed. The description adds minimal extra meaning, only contextualizing both parameters together as part of approval.

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 action ('Approve a pending request and provision the operator') and distinguishes it from the sibling 'register_operator' by noting it is the deferred-courtship counterpart. This provides a specific verb and resource with differentiation.

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 explains when to use this tool (for later approval after review) and contrasts it with register_operator, providing contextual guidance. However, it does not explicitly state when not to use it or list alternatives.

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.