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

Start free trial

Get Rank Math Status

rank-math/get-status returns one Rank Math diagnostic panel: system status, the live maintenance-tool catalogue, import/export state, version-control state, or Google Search Console connection state.

Use panel=tools to discover which maintenance tools are currently runnable.

At a glance

Abilityrank-math/get-status
ToolsetRank Math — toolset/rank-math
GroupRank Math › Status, Backups & Tools
RequiresRank Math SEO, 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 tools panel is live rather than a fixed list. Which maintenance tools are available depends on what exists on the site — a tool that converts legacy Yoast blocks is only offered when such blocks are present, a table rebuild only when the table is missing or damaged.

So reading it before calling rank-math/run-maintenance-tool is not politeness, it is how you find out what the parameter accepts on this particular install.

The Search Console panel explains a whole category of empty results. Several analytics abilities need a connection, and the difference between “no data” and “not connected” is the difference between a site with no traffic and a site that has never been linked.

The version-control panel matters on a site that has been upgraded through several major versions — Rank Math runs database updates between them, and a half-applied update is a real state.

Input

NameTypeRequiredWhat it is
panelstringYesWhich panel: system, tools, import-export, version-control or search-console.

What comes back

NameTypeWhat it is
panelstringThe panel read.
dataobjectThe panel contents.
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 Rank Math maintenance tools can I run on this site?

It resolves to one call:

{
  "ability": "rank-math/get-status",
  "parameters": {
    "panel": "tools"
  }
}

Worth knowing

  • The tools catalogue is live and install-specific.
  • The Search Console panel explains empty analytics results.
  • Read the tools panel before running a maintenance tool.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading