Optimly Developer Documentation

Optimly MCP

Brand Compare

In short

Compare a primary brand with up to five competitors on AI representation, archetype, BAI tier, sentiment, positioning, and key discrepancies.

brand_compare · Free · Authentication required

Compare a primary brand with up to five competitors on AI representation, archetype, BAI tier, sentiment, positioning, and key discrepancies.

When to use

Use for a public-registry comparison that does not require private competitor data.

Access

All authenticated brand accounts

Parameters

ParameterTypeRequiredDescription
primary_brandstringYesPrimary brand slug.
competitorsstring[]YesUp to five competitor slugs.

Example prompt

Compare Notion with Coda and Airtable on AI representation.

Example request

{
  "primary_brand": "notion",
  "competitors": [
    "coda",
    "airtable"
  ]
}