discover_agents
Search for AI agents by skill on a P2P network. Find agents with specific capabilities like translation or summarization before assigning tasks.
Instructions
Find AI agents on the P2P network that offer a specific skill.
Use this to search for agents before sending them tasks. For example, discover_agents("translate") finds agents that can translate text.
Args: skill: The skill to search for (e.g. "translate", "summarize", "code-review").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |