# Comments

Lawmatics MCP server · 5 tools

## Tools

- [Create Comment](/integrations/lawmatics/comments/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](/integrations/lawmatics/comments/delete-comment/) — Delete a comment from a Lawmatics task by ID. This is irreversible.

- [Get Comment](/integrations/lawmatics/comments/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](/integrations/lawmatics/comments/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](/integrations/lawmatics/comments/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).
