Skip to main content
Glama

Agoragentic

Agoragentic: govern agent actions, preserve evidence, keep receipts

Keep your framework. Add control and proof.

Agoragentic is Triptych OS (Agent OS) for deployed agents and swarms. This repository is its open integration, governance, and evidence front door. It helps developers bound what an agent may do, preserve inspectable evidence of what it did, and connect that agent to hosted operation or agent commerce only when those capabilities are needed.

Use it with an agent, MCP server, coding workflow, or tool-calling application you already have. Agoragentic is not another orchestration framework that requires a rewrite.

Harness Core Node SDK Python SDK License: MIT

your agent or tool
        ↓
Agoragentic policy and approval boundary
        ↓
your existing runtime
        ↓
lifecycle evidence + receipt
        ↓
optional Agent OS, Router / Marketplace, or Interchange

Related MCP server: Moltjiji

Who it is for

Agoragentic is for developers and platform teams that already have an AI agent or agent-powered product and need to answer:

  • What was the agent authorized to do?

  • Which policy applied before a consequential action?

  • Did an owner need to approve it?

  • What evidence supports the recorded outcome?

  • What remains blocked or unknown?

  • Can the same governed agent later be operated, paid, or connected to another network?

These are the shortest supported entry paths into the Agoragentic stack.

Need

Start with

Result

Govern actions locally

Harness Core

Policy decisions, approval records, lifecycle events, local proof, and clearly labeled local receipts

Govern project context

Micro ECF or ECF Core

Allowed and blocked source boundaries, provenance, context artifacts, and local MCP

Run evidence-first Codex workflows

Fable-5

Audits, reviews, fact checks, architecture analysis, bounded subagents, and truthful Workflow Traces

Operate a deployed agent

Agent OS

Mandates, budgets, approvals, stop controls, runtime state, receipts, and reconciliation

Route or buy agent work

Node SDK or Python SDK

Task matching, bounded execution, current provider metadata, and hosted receipts

Inspect the MCP / Agent Client Protocol boundary

MCP source and ACP metadata

Unpublished protocol/reference source with owned local metadata; remote discovery and calls fail closed without a separately qualified host boundary

Inspect ARD discovery metadata offline

ARD v0.91 source profile

Pinned schemas and contexts, a deterministic compatibility generator, and a fail-closed normalizer; no deployed well-known endpoint, network dereference, execution, payment, trust, or publication authority

Review fork-before-risk contracts

Risk Fork

Experimental source-only classification, lifecycle, taint, E2B, and PostgreSQL authority contracts; no live containment, hosted interception, deployment, or production-readiness claim

Demonstrate fork-before-risk locally

Risk Fork hackathon demo

Named synthetic fixtures, deterministic classification, lifecycle replay, cleanup evidence, and local receipts; explicitly not isolation or live protection

Connect a marketplace or network

Interchange

Cross-market discovery, mandate enforcement, receipt verification, and reconciliation

Start locally in five minutes

This path requires no Agoragentic account, wallet, payment, hosted runtime, or external model provider. The canonical source, schemas, examples, and releases live in the standalone Harness Core repository; the legacy harness-core/ path is a durable migration pointer.

npx agoragentic-harness-core@latest init
npx agoragentic-harness-core@latest validate
npx agoragentic-harness-core@latest run \
  --profile local_no_spend \
  --task "Create an evidence-backed readiness summary"

Inspect the local artifacts:

agent.yaml
policy.yaml
.agoragentic/
├── local-proof.json
├── local-receipt.json
└── runs/<run_id>/
    ├── state.json
    ├── events.jsonl
    ├── local-proof.json
    ├── local-receipt.json
    ├── agent-os-harness.json
    └── summary.md

The generic Harness run path validates configuration and policy and records a no-spend proof boundary. The task string labels the run; it is not evidence that a host executed the task. Live enforcement requires a supported host hook or a host integration around Harness middleware.

Live enforcement available today

Host

Current capability

Claim limit

Claude Code

Packaged PreToolUse allow / ask / deny hook

Enforces the pre-tool policy decision; it does not prove every downstream side effect completed correctly

OpenCode

Experimental before / after hook adapter pinned to an exact host contract fixture

Source candidate with bounded local evidence; not a general end-to-end compatibility claim

LangGraph, CrewAI, Codex, MCP, Hermes, Rust reference runtime, and others

Mapping examples and adapter contracts

Mapping or example support is not the same as in-path enforcement

Read Integration capability levels before interpreting an integration status. The generated capability status shows the selected records and their evidence boundaries directly from integrations.json.

Choose one path

Add governance to an existing agent

Keep the existing framework or runtime. Start with Harness Core for policy decisions, approvals, lifecycle evidence, and local receipts around actions.

LangGraph       ─┐
CrewAI          ─┤
OpenAI Agents   ─┤
Codex           ─┤
Claude Code     ─┤──→ Harness Core ─→ policy + evidence + receipt
MCP             ─┤
custom Python   ─┤
custom Node.js  ─┘

Browse the machine-readable catalog in integrations.json. A catalog entry does not automatically mean live enforcement, deployed compatibility, or payment readiness.

At this revision, the canonical integrations.json manifest contains 110 surfaces. ecosystem.json is the count holder; generated public copy should read from the machine inventory rather than maintain an independent number.

Govern what the agent may know

Start with Micro ECF:

npx agoragentic-micro-ecf@latest plan --dir .
# Review the proposed local writes.
npx agoragentic-micro-ecf@latest install --dir . --yes

Move to ECF Core when you need richer source compilation, code indexes, evidence units, context routing, grounding evaluation, or a self-hosted local MCP server.

5-Minute Buyer Quickstart

Use this optional hosted path when the agent needs current capability matching or Router execution.

npm install agoragentic
const agoragentic = require("agoragentic");
const client = agoragentic(process.env.AGORAGENTIC_API_KEY);

const match = await client.match("summarize", { max_cost: 0.10 });
const result = await client.execute(
  "summarize",
  { text: "Governed agents need explicit authority and inspectable outcomes." },
  { max_cost: 0.10 }
);

console.log(match.providers?.[0]);
console.log(result.output);
console.log(result.receipt_id || result.invocation_id);

Create a free buyer identity only when you are ready to use the hosted Router:

curl -X POST https://agoragentic.com/api/quickstart \
  -H "Content-Type: application/json" \
  -d '{"name":"my-agent","intent":"buyer"}'

A match is a preview. Read current availability, pricing, payment requirements, retry guidance, and receipt state from the live response. Keep wallet credentials, maximum spend, payment authorization, and retry authority outside model-controlled arguments.

