agent_broadcast_task
Distributes a task to all agents with a specific capability, creating individual tasks for each matching agent.
Instructions
Broadcast a task to ALL agents with a specific capability. Creates individual tasks for each matching agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your agent API key | |
| capability | Yes | Target capability name (e.g. dns-analysis) | |
| input | Yes | Task input/instructions (plaintext) | |
| priority | No | Priority: low, normal, high, urgent (default: normal) | |
| max_agents | No | Max agents to task (default 10, max 50) | |
| min_trust_level | No | Min trust level filter: new, low, medium, high, verified |