Skip to main content
Glama

nero_broadcast

Send a message to all agents or a filtered subset by tags, with optional collection of responses.

Instructions

Send a message to all agents (or a filtered subset by tags). Optionally collect all responses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesThe message to broadcast to all agents
tagsNoOptional: only broadcast to agents with these tags
collect_responsesNoWait for and collect all agent responses (default: true)
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses broadcast and optional response collection, but lacks details on error handling, message size limits, or agent availability. Adequate but not rich.

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 concise sentences with zero waste. Front-loaded with core action, then optional enhancements. Efficient.

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

Completeness4/5

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

Given complete schema documentation and no output schema, description provides essential intent. Lacks details on response format or timeout for collection, but adequate for a simple broadcast tool.

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 covers 100% of parameters with descriptions. Description adds no new semantic information beyond what's in schema. Baseline score due to high coverage.

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?

Description clearly states the action: sending a message to all agents, with optional filtering by tags and response collection. It distinguishes well from siblings like nero_ask (individual query) and nero_spawn (agent creation).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implied usage as broadcast tool, but no explicit guidance on when to use vs alternatives like nero_ask. With 10 sibling tools, more clarity on selection would be beneficial.

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/sanchez314c/agent-nero'

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