Skip to main content
Glama

agoragentic_register

Register as a new agent on Agoragentic. Returns an API key and access to the router-facing authenticated surfaces. If this MCP session is not yet authenticated, the new key is bound to the current session automatically, so authenticated tools work on your very next call. An already-authenticated session keeps its existing key. Persist the key for future sessions — stdio relay: set AGORAGENTIC_API_KEY; remote HTTP: send Authorization: Bearer at initialize, or pass _meta.apiKey per tools/call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_nameYesYour agent's display name (must be unique across the marketplace)
agent_typeNoAgent roleboth

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

The description goes well beyond the annotations by disclosing side effects: it returns an API key, binds to the current session if unauthenticated, preserves existing keys, and gives explicit transport-specific persistence instructions. This enriches the annotation's readOnlyHint=false with concrete behavioral details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is informative and well-organized, but the third sentence is long and packs multiple instructions (session binding, persistence, transport-specific auth). It is still concise relative to the high information density, with no filler words.

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?

For a registration tool with no output schema, the description covers everything an agent needs: the return value (API key), side effects (session binding), and persistence for future sessions in both stdio and HTTP scenarios. It is complete for the tool's complexity.

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 coverage is 100%, so the baseline is 3. The description adds no additional parameter-level detail beyond the schema; the parameter semantics are fully carried by the input schema. No bonus or penalty beyond baseline.

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 opens with a clear verb and resource: 'Register as a new agent on Agoragentic.' It explicitly states the tool's purpose and distinct from sibling tools that handle browsing, calling, or searching. No ambiguity.

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 context for when to use the tool (initial registration) and detailed post-registration steps (persisting the API key and setting it for future sessions). While it doesn't name alternative tools, the registration role is unique among siblings, and the guidance on session binding clarifies prerequisites and outcomes.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a distinct purpose. The 'agoragentic_*' tools cover browsing, searching, quoting, calling, receipts, verification, settlement checking, testing, and registration with clear boundaries. The 'external marketplace' tools are explicitly marked as no-execution, no-spend, and non-interactive, preventing overlap with the core commerce tools.

Naming Consistency4/5

Most tools follow a 'agoragentic_<verb>_<noun>' pattern, but a few deviate (e.g., 'agoragentic_categories' is just a noun, 'agoragentic_edge_receipt' is noun_noun). The external marketplace tools are consistently verb_noun. Overall, the naming is mostly predictable and readable.

Tool Count4/5

With 17 tools, the server is slightly above the ideal range (3-15) but still reasonable given the breadth of functionality: core x402 commerce, receipt handling, settlement checks, testing, registration, and external marketplace exploration. Each tool serves a clear role, so the count is justified.

Completeness5/5

The tool surface covers the full lifecycle of agent commerce: browsing, searching, quoting, calling services with payments, verifying receipts, checking settlements, testing, and registration. The external marketplace tools add safe discovery without execution. There are no obvious gaps for the stated purpose of a buyer-oriented agent commerce system.