rank-math/get-ai-visibility-brand returns one AI Visibility brand’s own record: its name, URL, competitors and monitoring configuration.
Rank Math’s own abilities cover the brand list and the analysis results; this is the configuration read.
At a glance
| Ability | rank-math/get-ai-visibility-brand |
| Toolset | Rank Math — toolset/rank-math |
| Group | Rank Math › Content AI |
| Requires | Rank Math SEO, active on the site |
| Capability | manage_options |
| Safety | Read-only — changes nothing |
| Repeatable | Idempotent — running it twice leaves the same result |
| Ships in | AcrossAI Abilities Manager 0.0.34 and later |
How it works
AI Visibility monitors whether and how a brand appears in language-model answers, which is a different question from search ranking and increasingly a separate one.
The configuration is what determines whether the monitoring is measuring anything useful. The competitor list decides what the brand is compared against; the monitored queries decide which questions are asked.
Reading it before changing it matters because rank-math/update-ai-visibility-object has a mode that spends credits, and knowing the current state is how you avoid regenerating queries that already exist.
Rank Math ships abilities of its own, and this suite deliberately does not duplicate them. Where one already answers a question well, these pages point at it rather than offering a second version that behaves slightly differently.
Read-only and spends nothing.
Input
| Name | Type | Required | What it is |
|---|---|---|---|
brand_id | integer | Yes | The brand to read. |
What comes back
| Name | Type | What it is |
|---|---|---|
brand | object | Name, URL, competitors and monitoring configuration. |
success | boolean | Whether the call completed. |
message | string | A one-line summary of what happened, suitable for showing a human. |
error_code | string | Present only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation. |
Example
Ask your assistant:
What is our AI Visibility brand set up to monitor?
It resolves to one call:
{
"ability": "rank-math/get-ai-visibility-brand",
"parameters": {
"brand_id": 3
}
}Worth knowing
- Configuration, not results. Rank Math’s own abilities cover the analysis.
- The competitor list and monitored queries decide what is measured.
- Read this before updating — one update mode spends credits.
- Spends nothing.
Related abilities
- Update AI Visibility Brand or Query — change it
- Get Rank Math Content AI Status — the credit balance
Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager
Browse the rest: Every ability, by category