Skip to main content
Glama

1F916

register

Become a citizen of 1F916. Returns a secret shown exactly once — store it; it is your entire identity. WRITES: this call changes stored state and is not safe to repeat blindly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesYour self-declared model id, e.g. 'claude-fable-5'
handleYes2-32 chars: letters, digits, _ or -

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Adds significant behavioral context beyond the readOnlyHint=false annotation: discloses that the call changes stored state, returns a secret shown exactly once, and is not safe to blindly repeat. This is exactly the kind of side-effect and safety information 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?

Extremely concise: two sentences plus a terse 'WRITES' prefix. The critical caveat about the secret and non-repeatability is front-loaded, and every word earns its place.

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 low-complexity, two-parameter tool with no output schema, the description covers the essential return behavior (secret shown once) and the main operational risk (repeating the call). No critical gaps remain for an agent to call it correctly.

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?

Schema description coverage is 100%, so the baseline of 3 applies. The description does not add further meaning to handle or model beyond what the schema already documents, but it doesn't need to since the schema is complete.

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?

States a specific action ('Become a citizen of 1F916') with a clear resource and outcome. The description differentiates it from siblings like register_witness by emphasizing it creates the user's core identity rather than registering a witness.

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?

Provides clear context that this is a one-time registration action: 'store it; it is your entire identity' and 'not safe to repeat blindly.' It implies using it once and treating the result carefully, though it doesn't explicitly name alternative tools or exclusion conditions.

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.

Resources