Deploy, operate, buy, or sell

Use Agent OS for no-spend readiness, deployment previews, procurement checks, approvals, receipt inspection, and reconciliation. Use the Router / Marketplace for current capability matching and execution. Use the Interchange to connect buyer agents, seller agents, marketplaces, or networks across organizational boundaries.

Commerce is optional. It is not required to use the open-source local layers.

Open source versus hosted

Surface

Provides

Does not grant

Harness Core

Local policy and approval records, lifecycle evidence, proof, receipts, Agent OS preview exports

Provider dispatch, wallet control, settlement, hosted deployment, marketplace publication

Micro ECF / ECF Core

Local source and context governance, provenance, artifacts, local MCP

Hosted memory, deployment, spend, trust or ranking mutation

Fable-5

Evidence-first Codex engineering workflows

Independent certification, deployment, spend, or owner authority

SDKs

Clients for Router, Agent OS, capabilities, receipts, and controls

Private routing, trust, fraud, or automatic payment authority

MCP / ACP source candidate

Owned local metadata and a tested fail-closed host-enforcement contract

Qualified hosted enforcement, credential transport, live isolation, production traffic, or package-registry readiness

Risk Fork

Source-only fork-before-risk protocols and bounded local/disposable test evidence

Live provider containment, hosted interception, managed PostgreSQL operations, deployment, publication, spend, or production readiness

Agent OS

Hosted governed operation, budgets, approvals, runtime state, receipts, reconciliation

Authority outside the owner's mandate

Router / Marketplace / Interchange

Discovery, matching, execution contracts, optional payments, cross-market reconciliation

A claim that every catalog entry is currently invocable or verified

What a receipt proves

Receipt class

Supports

Does not by itself prove

Local Harness receipt

Recorded configuration, policy decision, artifact references, and authority boundary

Host execution, provider output, or settlement

Host-observed receipt

A bounded host action and captured evidence when the adapter observed it

Every external side effect unless separately verified

Hosted execution receipt

A Router or Agent OS invocation and returned execution metadata

Independent certification or every off-platform consequence

Settlement receipt

The supported payment state for the exact transaction

The quality or correctness of delivered work

Missing evidence remains missing. Documentation, configuration, a model response, or a local receipt cannot manufacture deployed, provider, payment, or human proof.

Protocol Names

  • Agent Commerce Interchange is Agoragentic's governance and evidence contract for connecting buyer agents, seller agents, marketplaces, and networks.

  • Agent Client Protocol (ACP) is the repo-local stdio mode selected by node mcp/dist/mcp-server.cjs --acp after building this source checkout. The unpublished 2.0.0 candidate exposes owned local metadata and fails closed before remote discovery or tool execution without a separately qualified host boundary; it is not a commerce network.

  • Agoragentic Commerce Draft 0.1 is the historical document retained at specs/ACP-SPEC.md. Its former Agent Commerce Protocol name and acp_spec identifiers are compatibility aliases, not a production conformance claim.

  • External commerce protocols also named ACP require separately named adapters and must not be implied by either Agoragentic surface.

Packages

Need

Install or entry point

Local action governance

npx agoragentic-harness-core@latest init

Lightweight context boundary

npx agoragentic-micro-ecf@latest plan --dir .

Self-hosted context governance

npx agoragentic-ecf-core@latest init .

Node.js client

npm install agoragentic

Python client

pip install agoragentic

MCP protocol/reference source

npm --prefix mcp ci && npm --prefix mcp run build from this checkout; do not resolve the legacy npm relay

Agent Client Protocol reference mode

node mcp/dist/mcp-server.cjs --acp after the source build; remote calls remain blocked without qualified host enforcement

Risk Fork local demo

npm --prefix risk-fork ci --ignore-scripts --no-audit --no-fund, then node risk-fork/hackathon/bin/risk-fork-demo.mjs doctor from this checkout; local synthetic protocol simulator only

Agent OS CLI

npx agoragentic-os@latest doctor

Self-hosted reference runtime

Agoragentic Rust Framework HTTP Runtime

n8n node

npm install n8n-nodes-agoragentic

Fable-5

Install Fable-5

Release premortem

npx agoragentic-premortem-golden-loop@latest audit --repo .

Experimental and source-only integrations retain the limits stated in their own README. Inclusion in this repository is not publication or compatibility proof.

MCP / ACP production status

Do not install agoragentic-mcp from npm or inject AGORAGENTIC_API_KEY into it: the registry name resolves a legacy direct relay, while this repository's fail-closed 2.0.0 implementation is unpublished and non-installable. The source candidate owns no upstream network or credential transport and rejects remote discovery and tool calls unless embedded by a separately qualified host enforcement boundary. Hosted interception before server/discover, provider qualification, malicious-protocol canaries, and rollback/kill-switch evidence remain open; use the Node or Python SDK and documented REST APIs for currently supported Router calls.

The separate Risk Fork hackathon demo requires this locked dependency install when run from a source checkout:

npm --prefix risk-fork ci --ignore-scripts --no-audit --no-fund

It then uses the pinned local node risk-fork/hackathon/bin/risk-fork-demo.mjs entrypoint over named synthetic fixtures. A verified offline kit already bundles its dependency closure; do not run npm install or npm ci inside a kit extraction. Neither path uses the npm relay or establishes hosted interception, provider isolation, production readiness, or live protection.

Machine-readable discovery

Surface

Purpose

integrations.json

Canonical integration and package inventory

Generated integration capability status

Human-readable capability and evidence table derived from the canonical inventory

Repository rename preflight

Human-readable dependency, rollout, and rollback packet; no rename is authorized

repository-rename-preflight.json

Deterministic per-file rename dependency inventory

ecosystem.json

Durable product map and public entry points

ARD v0.91 source profile

Pinned proposal artifacts, local extension vocabulary, deterministic repository candidates, and offline fail-closed validation; not a live discovery route

Harness Core current release evidence

Current 0.4.2 release, npm integrity, protected publication, provenance, clean-room exports, and observer-only AHP proof

Harness Core standalone cutover evidence

Immutable historical 0.3.1 repository-cutover record

Interchange research record

Evidence-bounded production research index and publication status

Interchange production evidence ledger

Machine-readable experiment, finding, authority, and claim-boundary record

Interchange publication evidence gaps

Explicit blockers and unsupported claims that remain open

Interchange research references

Public source and evidence references used by the research record

Risk Fork hackathon capability card

Machine-readable local-demo entrypoint, limits, storage, cleanup, provider, and claim boundary

Risk Fork hackathon demo status

Machine-readable source/demo truth flags; production, live, npm, and hosted remain false

OpenAPI

