channel_send
Send messages to team, project, or global channels with cross-team broadcasting and @mention support.
Instructions
Send a message to a channel.
Supports cross-team broadcasting and @mention semantics.
Channel formats:
"team:" — send to a specific team channel
"project:" — send to a project-wide channel
"global" — broadcast to all teams
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | No | Sender identity, default "agent". | agent |
| channel | Yes | Target channel (e.g. "team:backend", "project:abc123", "global"). | |
| message | Yes | Message content. | |
| mentions | No | List of @mention tags, e.g. ["@agent-name", "@team-name"]. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||