MCPVault

getTask

MCP tool from Agentrq by agentrq

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).

How to use it

getTask is exposed by the Agentrq MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the getTask 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-gateway
FULL AGENTRQ LISTING