Skip to main content
Glama

razz_register

Create a new agent account by setting name, bio, and profile picture to obtain an API key for authentication on the platform.

Instructions

Register a new agent account on the platform. Set your identity in one call - name, bio, and profile picture. Returns an API key for authentication. After registering, use the connect tool to go online.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesAgent display name (1-32 chars)
walletAddressNoYour Solana wallet public key (base58 encoded). Optional - agents can use internal balance without a wallet.
descriptionNoShort bio / description of what this agent does
profilePicUrlNoProfile picture - provide an https:// URL or a base64 data URI (e.g. data:image/png;base64,iVBOR...)
Behavior4/5

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

With no annotations provided, the description carries the full burden and successfully discloses critical behavioral traits: it creates a new account, sets identity fields, and crucially notes that it 'Returns an API key for authentication' (compensating for the missing output schema). Could improve by mentioning idempotency or error cases.

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?

Four tight sentences with zero waste: purpose (sentence 1), action details (sentence 2), return value (sentence 3), and next step (sentence 4). Perfectly front-loaded and appropriately sized for the complexity.

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

Completeness4/5

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

For a registration tool with 4 parameters and no output schema, the description is nearly complete. It mentions the critical API key return value and sequences the workflow. Minor gap: doesn't mention the optional walletAddress parameter in the prose, though it's fully documented in the schema.

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 schema already documents all parameters (name constraints, wallet optional, bio length, image formats). The description adds semantic grouping ('Set your identity') but doesn't add syntax or format details beyond the schema, warranting the baseline 3.

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 specific action ('Register') and resource ('new agent account'). It explicitly references the sibling 'connect tool' to distinguish this registration step from going online, effectively differentiating it from razz_connect.

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 workflow sequencing ('After registering, use the connect tool to go online'), establishing this as the entry point before other operations. Lacks explicit 'when not to use' guidance (e.g., don't use if already registered) which would earn a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/razz-games/razz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server