Hosted HTTP contract

MCP server card

MCP discovery metadata

A2A agent card

Agent-to-agent discovery metadata

Capability catalog

Current public capability metadata

Public proof

Published proof state and claim labels

llms.txt and AGENTS.md

Machine and coding-agent orientation

Live machine surfaces are authoritative for current availability. Repository documentation does not override owner controls, budgets, payment requirements, verification state, retry guidance, revoke state, or deployment readiness.

Build an integration

  1. Read integrations.json and integrations.schema.json.

  2. Choose the exact capability class you are implementing.

  3. Start from the adapter template.

  4. Keep spend, payment authorization, retry authority, secrets, and approvals outside model-controlled arguments.

  5. Add framework-specific tests and a bounded evidence reference.

  6. Run:

node scripts/adapter-conformance-agent.mjs --adapter your-integration-id
node scripts/verify-integrations-json.js
node scripts/sync-integration-counts.mjs --check
node scripts/generate-repository-rename-preflight.mjs --check

See CONTRIBUTING.md, distribution status, and community testing.

Security and license

Never commit API keys, wallet material, authorization headers, cookies, private prompts, raw tool output, private ECF payloads, or customer evidence. Report suspected vulnerabilities through SECURITY.md.

MIT for this repository unless a subdirectory or vendored component states a different license. See LICENSE.

Available Tools

20 tools
agoragentic_browse_servicesA
Read-onlyIdempotent
Inspect

Browse stable anonymous x402 services on x402.agoragentic.com. Use this as the accountless buyer catalog for bounded paid resources.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of services to return.
include_trustNoInclude trust and settlement metadata in the response.
include_schemasNoInclude full input/output schemas in the response.

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering safety. The description adds context like 'stable anonymous' and 'accountless', which is useful but does not disclose behavioral details such as pagination, response ordering, or rate limits. With annotations present, this is adequate but not rich.

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?

The description is two sentences, front-loaded with the action and resource, and contains no fluff. Every word adds value, and it is easy to scan.

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 simple read-only browsing tool with 3 optional parameters and no output schema, the description provides enough context for initial selection: what it does and when to use it. However, it omits mention of response format or pagination behavior, which would be helpful but is not critical given the parameters imply output shape.

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?

The input schema provides 100% coverage with descriptions for all three parameters (limit, include_trust, include_schemas). The tool description does not add additional parameter-level semantics beyond reinforcing its catalog role, so it meets the baseline but does not exceed it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The tool name and description clearly state the action ('Browse') and the resource ('stable anonymous x402 services' on x402.agoragentic.com). The phrase 'accountless buyer catalog for bounded paid resources' adds scope, but it does not explicitly contrast with sibling tools like agoragentic_search or agoragentic_categories, so it falls short of full differentiation.

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 includes a direct usage instruction: 'Use this as the accountless buyer catalog for bounded paid resources.' This provides clear context for when to apply it, but it lacks explicit exclusions or references to alternative tools, preventing a 5.

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

agoragentic_call_serviceAInspect

Call one stable x402 service by slug. The first unpaid attempt returns an x402 Payment Required payload. Retry the same tool call with payment_signature to complete the paid call.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesStable x402 service slug, for example text-summarizer.
payloadNoJSON payload sent to the stable edge route.
max_price_usdcNoOptional safety bound. The tool errors if the quoted service exceeds this price.
payment_signatureNoOptional PAYMENT-SIGNATURE value used on the paid retry.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations only indicate readOnlyHint false, openWorldHint true, etc., but the description discloses the critical payment behavior: an unpaid attempt yields a Payment Required payload, and a retry with payment_signature completes the call. It does not cover failure modes beyond payment but sufficiently reveals the tool's non-read-only, payment-gated nature.

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?

Two sentences with minimal redundancy. The first sentence states the core purpose, and the second explains the retry mechanism. Every word earns its place; no filler.

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?

The tool has a non-trivial payment flow, and the description explains the two-step invocation pattern clearly. It also notes the first response type (Payload Required) and the retry condition. While no output schema exists, the description conveys enough context for an agent to invoke it correctly. It could mention the final success response, but the phrase 'complete the paid call' implies the service result.

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?

The input schema already describes all four parameters, so the baseline is 3. The description clarifies that payment_signature is only for the paid retry, matching the schema's 'used on the paid retry.' It does not add extra meaning beyond the schema's descriptions, but the high coverage means no deduction.

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 'Call one stable x402 service by slug,' a specific verb and resource that clearly identifies the tool's action. It distinguishes from siblings like quote/browse by focusing on execution and the payment retry flow. The title 'Call x402 Service' reinforces this purpose.

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 provides clear guidance on the two-step payment flow: first unpaid attempt returns Payment Required, then retry with payment_signature. However, it does not explicitly compare to sibling tools or state when to choose this over quote_service/browse_services, though the 'call' vs 'quote' distinction is implicit.

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

agoragentic_categoriesA
Read-onlyIdempotent
Inspect

List all available listing categories and how many capabilities are in each.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, covering the safety profile. The description adds behavioral context by specifying that it lists all categories and includes capability counts, which goes beyond the annotation metadata.

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?

The description is a single, front-loaded sentence containing only essential information: what the tool lists and what it returns. No fluff.

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 zero-parameter, read-only list tool, the description fully specifies both the action and the expected result (categories with capability counts). The annotations and lack of output schema do not require additional disclosure.

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?

There are zero parameters, so the baseline score is 4. No parameter explanations are needed, and the description doesn't attempt to add any.

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 uses the specific verb 'List' and identifies the resource as 'all available listing categories,' additionally specifying it returns the count of capabilities per category. This clearly distinguishes it from sibling tools like search or browse_services.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. It does not mention any exclusions or refer to sibling tools, so the agent receives no contextual decision support.

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

agoragentic_edge_receiptA
Read-onlyIdempotent
Inspect

Fetch one anonymous x402 edge receipt by receipt ID from x402.agoragentic.com.

ParametersJSON Schema
NameRequiredDescriptionDefault
receipt_idYesStable edge receipt identifier, usually returned in the Payment-Receipt header.

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering safety. The description adds the 'anonymous' qualifier and the source host, but does not explain return format, error behavior, or pagination. No contradiction with annotations.

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?

The description is a single, front-loaded sentence conveying action, resource, and identifier. No filler or redundant content.

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 simple one-parameter read-only fetch, the description, annotations, and schema are sufficient. There is no output schema, but the return value (a receipt) is self-evident from the purpose. Slightly more detail on the return format would improve completeness, but the current definition is adequate.

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% and includes a helpful description for receipt_id (returned in Payment-Receipt header). The tool description does not add semantic detail beyond the schema, so baseline 3 applies.

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 uses the specific verb 'Fetch' and clearly identifies the resource as 'one anonymous x402 edge receipt by receipt ID', distinguishing it from sibling tools like verify_receipt or settlement_check. This makes the tool's purpose unambiguous and distinct.

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?

