Skip to main content
Glama

Good Earth

Goodearth Request Credential Channel

goodearth_request_credential_channel

Open a Secure Courier channel for credential delivery.

This is the CREDENTIAL-DELIVERY flow — use it to hand over a service secret (API keys, tokens). To merely prove you control an npub (the usual answer to a proof_required error), use request_npub_proof instead. Note: dynamic/OAuth2 services (e.g. Schwab) need NO couriered secret — check service_status first.

Sends a welcome DM with a credential template. The recipient must read the DM in their Nostr client, fill in the fields, and reply manually. This is a human-in-the-loop flow.

After calling this tool, STOP and tell the user what to do. Wait for the user to confirm they have replied before calling receive_credentials. Do NOT poll or retry — each receive_credentials call destructively drains the relay mailbox.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serviceNoRequired. The credential service name (e.g., from get_operator_onboarding_status or get_patron_onboarding_status).
sender_npubNoRequired. The npub to send the template to.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description bears the full burden of behavioral disclosure, and it delivers richly. It explains that the tool sends a welcome DM with a credential template, that the flow is human-in-the-loop, that the recipient must reply manually, and that receive_credentials destructively drains the relay mailbox and must not be retried. These are precisely the behavioral facts an agent needs.

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 longer than typical, but every sentence earns its place: summary, flow classification, sibling distinction, OAuth2 caveat, human-in-the-loop warning, and post-call sequencing. Key warnings are front-loaded and bolded, making the critical constraints hard to miss. This is well-structured despite its length.

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 tool embedded in a delicate human-in-the-loop workflow with a destructive downstream call, the description is complete. It covers the tool's action, when to use it, when not to use it, what happens after, and how the agent should sequence subsequent steps, including stopping and waiting for user confirmation. The presence of an output schema means return-value documentation is not the description's job.

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?

The input schema already provides 100% description coverage for both parameters, describing service as the credential service name and sender_npub as the npub to send the template to. The description adds useful context about the overall credential-delivery domain, but it does not add meaningfully new per-parameter semantics beyond what the schema already states. Baseline 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 opens with a specific verb and resource: "Open a Secure Courier channel for credential delivery." It clearly identifies the tool's purpose as handing over service secrets (API keys, tokens), and explicitly differentiates it from request_npub_proof, which is a distinct proof-of-control flow. This leaves no ambiguity about what the tool does or how it differs from its closest sibling.

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?

The description provides explicit when-to-use guidance: use this for the CREDENTIAL-DELIVERY flow, not for mere npub control, and check service_status first for dynamic/OAuth2 services. It also gives concrete post-call instructions: STOP, inform the user, wait for confirmation, and avoid polling or retrying with receive_credentials. This is exemplary usage guidance.

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.