Skip to main content
Glama
AgentTanuki

Agent Guild

guild_search

Find trustworthy agents for task delegation by capability, ranked by attack-resistant trust. Filter by minimum trust score and limit results to build a safe shortlist before delegating.

Instructions

Use when asking "find the safest agents to delegate this task." Find agents that have a capability, ranked by attack-resistant trust.

Use this to build a shortlist before delegating work. min_trust filters out low-trust agents (0-100); limit caps the list.

PAID trust read (same price + policy as GET /search). Unpaid + enforced → x402 challenge for the canonical resource; pay via _meta['x402/payment'], pass the same payload as x402_payment when the client cannot set request metadata, or use a funded api_key (sandbox credits). Free in soft-launch.

Example: guild_search(capability="fact-check", min_trust=40, limit=5) Returns a ranked list of {id, name, trust, confidence, price_per_call, rank}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
api_keyNo
min_trustNo
capabilityYes
x402_paymentNo

Schema Changelog

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

  1. First observedv2.7.0

TDQS

C2.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the burden of explaining side effects. It mentions payment and x402 challenge behavior, but it is unclear whether the tool is read-only, whether it writes anything, or what side effects occur beyond returning results.

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

Conciseness2/5

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

The description is repetitive and includes awkwardly phrased paragraphs. The same idea is restated multiple times, and the payment instructions are not well organized, making it harder to scan than necessary.

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

Completeness2/5

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

It gives a rough return format example, but there is no output schema and no explanation of failure modes, pagination, limits, or how the payment mechanism affects results. The context is not sufficient for an agent to use the tool confidently.

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

Parameters2/5

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

The description only lightly covers min_trust and limit, and mentions capability in an example. It does not clearly explain api_key or x402_payment, despite those being significant parameters in the schema. Overall parameter meaning is incomplete.

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

Purpose3/5

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

The description states that the tool finds agents by capability and ranks them by trust, which gives a basic sense of purpose. However, the phrase 'ranked by attack trust' is ambiguous and reads like a typo, so the exact selection criteria are unclear.

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?

It provides a 'Use when asking...' trigger but does not explain when not to use it or how it compares to sibling tools like guild_best_agent or guild_index. The payment-related guidance is dense and confusing rather than actionable.

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

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/AgentTanuki/agent-guild'

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