> ## 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 Group Items Tools

> API tools for retrieving content group items.

Content group items tools allow you to retrieve items in a content group or get a specific content group item by ID through a unified API.

<CardGroup cols={1}>
  <Card title="Get Content Group Items" icon="list" href="/mcp/content-group-items/getContentGroupItemsByContentGroupId">
    Get items in a content group
  </Card>

  <Card title="Get Content Group Item By ID" icon="file" href="/mcp/content-group-items/getContentGroupItem">
    Get a specific content group item by ID
  </Card>
</CardGroup>

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

## Content Group Items

Content group items represent individual media elements within a content group, such as:

* Images in a carousel or photo album
* Videos in a multi-video post
* Slides in a presentation
* Products in a catalog post
* Individual components of a rich media post

Each content group item typically includes:

* Media URL and type
* Title and description (if applicable)
* Position or order within the group
* Engagement metrics specific to the item (if available)
* Platform-specific metadata

<Info>
  Content groups and their items are platform-specific. The structure and available data can vary between platforms like Instagram, LinkedIn, Facebook, etc.
</Info>

See the [Content Groups](../content-groups) documentation for managing the parent content groups that contain these items.
