> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tapti.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Comment Tools

> API tools for managing and publishing comments.

Comment tools allow you to retrieve and publish comments on content items or groups through a unified API.

<CardGroup cols={1}>
  <Card title="Get Comments" icon="comments" href="/mcp/comments/getComments">
    Get comments for content items
  </Card>

  <Card title="Get Recent Comments" icon="clock" href="/mcp/comments/getRecentComments">
    Get recent comments for a user account
  </Card>

  <Card title="Publish Comment" icon="plus" href="/mcp/comments/publishComment">
    Publish a comment or reply
  </Card>
</CardGroup>

See the [MCP Overview](../overview) for more information about the MCP module.
