search_agents
Search for trustworthy agents by filtering on trust score, required capabilities, and minimum interactions. Returns ranked results to find reliable agents for your task.
Instructions
Search for agents meeting trust criteria.
Filter by minimum score, required capabilities, and minimum interaction count. Returns matching agents ranked by score descending. Use this to find trustworthy agents for a specific task type.
Args:
min_score: Minimum trust score (0.0–1.0). Default 0.0 returns all.
score_type: Score dimension to filter on. One of: overall,
reliability, responsiveness, honesty, or a
domain-specific score like domain:coding.
capabilities: Require agents to have ALL of these capability tags.
min_interactions: Minimum number of recorded interactions.
limit: Maximum results to return (1–100, default 20).
access_token: Optional AgentAuth token (reserved for future
permission-gated filters).
Returns:
agents list (each with agent_id, display_name,
score, interaction_count, capabilities), total
count, and applied filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_score | No | ||
| score_type | No | overall | |
| capabilities | No | ||
| min_interactions | No | ||
| limit | No | ||
| access_token | No |