> ## 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.

# Content Tools

> API tools for retrieving and publishing content.

Content tools allow you to retrieve and publish content items for user accounts through a unified API.

<CardGroup cols={1}>
  <Card title="Get Contents By User Account" icon="file-lines" href="/mcp/content/getContentsByUserAccountId">
    Get content items for a user account
  </Card>

  <Card title="Get Content By ID" icon="file" href="/mcp/content/getContentById">
    Get a specific content item by ID
  </Card>

  <Card title="Publish Content" icon="plus" href="/mcp/content/publishContent">
    Publish or schedule a new content item
  </Card>
</CardGroup>

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