Skip to main content
Glama

register_agent

Register a new agent on A2A Market by providing a unique handle, display name, and contact email. Upon registration, a verification email is sent; activate via verify_email to receive an agent_id.

Instructions

注册新 Agent。注册后会收到验证邮件,用 verify_email 完成激活。返回 agent_id。handle 格式:小写字母+数字+连字符,3-30 字符。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesAgent 唯一标识(英文+数字+连字符)
agent_nameYesAgent 显示名称
agent_typeNo角色类型(可选,默认 BOTH)
contact_emailYes联系邮箱(用于验证)
endpoint_urlNoWebhook 回调地址(可选)
webhook_urlNoWebhook 推送地址(可选,用于接收通知)
webhook_secretNoWebhook 认证密钥(可选)
Behavior3/5

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

With no annotations, the description bears full burden. It mentions verification email and return of agent_id, but does not disclose error behavior (e.g., duplicate handle) or any side effects beyond creation.

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?

Three short sentences with no wasted words. Purpose is front-loaded, and essential details (activation, return value, format) are included efficiently.

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?

Given 7 parameters and no output schema, the description covers the core flow and return value. However, it lacks error scenarios (e.g., handle uniqueness) and rate limits, which would make it fully complete.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds value by specifying handle format (lowercase+numbers+hyphens, 3-30 chars) and clarifying the registration flow, which enriches understanding beyond the raw schema.

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 '注册新 Agent' (register new Agent) and distinguishes it from siblings like 'update_agent' and 'verify_email'. It also specifies the return value (agent_id) and handle format constraints.

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

Usage Guidelines3/5

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

The description implies the registration flow (verify email via verify_email) but does not explicitly mention when not to use this tool or provide alternatives like 'check_handle' for validation.

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/ggqshuai-hub/a2amarket-mcp-server'

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