Pendium MCP Docs

list_analyzed_urls

List analyzed URLs — structured content plans with goals, key messages, and creative direction.

List analyzed URLs for a brand — structured content plans with goals, key messages, creative direction, and strategic guidance. Briefs represent content that's been planned or is in progress.

Use this to understand the content pipeline and avoid duplicating planned work.

Authentication: Required

Parameters

ParameterTypeRequiredDefaultDescription
syntheticIdintegerYesThe agent ID to list analyzed URLs for.
limitinteger (1–50)No20Number of briefs to return.

Response

{
  "syntheticId": 1234,
  "brandName": "Example",
  "briefCount": 5,
  "briefs": [
    {
      "id": "brief-1",
      "title": "How AI Platforms Choose Which Brands to Recommend",
      "goal": "Establish thought leadership in AI visibility",
      "seedIdea": "Explain the factors that influence AI brand recommendations",
      "postConcept": "A data-driven explainer with findings from scanning 500+ brands",
      "creativeDirection": "Use real data from Brand Index. Include comparison charts.",
      "keyMessage": "AI recommendations aren't random — they're influenced by specific content patterns you can optimize for.",
      "status": "planned",
      "createdAt": "2026-03-18T10:00:00Z"
    }
  ]
}

Key fields

FieldDescription
titleWorking title for the content piece
goalStrategic goal this content serves
seedIdeaThe original content idea that generated this brief
postConceptMore detailed concept for the content
creativeDirectionGuidance on format, style, and approach
keyMessageThe core message the content should communicate
statusBrief status: "planned", "in_progress", "completed", etc.

On this page