Skip to main content
Glama

find_agents_by_skill

Search the ERC-8004 registry for on-chain agents by skill keyword. Retrieve agent details including chain, endpoint, and x402 support flag.

Instructions

Search ERC-8004 registry (via 8004scan public API) for agents matching a skill keyword. Returns up to limit candidates with id, chain, name, description, endpoint, and x402 support flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skill_keywordYesSkill or capability to search for.
limitNoMax results (default 10).
chain_idNoRestrict to one chain (e.g. 8453 = Base mainnet).
x402_onlyNoOnly return x402-supporting agents.
Behavior4/5

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

No annotations are provided, so the description must fully disclose behavior. It specifies the tool is a search operation that returns a limited set of candidates with specific fields, and mentions the use of a public API. It implies read-only behavior. It could be more explicit about being a read operation, but it's adequate.

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, no unnecessary words, and front-loads the key action and source. Every sentence earns its place.

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 search tool with 4 parameters and no output schema or annotations, the description covers the purpose, scope, and return fields completely. It provides enough context for an agent to use the tool effectively.

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%, so the baseline is 3. The description adds value by explaining the return fields (id, chain, name, description, endpoint, x402 support flag) and clarifying how `limit` and `x402_only` relate to the response, compensating for the lack of an output 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 verb 'Search' and the resource 'ERC-8008 registry for agents matching a skill keyword.' It distinguishes from siblings `call_agent_with_payment` and `get_agent_card`, which serve different purposes (calling and retrieving cards).

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 for finding agents by skill, which is straightforward. While it does not explicitly state when not to use it or provide alternatives, the context is clear enough for an AI agent to decide when to invoke it.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Claynsn/agent-discovery-mcp'

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