replyToTask
Post a message to a task's chat thread.
How to use it
replyToTask is exposed by the Agentrq MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the replyToTask tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Agentrq
npm install -g @agentrq/acp-gatewayOther tools in Agentrq (18)
Assign a task to the human user (supports optional cronschedule for recurring tasks).
Bootstrap new project environments.
Retrieve an attachment by its ID.
Retrieve data as base64 and metadata for a specific attachment.
Fetch a task — with no taskId it dequeues the next "not started" task assigned to the agent; with a taskId it returns that task. Pass includeConversation: true to also include the chat history (cursor-based pagination).
Fetch the workspace name, mission description, and task statistics.
Retrieve high-level analytics and performance data for a workspace.
Search and filter tasks across the entire platform.
List tasks within a specific workspace.
Overview of all active and archived workspaces.
Send messages back to the AgentRQ dashboard in real-time.
Submit an allow/deny verdict for a permission request.
Modify a scheduled/cron task.
Toggle allowallcommands permission for a task.
Change the assignee of a task.
Reorder a task in the list.
Move tasks through notstarted, ongoing, blocked, and completed.
Modify workspace settings and metadata.