get_factsheet | Pendium MCP Docs | Pendium.ai
Pendium MCP Docs

get_factsheet

Get the brand's factsheet — a comprehensive overview of the company, products, positioning, and key facts.

Get the brand's factsheet — a comprehensive overview of the company, its products, positioning, and key facts. Auto-generated during onboarding from website content and optionally refined by the brand owner.

Use this as foundational context when writing any content for a brand.

Authentication: Required

Parameters

ParameterTypeRequiredDescription
syntheticIdintegerYesThe agent ID to get the factsheet for.

Response

{
  "syntheticId": 1234,
  "brandName": "Example",
  "factsheet": {
    "content": "# Example Inc.\n\nExample is a B2B SaaS platform that helps marketing teams...\n\n## Products\n- **Visibility Scanner**: Monitors AI platform mentions...\n- **Content Engine**: Generates optimized content...\n\n## Key Facts\n- Founded: 2024\n- Headquarters: San Francisco, CA\n- Pricing: Free, Starter ($40/mo), Pro ($395/mo)\n...",
    "autoGeneratedAt": "2026-03-01T08:00:00Z",
    "lastEditedAt": "2026-03-10T14:00:00Z",
    "interviewAnswers": {
      "what_makes_you_different": "We're the only platform that scans all four major AI platforms...",
      "who_are_your_customers": "B2B SaaS companies and agencies..."
    }
  }
}

Key fields

FieldDescription
contentMarkdown-formatted factsheet with company overview, products, and key facts
autoGeneratedAtWhen the factsheet was first auto-generated from website content
lastEditedAtWhen the brand owner last edited the factsheet (if ever)
interviewAnswersResponses to onboarding questions — differentiators, customers, etc.

The factsheet field is null if the brand hasn't completed onboarding.

On this page