broadcast_command
Broadcast a command to all agents or filter by role (owner, admin, worker). Requires Owner or Admin permission. Optionally allow dangerous commands.
Instructions
全エージェント(または特定役割)にコマンドをブロードキャストする。
※ Owner と Admin のみ使用可能。
Args: command: 実行するコマンド role: 対象の役割(省略時は全員、有効: owner/admin/worker) allow_dangerous: 危険判定コマンドを明示許可するか caller_agent_id: 呼び出し元エージェントID(必須)
Returns: 送信結果(success, command, role_filter, results, summary または error)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | ||
| command | Yes | ||
| allow_dangerous | No | ||
| caller_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||