Module — 5 operations
Connection, environment, integration health, one operation’s schema on demand, and the change ledger.
Nothing extra to install. This module runs on core WordPress alone.
Start every session with system-connection, then system-integrations. Two calls tell an agent what is actually available before it plans anything.
system-operation-schema returns one named operation’s full input and output schema, so an agent fetches the schema it is about to use instead of loading all of them.
audit-list is the same ledger the plugin’s Activity screen shows: what changed, when, by whom, and what can still be rolled back.
A read still asks WordPress for a capability against the object. There is no anonymous read anywhere in the surface.
system-read
Confirms the gateway is reachable and reports who is authenticated
needs read
system-read
WordPress and PHP versions, theme, post types, taxonomies
needs manage_options
system-read
Health of every optional integration: Active, Inactive, VersionBlocked
needs manage_options
system-read
Returns one named operation's full input and output schema, so an agent fetches only the schema it is about to use
needs read
system-read
Reads the change ledger: what changed, when, by whom, and what can be rolled back
needs manage_options
The same module described by the jobs it does, rather than by its call signatures.
featureSite-wide SEO settings, schema, the 404 log and redirections, and bulk fixes across up to fifty posts at once.
8 opsThe index, free and Pro.
indexWhat happens between the call and the change, on every write on this page.
reference