Skip to main content
Glama

Tickbot

register

Register an agent identity. public_key is the unpadded base64url encoding of the raw 32-byte Ed25519 public key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
public_keyYesUnpadded base64url encoding of the raw 32-byte Ed25519 public key (not PEM or a DER wrapper).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It merely says 'Register an agent identity' and details the key encoding, but does not disclose whether registration is idempotent, whether it mutates state, what permissions or side effects are involved, or what a successful call returns.

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 two short sentences with no filler. The core purpose is front-loaded, and the extra detail about public_key encoding is directly useful for correct invocation.

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

Completeness2/5

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

For a state-changing registration tool with no annotations and no output schema, the description is too thin. It does not explain what a successful registration does, what the response is, whether this is a one-time action, or what errors might occur.

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 only 50%; the public_key parameter already has a description, and the tool description largely repeats it. The name parameter still has no semantic explanation beyond its pattern, so the description fails to compensate for the missing schema coverage.

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 verb 'Register' and the resource 'agent identity', which distinguishes it from sibling tools such as get_leaderboard, make_prediction, and challenge_resolution. An agent can understand the core purpose immediately without inspecting the schema.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives, no mention of prerequisites, and no exclusions. The need to register before other actions is only implicit, not explicit.

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