No explicit guidance on when to use this tool versus alternatives such as interchange_verify_receipt. The description implies use when you have a receipt_id, but it does not state exclusions or name alternative tools, leaving context slightly implied.

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

agoragentic_executeAInspect

Execute a task through the Agoragentic Router / Marketplace. The Router selects a provider, invokes it, and returns the result with a receipt. IMPORTANT: This tool MAY SPEND USDC from the authenticated agent wallet based on the matched provider listing price. This tool is NOT idempotent — each call creates a new invocation and may incur a charge. Prefer agoragentic_match first to preview providers and pricing without spending. Use agoragentic_search to discover available capabilities before executing. Do NOT call this tool for read-only discovery; use agoragentic_search or agoragentic_match instead. Requires the AGORAGENTIC_API_KEY environment variable. Returns ok:false with error "missing_api_key" if the key is absent. On success, returns JSON with: invocation_id (string), output (provider result object), cost_usdc (number), provider_id (string), and receipt metadata. On failure, returns JSON with ok:false, a status code, and error details describing routing or provider errors.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskYesNatural-language task for the Router to match and execute, e.g. "summarize this article" or "scrape https://example.com"
inputNoStructured input payload forwarded to the matched provider. Shape depends on the provider API. Example: {"text": "Hello world", "max_sentences": 3}
quote_idNoID from a prior agoragentic_quote call to lock in a pre-agreed price. Omit for standard dynamic pricing.
constraintsNoOptional routing and budget constraints. Supported fields: max_cost (number, maximum USDC per call), provider_id (string, pin to a specific provider), category (string). Example: {"max_cost": 0.05, "category": "ai-ml"}
intent_contract_idNoAgent OS intent contract ID for auditable intent-to-execution tracking. Omit if not using intent contracts.

TDQS

A5/5.0
Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: potential USDC spending, non-idempotence, required environment variable, error handling (missing_api_key), and detailed success/failure response structures.

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?

Well-structured and efficient: key action upfront, critical warnings in bold, usage guidance, then return format. Every sentence adds value, and the length is appropriate for the tool's complexity.

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 no output schema, the description fully specifies success/error JSON structures. Parameter documentation is thorough, and sibling tool context is provided. The description adequately covers all necessary information for tool selection and invocation.

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

Parameters5/5

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

Although schema coverage is 100%, the description adds valuable context beyond property descriptions: examples for each parameter, explanation of dependencies (e.g., quote_id links to agoragentic_quote), and clarifies that input shape depends on provider API.

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 tool's verb ('Execute a task') and resource ('Agoragentic Router / Marketplace'), explaining the flow (selects provider, invokes, returns result with receipt). It distinguishes from sibling tools by advising to use agoragentic_match for preview and agoragentic_search for discovery.

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?

Provides explicit guidance on when to use this tool vs alternatives ('Prefer agoragentic_match first...', 'Use agoragentic_search...'), and warns against using it for read-only discovery. Also notes potential USDC spending and non-idempotency, setting clear user expectations.

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

agoragentic_execute_statusAInspect

Check the status, output, cost, and receipt of a previous agoragentic_execute invocation. Use this to poll for results of async executions or to retrieve receipt metadata after completion. This is a read-only operation with no side effects and no USDC spend. Requires the AGORAGENTIC_API_KEY environment variable. Returns ok:false with error "missing_api_key" if the key is absent. Returns JSON with: status ("pending", "completed", or "failed"), output (provider result), cost_usdc, provider_id, receipt_id, and timestamps. Returns ok:false with error "invalid_invocation_id" if the ID is empty or contains disallowed characters.

ParametersJSON Schema
NameRequiredDescriptionDefault
invocation_idYesThe invocation_id string returned by a prior agoragentic_execute call, e.g. "inv_abc123def456"

TDQS

A4.6/5.0
Behavior5/5

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

No annotations are provided, so the description fully carries the burden. It states it is read-only, has no side effects or USDC spend, requires an environment variable, and describes error responses (missing_api_key, invalid_invocation_id). This is comprehensive.

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 concise and front-loaded with purpose. It is a single paragraph that covers all necessary aspects. Minor improvement could be structuring the return JSON fields, but it is still effective.

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 simple one-parameter tool with no output schema, the description is remarkably complete. It covers purpose, usage, prerequisites, error cases, and return fields. No gaps remain for the agent.

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 a description of invocation_id. The tool description adds context about the expected format ('inv_abc123def456') and validation errors, which enhances understanding 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 the tool checks status, output, cost, and receipt of a previous invocation. The verb 'check' and resource are specific, and it distinguishes from siblings like agoragentic_execute (launch) and agoragentic_edge_receipt (edge receipts).

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 to use this for polling async results or retrieving receipt metadata. It does not explicitly exclude other uses, but the context is clear. No sibling differentiation is stated, but the purpose is clear enough.

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

agoragentic_interchange_verify_receiptA
Read-onlyIdempotent
Inspect

Agent Commerce Interchange: verify a minted interchange receipt with hash recomputation and signature tamper detection. Works anonymously with a stored receipt_id and/or a presented receipt JSON.

ParametersJSON Schema
NameRequiredDescriptionDefault
receiptNoOptional full receipt JSON to check for tampering
receipt_idNoMinted interchange receipt ID (areceipt2_...)

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is known. The description adds value by explaining the verification method (hash recomputation, signature tamper detection) and the anonymous operation mode, which are not obvious from annotations alone.

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?

The description is two sentences with no redundant information. It front-loads the action ('verify') and resource, then adds the operational details (anonymity, input modes) efficiently.

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

Completeness3/5

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

The tool has no output schema, so the description should explain what the result of verification looks like (e.g., valid/invalid, tamper status). It does not state the return value or behavior on tampering, leaving a gap in the agent's understanding of the tool's outcome.

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 description coverage is 100% with each parameter described. The description adds meaning by clarifying the relationship: 'stored receipt_id' versus 'presented receipt JSON', and the 'and/or' usage implies that either one or both can be provided. This goes beyond the basic schema fields.

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 tool's purpose: verify a minted interchange receipt using hash recomputation and signature tamper detection. It specifies the resource (interchange receipt) and differentiates from sibling tools like 'edge_receipt' or 'validation_status' by detailing the verification mechanism.

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 implicitly conveys when to use this tool (for verification of receipts) and states it works anonymously with either a receipt_id or a presented JSON. However, it does not explicitly mention alternatives or when not to use it, but the context is clear enough for an agent to decide.

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

agoragentic_matchAInspect

Preview which providers the Agoragentic Router would select for a given task, without executing or spending USDC. Use this before agoragentic_execute to compare providers, check pricing, and verify availability. This is a read-only, non-destructive operation with no side effects. Requires the AGORAGENTIC_API_KEY environment variable to be set. Returns ok:false with error "missing_api_key" if the key is absent. Returns JSON with matched providers including their trust scores, estimated cost in USDC, and routing rationale.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskYesNatural-language task description to match against providers, e.g. "summarize this article"
categoryNoOptional category filter to narrow provider matches, e.g. "ai-ml"
max_costNoMaximum acceptable USDC price per call. Providers above this price are excluded from results.
prefer_trustedNoWhen true, rank verified and trusted providers higher in results

TDQS

A4.5/5.0
Behavior5/5

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

No annotations are provided, so the description fully carries the burden. It discloses that the tool is read-only, non-destructive, has no side effects, and describes error conditions ('missing_api_key'). It also details the output structure (matched providers, trust scores, estimated cost, routing rationale).

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?

The description is about 4 sentences, well-structured with the main purpose front-loaded. Every sentence adds value without redundancy. It is concise and informative.

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 tool's complexity (4 parameters, no output schema, many sibling tools), the description is complete. It covers purpose, usage, behavioral traits, error handling, and expected output, providing an agent with all necessary context.

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 baseline is 3. The description does not add parameter-specific information beyond what the schema already provides. Each parameter is well-documented in the schema, including defaults for 'prefer_trusted'.

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 tool's purpose: 'Preview which providers the Agoragentic Router would select for a given task, without executing or spending USDC.' It uses specific verbs and resources, distinguishing it from siblings like agoragentic_execute.

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 'Use this before agoragentic_execute to compare providers, check pricing, and verify availability.' It provides clear usage context and mentions the API key requirement, though it lacks explicit when-not-to-use instructions.

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

agoragentic_quoteA
Read-onlyIdempotent
Inspect

Create a router-aware quote. If you pass task + constraints, Agoragentic returns the ranked providers the router would consider. If you pass capability_id, listing_id, or slug, Agoragentic returns a listing-specific price, trust snapshot, and next-step guidance. Listing-quote mode works anonymously. Task-quote mode requires auth — stdio relay: set AGORAGENTIC_API_KEY; remote HTTP: send Authorization: Bearer at initialize, or pass _meta.apiKey per tools/call.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugNoListing slug alternative
taskNoOptional task description for a router quote preview (requires API key)
limitNoMax provider rows to return for task quote mode
unitsNoRequested units for listing-specific quote preview
categoryNoOptional category preference for task quote mode
max_costNoMaximum cost in USDC for task quote mode
listing_idNoAlias for capability_id
capability_idNoPreferred listing identifier for listing-specific quote preview
max_latency_msNoMaximum acceptable latency in milliseconds for task quote mode
prefer_trustedNoPrefer higher-trust providers when available for task quote mode

TDQS

A4.4/5.0
Behavior4/5

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

The description adds substantial behavioral context beyond annotations: mode-specific return types, anonymous vs authenticated execution, and specific auth setup for stdio and HTTP. The word 'Create' might suggest mutation, but readOnlyHint, idempotentHint, and the overall context make clear this is a compute/read operation. No contradiction with annotations.

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 sentences with a front-loaded core action, followed by conditional usage and auth context. Every sentence is informative and there is no redundancy or fluff.

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 tool with 10 optional parameters, two modes, and auth requirements, the description covers the primary behaviors, return values, and auth setup. It does not cover edge cases like conflicting parameters, but the schema fills in parameter-level details adequately.

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?

All 10 parameters have schema descriptions, so baseline is 3. The description adds value by grouping parameters into modes (task constraints vs listing identifiers) and clarifying that slug is a listing alternative, which helps the agent understand which parameters to use together.

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 it creates a router-aware quote and explicitly distinguishes two modes based on parameters: task+constraints returns ranked providers, while capability_id/listing_id/slug returns a listing-specific price, trust snapshot, and next-step guidance. This specificity distinguishes it from sibling tools like quote_service and browse_services.

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?

It provides clear conditional usage: pass task+constraints for task mode, or capability_id/listing_id/slug for listing mode. It also explains auth requirements per mode (anonymous for listing, API key for task). However, it does not explicitly state what to do when multiple mode identifiers (e.g., task and capability_id) are passed together, nor name alternative tools.

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

agoragentic_quote_serviceA
Read-onlyIdempotent
Inspect

Quote one stable x402 service by slug. Returns price, retry behavior, trust metadata, sample input, and the exact payable URL without spending.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesStable x402 service slug, for example text-summarizer.
include_trustNoInclude trust and settlement metadata in the response.
max_price_usdcNoOptional safety bound. The tool errors if the quoted service exceeds this price.
include_schemasNoInclude full input/output schemas in the response.

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the bar is lower. The description adds value by confirming 'without spending' and enumerating key response fields (retry behavior, trust metadata, sample input, exact payable URL), which provides behavioral context beyond the annotations. It does not mention error cases or rate limits, but the added context is meaningful.

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?

The description is a single, front-loaded sentence that immediately states the core action and then lists return contents compactly. Every word earns its place, with no filler or repetition.

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 that there is no output schema, the description compensates well by naming the key return components (price, retry behavior, trust metadata, sample input, exact payable URL). It could be more complete by mentioning error behavior if the slug is invalid, but for a simple read-only quote tool with strong annotations, the coverage is adequate.

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% for all four parameters, so the baseline is 3. The description only reiterates 'by slug' and adds no additional meaning to parameters like include_trust or max_price_usdc beyond what schema descriptions already provide. No credit beyond baseline is warranted.

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 states a specific verb ('Quote') and resource ('one stable x402 service by slug'), and lists the exact return type (price, retry behavior, trust metadata, sample input, payable URL). This clearly differentiates it from siblings like agoragentic_call_service (which would spend) and agoragentic_browse_services (which likely lists many services).

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?

Usage is implied rather than explicit: the tool is for quoting a known slug before spending, and the phrase 'without spending' hints at a safe pre-call step. However, it does not explicitly state when to use this over agoragentic_quote or other siblings, nor does it provide exclusions or alternatives.

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

agoragentic_registerAInspect

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.

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

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations, the description discloses the returned key, the side effect of binding the key to the current session, and the conditional behavior for already-authenticated sessions. It also gives concrete key-persistence mechanisms, which is valuable operational context not available in the annotations.

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?

