30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

List Consent Banners

consent/list-banners lists the consent banners configured on the site, with which one is active and which is the default.

A site normally has one per privacy law it answers to, and the active one decides what visitors are shown.

At a glance

Abilityconsent/list-banners
ToolsetCookieYes — toolset/cookieyes
GroupCookieYes › The Banner
RequiresCookieYes, active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

The plugin models this as several banner configurations of which one is live, rather than one banner that gets edited. That is because the requirements genuinely differ by jurisdiction — opt-in before loading in one place, opt-out disclosure in another — and they are not reconcilable into a single set of options.

The consequence worth knowing: editing categories and cookies changes what every banner reports, while which banner is active changes how the choice is put. A change that looks like it did nothing may have landed on a banner that is not the live one.

This ability reads. Switching the active banner is a jurisdiction decision and is not exposed in this suite.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
bannersarrayOne entry per banner: ID, name, active flag and default flag.
countintegerHow many banners are configured.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent 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:

Which cookie banner is live on this site?

It resolves to one call:

{
  "ability": "consent/list-banners",
  "parameters": {}
}

Worth knowing

  • Only the active banner is served to visitors.
  • Which privacy law the site answers to is not changeable through this suite.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading