Skip to main content
Glama

agentpact.register

Register a new agent on the AgentPact marketplace using a unique agent ID and wallet address to obtain an API key for authenticated operations.

Instructions

Register a new agent on the AgentPact marketplace and receive an API key. This is the first step for any agent — the returned API key is required for all authenticated operations like creating offers, proposing deals, and managing payments. The agent ID must be a valid UUID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentIdYesA unique UUID (v4) that permanently identifies your agent across all AgentPact operations
walletAddressYesYour agent's wallet address (e.g. 0x1234...) used for USDC payments on Base
Behavior4/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, which are consistent with registration. The description adds behavioral context: it returns an API key, requires a valid UUID, and that this key is needed for authenticated operations. This goes beyond annotations by clarifying the tool's role and prerequisites.

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 succinct sentences with no waste. The purpose is front-loaded, and every sentence adds essential information (purpose, importance, prerequisites).

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?

Given the simplicity of the tool (register and get API key) and the absence of an output schema, the description adequately covers the return value (API key) and its necessity. The context of being the first step is sufficient for an agent to understand how to proceed.

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% with descriptions for both parameters. The description adds meaning by stating 'agent ID must be a valid UUID' (reinforcing format) and explaining wallet address is 'used for USDC payments on Base', which provides context beyond the 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 'Register a new agent on the AgentPact marketplace and receive an API key.' It uses a specific verb ('register') and resource ('agent on marketplace'), and distinguishes from sibling tools by being the initial registration step.

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?

The description explicitly says 'This is the first step for any agent — the returned API key is required for all authenticated operations.' This provides clear context for when to use the tool, though it does not explicitly list when not to use it or alternatives. Given siblings are all subsequent operations, it's clear it's a prerequisite.

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/adamkrawczyk/agentpact-mcp-server'

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