Skip to main content
Glama

tollbooth-authority

authority_receive_adoption_request

Inbound: record an operator's request to be adopted by this Authority.

Called MCP-to-MCP by the operator's request_adoption. Verifies the operator controls operator_npub (inline Schnorr bound to the adoption sentinel — no relay round-trip), records a durable pending row, and fires a best-effort owner-notification DM. Does NOT provision — provisioning waits for the owner's approve_adoption.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dpop_tokenNoInline kind-27235 proof signed by the operator's nsec, bound to the canonical adoption sentinel. request_adoption mints this automatically.
service_urlNoThe operator's MCP endpoint URL.
operator_npubNoThe operator's Nostr npub requesting adoption.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

No annotations exist, so the description fully bears the burden. It details the verification of operator control via Schnorr bound, recording a pending row, and a best-effort DM. It also states non-provisioning, making behavior fully transparent.

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?

Concise three-sentence structure with no waste. First sentence states purpose, second adds detail, third clarifies what it does not do. Front-loaded and well-organized.

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 complexity (MCP-to-MCP, cryptographic verification), the description covers the entire behavior: inbound call, verification, state change, notification, and exclusion of provisioning. With output schema present, this is complete.

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

Parameters4/5

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

Schema coverage is 100% with descriptions. The description adds context by explaining the dpop_token as an inline Schnorr proof bound to the sentinel, which goes beyond the schema. Could briefly mention the other parameters but still adds value.

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 records an operator's adoption request. It uses specific verbs (record, verifies, fires) and explicitly distinguishes from subsequent steps like approval (approve_adoption) and provisioning.

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?

Explicitly states it is called MCP-to-MCP by the operator's request_adoption. Describes what it does (verify, record, notify) and what it does NOT do (provisioning), providing clear context for when to use this tool versus others.

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.