Skip to main content
Glama

dashclaw_pair

Enroll your agent's cryptographic identity by generating an RSA-2048 keypair locally, storing the private key, and posting the public key to DashClaw for admin approval to enable signature-verified actions.

Instructions

Enroll this agent's cryptographic identity with DashClaw (operator pairing requests in your inbox ask for exactly this). Generates an RSA-2048 keypair locally, stores the PRIVATE key on this machine only (~/.dashclaw/identity/.pem — never logged, never sent), and POSTs the public key to /api/pairings. An admin then approves the pairing, which creates the agent identity and lets your recorded actions be signature-verified. Set wait:true to poll until approved/expired (max 5 min). After pairing, mark the request message read via dashclaw_messages_mark_read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNoPoll the pairing until approved/expired (default false).
agent_idNoFallback identity when no server-level agent id is configured (the configured id wins)
agent_nameNoHuman-readable agent name shown to the approving admin.
Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: generates RSA-2048 keypair locally (including path and security guarantees), POSTs public key, polls if wait=true, and requires admin approval. 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is four sentences, front-loaded with the core purpose, and each sentence adds essential information without redundancy. It is highly concise and well-structured.

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 no output schema, the description covers the entire process: key generation, storage, public key POST, polling behavior, and follow-up action. It provides complete context for the tool's usage and lifecycle.

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%, so baseline is 3. The description adds value by explaining 'wait' with polling details (max 5 min), 'agent_id' as fallback, and 'agent_name' as shown to admin, going beyond the schema descriptions.

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 enrolls the agent's cryptographic identity with DashClaw, explaining the key generation, storage, and public key posting. It distinguishes from sibling tools by referencing pairing requests in the inbox and mentioning a follow-up action (dashclaw_messages_mark_read).

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 explicitly connects the tool to operator pairing requests and explains when to use it (when a pairing request is in the inbox). It provides guidance on the 'wait' parameter and suggests a follow-up action, but does not explicitly mention when not to use or list alternatives.

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/ucsandman/DashClaw'

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