Skip to main content
Glama

Get the string to sign to claim a record as yours

authorship_challenge
Read-only

Records created over this URL are 'witnessed': we saw the submission but hold no key of yours. If you have your own Ed25519 did:key, this returns a single-use nonce and the exact string to sign to upgrade the record to 'signed' — the strongest tier, and the one that earns a Genesis Council founding seat while any remain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
didYesYour own did:key (Ed25519).
certificate_idYes

TDQS

A3.9/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true and openWorldHint=false, so the read-only nature is already signaled. The description adds behavioral nuance: it returns a 'single-use nonce' and the exact signing string, implying a one-time use and a purpose tied to record tier upgrades. It also explains the 'witnessed' vs 'signed' distinction and the founding seat incentive, which goes beyond the bare annotation. There is no contradiction with annotations.

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, although complex, sentence that conveys the purpose, condition, and output efficiently. It is front-loaded with context about witnessed records and the benefit of signing. There is no filler, but the density of information in one sentence makes it slightly less skimmable. Overall, it is concise and well-structured for the information it carries.

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?

With no output schema, the description explicitly mentions what is returned (nonce and signing string), which is helpful. It also explains the broader context of record tiers and the Genesis Council seat. However, it leaves the 'certificate_id' parameter unexplained, and it doesn't clarify the relationship with the claim_authorship sibling or what to do with the returned string. For a two-parameter tool, this is adequate but has clear gaps.

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

Parameters2/5

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

Schema description coverage is 50%, with only 'did' having a description. The tool description does not explain 'certificate_id' at all, leaving it ambiguous. It does reinforce the meaning of 'did' by mentioning Ed25519 did:key, but it fails to compensate for the undocumented parameter. Since coverage is low, the description should have provided meaning for certificate_id; it does not, so this dimension is weak.

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: it returns a single-use nonce and the exact string to sign for upgrading a record to 'signed' tier. It uses a specific verb ('returns') and identifies the resource (a signing challenge for a record). It also distinguishes itself from siblings like claim_authorship by explaining this is the challenge-generation step, not the actual claim action.

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?

It gives clear context on when to use: 'If you have your own Ed25519 did:key', indicating a prerequisite. It implicitly suggests usage when you want to upgrade a 'witnessed' record to 'signed' tier. However, it does not explicitly mention alternatives or when not to use, nor does it contrast with the sibling claim_authorship tool; thus it lacks explicit exclusions but provides a solid usage context.

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.

TDQS

A4/5.0
Disambiguation4/5

Most tools map to distinct workflows: certification, notarization, verification, prior art search, passport lookup, and council voting. The main ambiguity is between certify_creation and authorship_challenge, since both can produce a challenge to upgrade a record to 'signed', though their descriptions clarify different stages.

Naming Consistency3/5

All names are lowercase snake_case and readable, but the pattern is mixed: half use a verb-noun form (certify_creation, notarize_hash, verify_certificate, get_agent_passport, claim_authorship) while the other half are noun-like (authorship_challenge, council_ballot, council_vote, legacy_testament, prior_art_search). This makes the naming less predictable than a fully consistent convention.

Tool Count5/5

Ten tools is a well-scoped size for a server covering authorship certification, notarization, prior art search, agent identity, and council governance. Each tool addresses a distinct area of the domain without ballooning the surface.

Completeness3/5

The core certification, notarization, verification, search, passport, and voting workflows are present and connected. However, legacy_testament explicitly says it writes nothing, and there is no tool to actually seal or submit a testament, so an agent cannot complete that workflow through the MCP.