A structured first-contact procedure for AI agents connecting to a new WordPress site through the Abilities API. This protocol builds foundational understanding before any modifications are attempted.
When an AI agent connects to a WordPress site for the first time, it needs to build a mental model of what exists — the content architecture, plugin ecosystem, theme structure, and operational state. This protocol provides a repeatable, pacing-aware sequence for that discovery.
abilities-mcp-adapterknowledge/boot)Call site-health/pulse to get WordPress version, PHP version, active theme, and overall health status. This establishes the technical baseline.
Call content/get-site-map to retrieve the full page hierarchy. Follow with content/discover-types for all registered post types and taxonomies/discover for taxonomy structure.
Call plugins/list to inventory all installed plugins. Note active vs inactive. Cross-reference with known Fluent plugins to determine which ability suites are available.
Present findings to the human. Do not take any write actions. Wait for direction.