The description is front-loaded with the core action and output, then adds necessary behavioral and persistence details. Despite being somewhat long, every sentence contributes meaningful information and there is no fluff or repetition of schema fields.

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?

With no output schema, the description compensates by explaining the return value (API key), the access implications, and authentication edge cases. It also tells the user how to persist the key for future sessions in both transport modes, making the tool fully usable end-to-end.

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?

The input schema covers both parameters completely with descriptions and enum values (100% coverage), so the description does not need to repeat them. The description adds no extra semantic detail about agent_name or agent_type beyond what the schema already provides.

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 uses a specific verb ('Register') and resource ('as a new agent on Agoragentic'), and immediately states the return value (API key and access to authenticated surfaces). This clearly distinguishes it from sibling tools like browse, search, and call, none of which handle registration.

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 gives clear context for when registration is useful, including the session-bound behavior for unauthenticated vs already-authenticated sessions. It also provides explicit persistence instructions for stdio and remote HTTP, though it does not name alternatives or exclusions since no sibling tool offers registration.

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

agoragentic_validation_statusA
Read-onlyIdempotent
Inspect

List Agoragentic execution verifiers, Argent/Themis high-risk posture, lifecycle states, and any optional external verifier readiness without invoking a paid service.

ParametersJSON Schema
NameRequiredDescriptionDefault
include_inactiveNoInclude configured but inactive verifier providers

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish readOnly, idempotent, non-destructive, and closed-world behavior. The description adds a valuable behavioral guarantee—no paid service is invoked—and specifies the breadth of status information returned, which is not covered by the annotations.

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?

The description is a single, front-loaded sentence with no redundancy. It packs the action, the list of resources, and a key qualifier into a compact form, making it easy for an agent to parse quickly.

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 read-only listing tool with strong annotations and full parameter schema coverage, the description provides enough detail to invoke correctly. It omits return structure, but the low complexity and the explicit scope make it sufficiently complete.

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?

The single parameter include_inactive is fully documented in the schema with a clear description (100% coverage). The tool description adds nothing beyond that, so the baseline score of 3 is appropriate.

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 uses the specific verb 'List' and clearly enumerates the distinct resources: Agoragentic execution verifiers, Argent/Themis high-risk posture, lifecycle states, and optional external verifier readiness. This precise scope distinguishes it from sibling tools focused on quoting, receipts, settlement, or service calls.

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 phrase 'without invoking a paid service' gives a clear context for when to use this tool—as a cost-free readiness check before potentially paid operations. However, it does not explicitly name alternative tools or state when not to use it, falling just short of full exclusion guidance.

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

agoragentic_x402_settlement_checkA
Read-onlyIdempotent
Inspect

Free read-only check that a Base-mainnet USDC transfer settled on-chain for a transaction hash, with optional expected payTo/amount/payer matching (an amount must be accompanied by a payTo or payer). Works for any USDC-settled x402 payment on Base — yours or one you received — not just Agoragentic invocations; non-USDC assets are out of scope. No auth, no spend. Confirms settlement only: it does not verify service delivery, output quality, or counterparty identity.

ParametersJSON Schema
NameRequiredDescriptionDefault
networkNoOptional; must be Base mainnet if provided ('base', 'eip155:8453', or '8453').
tx_hashYes0x-prefixed 32-byte transaction hash on Base mainnet.
expected_payerNoOptional EVM address the payment should have come from.
expected_pay_toNoOptional EVM address the payment should have gone to.
expected_amount_usdcNoOptional decimal USDC amount (max 6 decimals); matched as >= against the payTo/payer-filtered transfers.

TDQS

A4.7/5.0
Behavior5/5

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

Adds meaningful behavioral context beyond annotations: 'No auth, no spend', 'confirms settlement only', and explicitly lists what it does not verify. Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and the description adds no contradictions.

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 sentences, each earning its place. Front-loaded with the core purpose, then scope expansion, then safety and limitation caveats. No redundant phrasing or filler.

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?

Comprehensive for the tool's complexity: covers scope, exclusions, parameter pairing rule, and behavioral limitations. Minor gap: no description of what the tool returns (e.g., simple boolean or structured details), but no output schema exists to fill that gap.

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

Parameters5/5

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

Even though schema coverage is 100%, the description adds critical semantics not in the schema: the constraint that 'amount must be accompanied by a payTo or payer' and that amount is 'matched as >='. This directly affects how to set parameters together.

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?

States a specific verb+resource+scope: 'check that a Base-mainnet USDC transfer settled on-chain' with optional matching. Explicitly distinguishes from siblings by saying 'not just Agoragentic invocations' and excludes non-USDC assets.

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 (any USDC-settled x402 payment on Base, yours or received) and exclusions (non-USDC assets out of scope). Does not explicitly name alternative tools, but the scope and limitations ('does not verify service delivery, output quality, or counterparty identity') help decide applicability.

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

agoragentic_x402_testA
Idempotent
Inspect

Test the free x402 402->sign->retry pipeline against Agoragentic without spending real USDC. Returns the PAYMENT-REQUIRED challenge until you retry with a payment signature.

ParametersJSON Schema
NameRequiredDescriptionDefault
textNoText payload to echo back once the test signature is suppliedhello from MCP
payment_signatureNoOptional PAYMENT-SIGNATURE header value to complete the retry step

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses the 402 challenge-response behavior ('Returns the PAYMENT-REQUIRED challenge until you retry with a payment signature') and adds safety context ('without spending real USDC'). Annotations already provide non-destructive/idempotent hints, so the description adds valuable flow details without contradiction.

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?

A single sentence that is front-loaded and packs essential information: purpose, cost-free nature, and the challenge/retry behavior. No wasted words or redundancy with schema fields.

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 the tool's simple two-parameter, no-output-schema design, the description covers the core behavior (what it returns, how the retry works) and safety (no real USDC). It omits potential edge cases or exact response structure, but for a test utility this is sufficient.

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% for both parameters, so the schema already documents them. The description adds minimal extra meaning by referencing 'retry with a payment signature' and 'echo back once the test signature is supplied', but this is mostly restating schema intent. Baseline 3 applies.

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 tool's purpose: to test the x402 402->sign->retry pipeline without spending real USDC. It uses a specific verb ('test') and resource ('x402 pipeline'), and the 'without spending real USDC' nuance differentiates it from production payment tools among siblings.

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 implies usage context by calling it a 'test' and highlighting 'free' and 'without spending real USDC', which indicates it is for experimentation. It does not explicitly name alternatives or exclusions, but the context is clear enough in this sibling set to guide selection.

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

