list_content_items

Lists content items (articles) for a brand with pagination. Excludes the full body content for performance — use get_content_item to read the full article.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    },
    "status": {
      "description": "Filter by status: Draft, ReadyForReview, Published, Archived",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "language": {
      "description": "Filter by language code (e.g. 'en', 'de')",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "q": {
      "description": "Search query to filter by title/description",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "page": {
      "description": "Page number (default 1)",
      "type": "integer",
      "default": 1
    },
    "pageSize": {
      "description": "Items per page (default 25, max 50)",
      "type": "integer",
      "default": 25
    }
  },
  "required": [
    "brandId"
  ]
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

BrandKarma

Remote

https://app.getbrandkarma.com/api/mcp/

View product →