> ## 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 Groups Tools

> API tools for retrieving content groups.

Content groups tools allow you to retrieve content groups for a user account or get a specific content group by ID through a unified API.

<CardGroup cols={1}>
  <Card title="Get Content Groups" icon="folder-open" href="/mcp/content-groups/getContentGroup">
    Get content groups for a user account
  </Card>

  <Card title="Get Content Group By ID" icon="folder" href="/mcp/content-groups/getContentGroup">
    Get a specific content group by ID
  </Card>
</CardGroup>

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

Content Groups typically contain multiple related media items that are published together as a single unit. Common examples include Instagram carousels, LinkedIn slide decks, or Facebook multi-image posts.

See the [MCP Overview](../overview) for more information about the MCP module and [Content Group Items](../content-group-items) for managing individual items within content groups.