explain_external_marketplace_boundariesA
Read-onlyIdempotent
Inspect

Explain the no-execution, no-spend, no-settlement, no-trust-mutation boundary for external marketplace search.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.3/5.0
Behavior4/5

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

With readOnlyHint, idempotentHint, and destructiveHint=false already provided, the description adds specific behavioral context by enumerating the no-operations (no-execution, no-spend, etc.), which clarifies the safety profile beyond generic hints. It aligns with annotations and enhances understanding of the tool's non-mutating nature.

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?

The description is a single, concise sentence that is front-loaded with the verb and directly states the tool's scope. Every word contributes to the meaning, with no filler or redundancy.

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?

This is a simple, no-parameter explanation tool. The description fully conveys the tool's purpose and behavior. While there is no output schema, the act of 'explaining' implies a textual answer, and the description is sufficient for a low-complexity tool.

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?

The tool has zero parameters, so the baseline is 4. The description does not need to explain parameter semantics, and the empty schema covers all parameters with 100% coverage. No additional parameter information is required.

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 uses a specific verb 'Explain' and clearly identifies the resource: the boundary for external marketplace search, listing four precise constraints (no-execution, no-spend, no-settlement, no-trust-mutation). This distinguishes it from sibling tools that actually perform marketplace operations or searches.

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 that this tool is for understanding the boundaries of external marketplace search, but it does not explicitly state when to use this tool over alternatives, nor does it mention exclusions or when not to use it. The context is only implied by the nature of the explanation.

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

inspect_external_supply_candidateB
Read-onlyIdempotent
Inspect

Inspect one local public-safe external supply candidate and a no-execution handoff preview.

ParametersJSON Schema
NameRequiredDescriptionDefault
external_supply_candidate_idYesExternal supply candidate id from search_external_marketplaces.

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, and non-destructive. The description adds that it provides a 'no-execution handoff preview', which clarifies that no execution occurs. However, it doesn't elaborate on what the preview contains or any other behavioral traits.

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 a single, compact sentence with no wasted words. It is front-loaded with the verb and resource. Minor jargon ('local public-safe', 'no-execution handoff preview') slightly reduces clarity but doesn't hurt conciseness.

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 simple, single-parameter, read-only tool backed by strong annotations, the description provides enough context about what the tool does and that it includes a non-executing preview. There is no output schema, but the tool's simplicity mitigates the need for more detail.

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% with a clear description for the single parameter, so the schema carries the semantic weight. The tool description does not add additional parameter meaning beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Inspect') and the resource ('one local public-safe external supply candidate'), and mentions a 'no-execution handoff preview' which suggests additional output. However, it does not explicitly distinguish itself from sibling tools like 'preview_external_handoff' or 'search_external_marketplaces'.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. The description implies usage after search (for a specific candidate ID), but does not state when not to use it or mention alternative tools.

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

list_external_supply_sourcesA
Read-onlyIdempotent
Inspect

List local public-safe external supply sources and normalized source snapshots.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds that the output includes 'normalized source snapshots,' which hints at the response content but does not describe pagination, ordering, or other behavioral details. This is adequate but not rich, given the annotations.

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?

The description is a single, concise sentence that starts with the action verb 'List' and immediately states the resource. There is no redundant wording, and every phrase contributes 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?

For a simple, parameterless list operation with strong annotations, the description is mostly complete. It states what is listed and hints at the output type, but without an output schema, some ambiguity remains about the exact structure of 'normalized source snapshots.' Still, for this level of complexity, it is sufficient.

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?

The input schema has zero parameters, so the schema itself provides full coverage (100%). The description does not need to explain parameter semantics, and the baseline for zero parameters is 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'List' followed by a clear resource: 'local public-safe external supply sources and normalized source snapshots.' This states the tool's domain and scope, and it is distinct from sibling tools like 'search_external_marketplaces' and 'inspect_external_supply_candidate.' However, it does not explicitly call out those alternatives or their relationship, so it falls short of a 5.

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 tool is for retrieving a specific subset of external supply sources (local public-safe) and normalized snapshots, but it gives no explicit guidance on when to prefer this over searching or inspecting other marketplaces. There is no mention of exclusions or alternative approaches, making the usage context clear only by inference.

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

preview_external_handoffA
Read-onlyIdempotent
Inspect

Preview a redacted external marketplace handoff receipt without writing a receipt, opening an external service, or performing execution/payment.

ParametersJSON Schema
NameRequiredDescriptionDefault
task_summaryNoHuman-readable handoff intent summary.
selected_handoff_urlNoPublic handoff URL to redact and preview.
external_supply_candidate_idNoExternal supply candidate id.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable behavioral context by specifying that the receipt is 'redacted' and explicitly rules out writing, opening external services, and executing payments—details beyond the annotations. No contradiction.

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?

The description is a single sentence with no redundant words. It is front-loaded with the core action ('Preview a redacted external marketplace handoff receipt') and includes only essential constraint information.

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?

The tool has no output schema, but the description sufficiently indicates that it returns a redacted receipt preview and that it is side-effect-free. Given the read-only annotations and all optional parameters, this is adequate for an agent to invoke it correctly, though the return structure is not detailed.

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?

The input schema has 100% description coverage for all three parameters, so the baseline is 3. The tool description itself adds no parameter-specific meaning; it neither reinforces nor supplements the schema's parameter descriptions.

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 uses a specific verb 'Preview' and a clear resource 'redacted external marketplace handoff receipt'. It explicitly contrasts with side-effecting actions by stating 'without writing a receipt, opening an external service, or performing execution/payment', effectively distinguishing it from sibling tools that write or execute.

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 clearly conveys when to use this tool: when a side-effect-free preview of a handoff receipt is needed. The three 'without' clauses provide useful exclusion criteria. However, it does not explicitly name alternative tools or state when not to use it, missing the full 'when/when-not' structure.

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

search_external_marketplacesA
Read-onlyIdempotent
Inspect

Search local public-safe external marketplace supply metadata. Does not call, execute, submit, spend, settle, rank, trust, verify, ready, publish, or expose raw payloads.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of candidates to return, capped at 50.
queryNoKeyword search over local external supply metadata.
categoryNoOptional external supply category filter.
protocolNoOptional protocol filter.
supports_a2aNoFilter by A2A metadata support.
supports_mcpNoFilter by MCP metadata support.
supports_x402NoFilter by x402 metadata support.
supports_openapiNoFilter by OpenAPI metadata support.
source_marketplace_idNoOptional source marketplace id filter.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds value by detailing the specific non-performed operations and the 'public-safe' qualification, enriching the behavioral context without contradicting any annotations.

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?

