Comments
The Comments 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 Comments tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics comments data.
Create Comment
Add a comment to a Lawmatics task. Provide the text content (HTML formatting supported), the authoring firm user, and optionally firm users to @mention. Returns a `relationships` envelope of {id,type} pointers (commentable parent task, comment_mentions).
Delete Comment
Delete a comment from a Lawmatics task by ID. This is irreversible.
Get Comment
Fetch a single comment from a Lawmatics task by ID, including its body, @mentioned user IDs, and a `relationships` envelope of {id,type} pointers (commentable parent task, comment_mentions).
List Comments
List comments on a Lawmatics task with optional pagination, newest first. Rows carry the comment body, @mentioned user IDs, and a `relationships` envelope of to-one {id,type} pointers (commentable parent task); use get-comment for the full envelope including comment_mentions.
Update Comment
Update a comment on a Lawmatics task. Provide the full new text content (HTML formatting supported), the authoring firm user, and optionally firm users to @mention. Returns a `relationships` envelope of {id,type} pointers (commentable parent task, comment_mentions).
Related Categories