ashlr

ashlr__task_get

Claude Code task-tool compatibility stub. Registered for hook-assisted routing, not a host-agnostic task API.

ashlr__task_get is registered so Ashlr hooks can recognize and route task-related workflows without breaking MCP registration. It is not a generic Codex or MCP task API.

Claude Code's built-in task state is not exposed to MCP subprocesses, so this tool cannot independently fetch a task list from a host. Treat it as a Claude-only hook-assisted compatibility surface.

Parameters

ParameterTypeRequiredDescription
idstringyesTask ID (as returned by ashlr__task_list).

Returns

When invoked directly, the tool returns a compact explanation of the limitation and points the agent back to the host-native task surface.

Typical savings

No direct savings. Savings come from using Ashlr's other compact read/search/bash tools while the host manages tasks natively.

On this page