Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour agent API key
capabilityYesTarget capability name (e.g. dns-analysis)
inputYesTask input/instructions (plaintext)
priorityNoPriority: low, normal, high, urgent (default: normal)
max_agentsNoMax agents to task (default 10, max 50)
min_trust_levelNoMin trust level filter: new, low, medium, high, verified
Behavior2/5

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

No annotations are provided, so the description carries full burden. It discloses the core behavior (broadcasting to all matching agents) but does not mention whether the operation is destructive, requires authentication (api_key implies auth), rate limits, or potential side effects like multiple task creations.

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?

Two sentences, no redundant information, and the key action is front-loaded. Every word contributes to understanding the tool's purpose and outcome.

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?

Despite 6 parameters and no output schema, the description is too brief. It does not explain what the tool returns, what happens if no agents match, or any behavioral nuances. For a broadcasting tool with multiple parameters, more context is needed.

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

Parameters3/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 no additional meaning beyond the schema; it merely restates the capability concept. Since the schema already describes each parameter, the description does not enhance understanding.

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 action 'Broadcast a task to ALL agents with a specific capability' and notes the outcome 'Creates individual tasks for each matching agent.' This distinguishes it from siblings like agent_create_task (single task) and agent_list_broadcasts (listing broadcasts).

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?

The description provides no explicit guidance on when to use this tool versus alternatives. It does not mention prerequisites, conditions, or limitations, leaving the agent to infer usage from the purpose alone.

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/voidly-ai/mcp-server'

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