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
| Ability | content/list-jet-engine-options-pages |
| Toolset | Content — toolset/content |
| Group | JetEngine › Options Pages |
| Requires | JetEngine, 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.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
| Name | Type | What it is |
|---|---|---|
pages | array | Each options page: slug, name, option key and fields. |
total | integer | How many options pages the site has. |
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:
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 a JetEngine Options Page — read the stored values
- Update a JetEngine Options Page Field — change one value
Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager
Browse the rest: Every ability, by category