Skip to main content
Glama

arc_agents_search

Search Arc's agent directory to find an agent by name, skill, or payment type, including x402 and resolvable filters.

Instructions

Find an Arc agent that does something, and optionally one you can pay. q matches name, host and skills; skill matches skill ids/names/tags. IMPORTANT: x402=true means the card declares x402 SPECIFICALLY — it is a much smaller set than payment=true, which includes other settlement schemes (most of this registry prices in USDC via ERC-8183, which is not x402). resolvable=true restricts to agents whose card actually fetched.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree text over name, host and skills, e.g. 'translate'.
x402NoDeclares x402 specifically.
limitNoPage size (default 50, max 200).
skillNoMatch a skill id, name or tag.
offsetNoPage offset.
paymentNoDeclares any payment/pricing/settlement.
resolvableNoCard actually resolved on the last crawl.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It adds important nuance beyond the schema: x402=true is a much smaller set than payment=true, and resolvable=true means the card actually fetched on the last crawl. That meaningfully shapes agent expectations, though it does not describe result format or side effects (which are unlikely for a search).

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 front-loaded with purpose, then moves to parameter semantics, ending with the important caveat. All sentences earn their place and there is no filler, though the x402/payment sentence is dense and could potentially be tightened.

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 7-parameter search tool with no annotations and no output schema, the description covers the non-obvious filter semantics and purpose. It does not describe the result list shape or ordering, and since there is no output schema that would otherwise clarify returns, this is a minor gap that prevents a 5.

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?

Schema description coverage is 100%, so the baseline is 3, but the description adds substantial meaning beyond it: it defines what q matches, what skill matches, and crucially distinguishes x402 from payment with a concrete example (USDC via ERC-8183 is not x402). This prevents a likely misinterpretation and makes parameter selection genuinely safer.

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 states the specific verb and resource: 'Find an Arc agent that does something, and optionally one you can pay.' It is clear about what the tool does, but it does not explicitly contrast itself with sibling tools like arc_agents_list or arc_agent_get, so it stops 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 Guidelines4/5

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

The description gives useful parameter-selection guidance: q matches name/host/skills while skill matches skill ids/names/tags, and it explicitly warns about the non-obvious x402 vs payment distinction. It does not directly name alternative sibling tools, so it is not a full 5, but the context is clear and excludes misuse on the most confusing filter.

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