The description is a single, front-loaded sentence that efficiently communicates the core action and its safe boundaries. The long negation list is information-dense and earns its place by preventing misuse.

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 9 optional parameters, full schema coverage, and no output schema, the description clarifies the tool's metadata-only scope and explicitly excludes raw payload exposure. It could benefit from describing the return structure, but the simple read-only search nature makes it reasonably complete.

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% for all 9 parameters, so the schema fully documents parameter semantics. The description adds no extra parameter-level detail, aligning with the baseline score of 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 uses the specific verb 'Search' with a clear resource: 'local public-safe external marketplace supply metadata'. It also distinguishes itself from action-oriented siblings by explicitly listing what it does not do (call, execute, submit, etc.), making its purpose unambiguous.

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 negative list ('Does not call, execute, submit, spend, settle, rank, trust, verify, ready, publish, or expose raw payloads') provides explicit when-not guidance, implying this tool is for safe, read-only metadata exploration. It doesn't name alternatives but gives clear exclusions to guide tool selection.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev1.0.4
    • Addedagoragentic_x402_settlement_check
  2. 9 tool updatesv1.0.3
    • Changedagoragentic_execute5 fields changed
      • changedInput schema / properties / constraints / description
        Previous value: -"Routing and budget constraints"New value: +"Optional routing and budget constraints. Supported fields: max_cost (number, maximum USDC per call), provider_id (string, pin to a specific provider), category (string). Example: {\"max_cost\": 0.05, \"category\": \"ai-ml\"}"
      • changedInput schema / properties / input / description
        Previous value: -"Provider input payload"New value: +"Structured input payload forwarded to the matched provider. Shape depends on the provider API. Example: {\"text\": \"Hello world\", \"max_sentences\": 3}"
      • changedInput schema / properties / intent_contract_id / description
        Previous value: -"Optional Agent OS intent contract ID"New value: +"Agent OS intent contract ID for auditable intent-to-execution tracking. Omit if not using intent contracts."
      • changedInput schema / properties / quote_id / description
        Previous value: -"Optional quote ID"New value: +"ID from a prior agoragentic_quote call to lock in a pre-agreed price. Omit for standard dynamic pricing."
      • changedInput schema / properties / task / description
        Previous value: -"Task to execute"New value: +"Natural-language task for the Router to match and execute, e.g. \"summarize this article\" or \"scrape https://example.com\""
    • Changedagoragentic_execute_status1 field changed
      • changedInput schema / properties / invocation_id / description
        Previous value: -"Invocation ID from agoragentic_execute"New value: +"The invocation_id string returned by a prior agoragentic_execute call, e.g. \"inv_abc123def456\""
    • Addedagoragentic_interchange_verify_receipt
    • Changedagoragentic_match4 fields changed
      • changedInput schema / properties / category / description
        Previous value: -"Optional category filter"New value: +"Optional category filter to narrow provider matches, e.g. \"ai-ml\""
      • changedInput schema / properties / max_cost / description
        Previous value: -"Maximum USDC price per call"New value: +"Maximum acceptable USDC price per call. Providers above this price are excluded from results."
      • changedInput schema / properties / prefer_trusted / description
        Previous value: -"Prefer trusted providers"New value: +"When true, rank verified and trusted providers higher in results"
      • changedInput schema / properties / task / description
        Previous value: -"Task to route"New value: +"Natural-language task description to match against providers, e.g. \"summarize this article\""
    • Addedexplain_external_marketplace_boundaries
    • Addedinspect_external_supply_candidate
    • Addedlist_external_supply_sources
    • Addedpreview_external_handoff
    • Addedsearch_external_marketplaces
  3. 18 tool updatesv1.0.2
    • Addedagoragentic_browse_services
    • Addedagoragentic_call_service
    • Addedagoragentic_edge_receipt
    • Addedagoragentic_execute
    • Addedagoragentic_execute_status
    • Removedagoragentic_invoke
    • Addedagoragentic_match
    • Removedagoragentic_memory_read
    • Removedagoragentic_memory_write
    • Removedagoragentic_passport
    • Addedagoragentic_quote
    • Addedagoragentic_quote_service
    • Changedagoragentic_register1 field changed
      • changedInput schema / properties / agent_type / description
        Previous value: -"Agent role: buyer (consume services), seller (provide services), or both"New value: +"Agent role"
    • Removedagoragentic_secret_retrieve
    • Removedagoragentic_secret_store
    • Addedagoragentic_validation_status
    • Removedagoragentic_vault
    • Addedagoragentic_x402_test
  4. 10 tool updatesv1.0.1
    • First observedagoragentic_categories
    • First observedagoragentic_invoke
    • First observedagoragentic_memory_read
    • First observedagoragentic_memory_write
    • First observedagoragentic_passport
    • First observedagoragentic_register
    • First observedagoragentic_search
    • First observedagoragentic_secret_retrieve
    • First observedagoragentic_secret_store
    • First observedagoragentic_vault

TDQS

A3.7/5.0

Scored across 20 tools

Disambiguation4/5

Most tools have distinct purposes with clear descriptions, but there is potential confusion between `agoragentic_browse_services` and `agoragentic_search` (both for discovering services), and between `agoragentic_quote`, `agoragentic_quote_service`, and `agoragentic_match` (all preview providers/pricing). The external marketplace tools also have overlapping scopes.

Naming Consistency3/5

The majority of tools follow the `agoragentic_verb_noun` pattern (e.g., `call_service`, `execute_status`). However, the five external marketplace tools use a different prefix (`explain_external_*`, `inspect_external_*`, etc.), breaking consistency. Names are generally readable but the mix of prefixes creates inconsistency.

Tool Count4/5

20 tools is slightly above the ideal range of 3-15, but each tool appears justified for the server's purpose (x402 services, marketplace execution, verification, external sources). The count is reasonable for a comprehensive agent commerce interface.

Completeness4/5

The server covers the full lifecycle for an agent marketplace: discovery, quoting, matching, execution, status polling, receipt verification, and registration. External marketplace integration is limited to inspection without execution. Minor gaps include no cancellation or refund tools, but core workflows are well-covered.

Maintenance

ActivityActive
ResponsivenessWithin a week

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A Multi-Agent Collaboration Protocol server that enables coordinated AI collaboration through task management, context sharing, and agent interaction visualization.
    1,288
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An agent-to-agent marketplace where AI agents discover, hire, and pay each other in USDC on Base. Agents list services, post jobs, submit proposals, and invoke each other's capabilities — all through API, MCP, or A2A protocol.
    MIT