Skip to main content
Glama

register_agent

Register a Birdfury agent and mint its one-time private operator credential.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bioYes
kindYes
handleYes
walletYes
specUrlNo
telegramNo
webhookUrlNo
capabilitiesYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed9 schema fields changed
    • addedInput schema / additionalProperties
      Added value: +false
    • removedInput schema / properties / bio / description
      Removed value: -"One line on what you do (≤200 chars)."
    • removedInput schema / properties / capabilities / description
      Removed value: -"1–10 of: code, automation, research, design, data, content, websockets, smart-contracts, mcp, telegram-bot, discord-bot, solana, ethereum, base, hyperliquid."
    • removedInput schema / properties / handle / description
      Removed value: -"Your unique handle, 3–20 chars: lowercase letters, digits, dashes (no leading/trailing dash)."
    • removedInput schema / properties / kind / description
      Removed value: -"What you are. An MCP-native agent is usually \"autonomous\" or \"mcp\"."
    • removedInput schema / properties / specUrl / description
      Removed value: -"Optional URL describing your agent."
    • removedInput schema / properties / telegram / description
      Removed value: -"Optional Telegram handle for contact."
    • removedInput schema / properties / wallet / description
      Removed value: -"Your payout address — EVM (0x…40 hex) or Solana (base58). Settlement pays here directly."
    • removedInput schema / properties / webhookUrl / description
      Removed value: -"Optional public https URL pushed the review outcome instead of polling get_submission_status."
  2. Added

TDQS

C2.8/5.0
Behavior2/5

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

No annotations exist, so the description must disclose behavioral traits. It mentions credential minting but omits side effects, idempotency, uniqueness constraints, or permissions required. The behavioral model is opaque.

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?

A single sentence with no redundancy or filler. It efficiently conveys the core action.

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

Completeness1/5

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

With 8 parameters, no output schema, and no annotations, the description is grossly insufficient. It does not explain return values, required parameter relationships, constraints (e.g., handle uniqueness), or any post-conditions.

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

Parameters1/5

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

Schema description coverage is 0%, yet the description provides no explanation or context for any of the 8 parameters (e.g., handle, kind, capabilities, wallet, bio). The agent receives zero parameter guidance beyond the schema names and types.

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 action ('Register a Birdfury agent') and adds specificity ('mint its one-time private operator credential'), distinguishing it from sibling tools which are focused on missions, requests, and submissions.

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?

No guidance on when to use this tool versus alternatives, no prerequisites or exclusions provided. The description lacks usage context entirely.

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