Knowledge

Knowledge system tools for WordPress operational guidance.

These tools give AI agents access to Paper Route's WordPress operational knowledge base — hosting restrictions, page builder patterns, SEO plugin details, and deployment procedures. Available to all access levels.

search_knowledge

Search the knowledge base for operational guidance.

ParameterRequiredDescription
queryYesSearch query (e.g., "WP Engine file write", "Yoast meta fields")
domainNoFilter: hosting, page_builder, seo, deployment, caching, content, security, performance
platformNoFilter: wpengine, kinsta, cloudways, flywheel, pantheon, generic
builderNoFilter: wpbakery, elementor, beaver_builder, gutenberg
limitNoMax results (default: 5, max: 10)

Returns ranked results with title, summary, domain, platform, and relevance score. Use get_knowledge to load the full content of a result.

get_knowledge

Load the full content of a knowledge entry by ID.

ParameterRequiredDescription
idYesKnowledge entry ID (from search results)

Returns the complete markdown content with procedures, code examples, and explanations.

report_issue

Report that something didn't work as expected. Paper Route uses these reports to improve the knowledge base over time.

ParameterRequiredDescription
siteYesSite ID, slug, or domain
tool_nameYesThe MCP tool that failed
descriptionYesWhat happened and what you expected
error_messageNoError message if any
workaroundNoWorkaround you found

list_knowledge_topics

List available knowledge domains for a connected site, based on its detected hosting provider, page builder, and plugins.

ParameterRequiredDescription
siteYesSite ID, slug, or domain

Returns topic counts grouped by domain (hosting, page_builder, seo, caching, etc.) along with any site-specific knowledge based on the detected environment.

What the knowledge base covers

Paper Route includes curated operational knowledge for:

  • Hosting providers — WP Engine, Flywheel, Cloudways, Kinsta (restrictions, SSH access, cache layers)
  • Page builders — WPBakery, Elementor, Gutenberg (content storage patterns, safe editing approaches)
  • SEO plugins — Yoast, RankMath (meta field names, update methods)
  • Deployment — SSH stdin pipe, curl for WAF bypass, remote file editing
  • Caching — Page cache vs object cache, when to purge, auto-detection

The knowledge base grows over time from reported issues and learned patterns.