Pendium MCP Docs

get_goals

Get the brand's business goals — strategic objectives informing its content work.

Get the brand's business goals: strategic objectives they're pursuing, informed by AI visibility scan data and their own priorities. Goals give you the "why" when writing content — each one tells you what the brand actually wants to accomplish.

Authentication: Required

Parameters

ParameterTypeRequiredDescription
syntheticIdintegerYesThe agent ID to get goals for.

Response

{
  "syntheticId": 1234,
  "brandName": "Example",
  "goalCount": 3,
  "goals": [
    {
      "id": "goal-1",
      "title": "Establish thought leadership in AI monitoring",
      "description": "Position Example as the go-to resource for AI visibility insights."
    }
  ]
}

Key fields

FieldDescription
goalCountNumber of strategic business goals
goals[].titleA concrete business objective in plain language
goals[].descriptionWhy this goal matters and how content/AI visibility helps achieve it

On this page