nolag_dispatch_task
Publish a task envelope to a room's tasks topic. Use this to dispatch work to NoLag-connected agents from an MCP client. The task will be routed to agents subscribed to the tasks topic with matching capability filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | App ID | |
| roomId | Yes | Room ID | |
| payload | Yes | Task payload data | |
| priority | No | Task priority (default: medium) | |
| capability | Yes | Required capability for the task (e.g., 'drafting', 'research', 'review') |