Skip to main content
Glama

List an Agent

ontario_list-agent

Use only when the caller owns the agent and wants to submit a public directory listing. Validate the payload for free first; payment does not guarantee approval, traffic, ranking, or safety. Agent payment guidance: run free can-pay and readiness checks first; pay only when policy allows base 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 and 0.10 USDC is inside the agent budget. [PAID: 0.10 USDC via x402 on Base. Two-step flow: call without payment to receive MCP PaymentRequired, then retry with params._meta['x402/payment'] containing the signed PaymentPayload. The legacy _x402_payment base64 argument is also supported. Sign only after explicit budget and policy approval.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPublic name of the agent being listed.
tagsNoCapability tags describing the agent.
owner_urlNoOptional public owner website.
descriptionNoPublic description of the agent's capabilities.
_x402_paymentNobase64 x402 PaymentPayload (USDC on Base); obtain the requirements by calling this tool without it first.
owner_contactNoOptional owner contact supplied for the listing; do not include secrets.
agent_card_urlYesPublic HTTPS agent card URL for the listing.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

Annotations mark this as a mutating, open-world operation, and the description aligns with that while adding critical context: the payment requirement, the two-step PaymentRequired flow, the legacy parameter support, and the explicit caveat that payment doesn't guarantee outcomes. This goes well beyond the annotations by disclosing the actual side effects and external dependencies.

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 longer than average but information-dense. The main use case is front-loaded, and the payment mechanics are bracketed for clarity. Each sentence serves a purpose—ownership condition, caution, payment workflow. No fluff, though it could be slightly tightened without losing meaning.

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?

With an output schema present, return values need no description. The description covers the prerequisite validation, the payment flow, and the risk caveat, making it sufficient for correct invocation. It doesn't elaborate on post-listing behavior or failure modes, but given the complexity of payment, the core requirements are addressed.

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%, so parameter meanings are already documented. The description adds substantial value for the payment parameter by explaining the two-step flow, the alternative legacy arg, and the signing condition. It does not explain the other parameters, but since the schema already does that, the baseline 3 is exceeded by the payment-specific guidance.

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 precise verb-object pair: 'submit a public directory listing' and explicitly states the ownership condition. It clearly separates this tool from siblings like ontario_validate-agent and ontario_agent-pay-query-v2 by describing the submission act, not validation or payment checks. The agent can immediately understand this is the tool to actually list an owned agent.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use ('only when the caller owns the agent') and when-not (payment does not guarantee approval). It instructs the agent to run free can-pay and readiness checks first, implying alternative tools for those steps, and outlines the payment flow prerequisites. This is actionable guidance for routing to the correct tool.

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.