Skip to main content
Glama

recover_my_key

Recover a lost DC Hub key by providing the bound email. The key is re-sent to that email; no key is leaked over the wire.

Instructions

Recover a LOST DC Hub key. Pass your human's email and DC Hub re-sends any key tied to that address to that inbox. It NEVER returns the key over the wire (it emails the bound address), and the confirmation is the same whether or not a key exists (enumeration-safe), so no key is leaked to a caller. Use this when your human had a key, lost it, and knows the email they bound it to. Param: email (required). Returns DC Hub's neutral confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
Behavior4/5

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

Annotations provide readOnlyHint=false and destructiveHint=false, but the description adds key behavioral traits: it NEVER returns the key over the wire (only emails), and confirmation is identical regardless of key existence (enumeration-safe). No contradictions.

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 a single well-structured paragraph. It is concise but could be slightly tighter; however, every sentence adds value. Front-loaded with purpose and key warnings.

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?

Despite no output schema, the description states what returns ('DC Hub's neutral confirmation'). It covers all necessary aspects: action, input, behavior, safety, and return value. No gaps for a 1-parameter, non-destructive tool.

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?

The single parameter 'email' has no schema description (0% coverage). The description adds meaning: 'Pass your human's email', 'Param: email (required)', and explains its role in the recovery process. The mention of 'required' adds information not present in the 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 description uses specific verb 'Recover' targeting 'DC Hub key', clearly distinguishing from sibling tools (e.g., bind_email, claim_free_key). It explicitly states the action and resource.

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?

Explicit usage context: 'Use this when your human had a key, lost it, and knows the email they bound it to.' It does not mention when not to use or provide alternatives, but the guidance is sufficient for the given scenario.

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

Install Server

Other Tools

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/azmartone67/dchub-mcp-server'

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