# Subtasks

Lawmatics MCP server · 5 tools

## Tools

- [Create Subtask](/integrations/lawmatics/subtasks/create-subtask/) — Add a subtask (checklist item) to a Lawmatics task. Provide the text content and, optionally, an initial completion status. Returns a `relationships` envelope with an {id,type} pointer to the parent task.

- [Delete Subtask](/integrations/lawmatics/subtasks/delete-subtask/) — Delete a subtask (checklist item) from a Lawmatics task by ID. This is irreversible.

- [Get Subtask](/integrations/lawmatics/subtasks/get-subtask/) — Fetch a single subtask (checklist item) from a Lawmatics task by ID, including a `relationships` envelope with an {id,type} pointer to the parent task.

- [List Subtasks](/integrations/lawmatics/subtasks/list-subtasks/) — List the subtasks (checklist items) on a Lawmatics task, in checklist order, with optional pagination. Each row carries a `relationships` envelope with an {id,type} pointer to the parent task.

- [Update Subtask](/integrations/lawmatics/subtasks/update-subtask/) — Update a subtask (checklist item) on a Lawmatics task. Provide the text content, the completion status, or both; an omitted field keeps its current value. Returns a `relationships` envelope with an {id,type} pointer to the parent task.
