Subtasks
The Subtasks category of the Lawmatics MCP server exposes 5 Lawmatics tools you can call directly from Claude, ChatGPT, or any MCP client through Weave Legal. Each Subtasks tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics subtasks data.
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
Delete a subtask (checklist item) from a Lawmatics task by ID. This is irreversible.
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
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
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.
Related Categories