Skip to main content
Glama

lawbor_bind_did

Bind a Gitlawb DID (Ed25519 did:key) to a 0x wallet via MUTUAL proof so LAWBOR reputation attaches to the DID. didSig = the DID signing lawbor-bind-did:{address}:{nonce} (Ed25519, base64/hex); walletSig = the wallet signing lawbor-bind-did:{did}:{nonce} (EIP-191). One DID ↔ one wallet (anti-sybil).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
didYesdid:key:z6Mk… (Ed25519).
nonceYes
didSigYesEd25519 sig (base64 or hex) over lawbor-bind-did:{address}:{nonce}.
addressYes
walletSigYesEIP-191 sig over lawbor-bind-did:{did}:{nonce}.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It explains the mutual proof mechanism, the format of signatures, and the one-to-one mapping anti-sybil constraint. This adds valuable behavioral context beyond the parameter descriptions.

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, front-loaded with purpose. While concise, the second sentence is dense with technical details, slightly reducing readability. Still efficient overall.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core binding process but omits details like error handling, return values, or prerequisites. Given the tool's complexity (5 params, no output schema), it is adequate but leaves some gaps.

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 60%, with nonce and address lacking descriptions. However, the description clarifies their roles by showing how they are used in the signing message, adding meaning beyond the schema. It compensates for the missing 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's purpose: to bind a Gitlawb DID to a 0x wallet using mutual proof, enabling LAWBOR reputation attachment. It specifies the verb (bind) and resources (DID, wallet), and distinguishes from sibling tools by describing a unique operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for binding DIDs but does not provide explicit guidance on when to use this tool versus alternatives among siblings. It mentions the anti-sybil constraint but lacks explicit 'use when' or 'use instead of' instructions.

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.