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

Start free trial

List JetEngine Options Pages

JetEngine options pages hold site-wide settings — a phone number, an opening-hours table, a banner toggle — that templates and listings read everywhere.

content/list-jet-engine-options-pages lists every options page the site has, so your AI knows the exact slug and field names before it reads or writes anything.

At a glance

Abilitycontent/list-jet-engine-options-pages
ToolsetContent — toolset/content
GroupJetEngine › Options Pages
RequiresJetEngine, active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.1.0 and later

How it works

It returns each options page’s slug, display name, the wp_options key its values are stored under, and its fields.

It reads JetEngine’s own options page registry, so pages created in the JetEngine dashboard all appear.

It changes nothing and needs JetEngine to be active.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
pagesarrayEach options page: slug, name, option key and fields.
totalintegerHow many options pages the site has.
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 JetEngine options pages does this site have?

It resolves to one call:

{
  "ability": "content/list-jet-engine-options-pages",
  "parameters": {}
}

Worth knowing

  • Read-only and safe to run any time.
  • Use the slug it returns with Get JetEngine Options Page to see the stored values.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading