ashlr

ashlr__task_list

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

ashlr__task_list 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 list tasks from a host. Treat it as a Claude-only hook-assisted compatibility surface.

Parameters

ParameterTypeRequiredDescription
statusstringnoFilter by status: open, in_progress, completed. Omit to return all.
limitnumbernoMaximum number of tasks to return (default: 20).

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