Core ConceptsMCP Tools Overview
Core Concepts

Tools Reference

Reference for current Respira MCP tools. Find the right tool for pages, posts, builders, snapshots, menus, SEO analysis, and more.

Tools Reference

Respira provides 80+ MCP tools for AI assistants to interact with WordPress. This reference documents the core categories and naming patterns.

Tool Categories

Context Tools (3 tools)

Get information about your WordPress site, theme, and page builder.

Page Tools (5 tools)

List, read, create, update, and delete pages.

Post Tools (5 tools)

Manage blog posts with full CRUD operations.

Builder Tools (3 tools)

Work directly with page builder structures (Divi, Elementor, Bricks, etc.).

Fidelity & Snapshot Tools (5 tools)

Safer comparison, rollback, and patch workflows on v2-capable sites.

  • wordpress_list_snapshots
  • wordpress_get_snapshot
  • wordpress_diff_snapshots
  • wordpress_restore_snapshot
  • wordpress_apply_builder_patch

Analysis Tools (8 tools)

Read-only analysis of SEO, performance, images, and AI Engine Optimization (AEO).

Manage WordPress navigation menus and menu items.

Media Tools (5 tools)

Upload and manage media.

User Tools (5 tools)

Manage WordPress users.

Taxonomy Tools (7 tools)

Manage taxonomies and terms (categories, tags, custom taxonomies).

Custom Post Type Tools (7 tools)

Work with custom post types and their posts.

Plugin Tools (6 tools)

Experimental plugin management (install/activate/update/delete).

Options Tools (4 tools)

Manage WordPress options (settings).

Comment Tools (5 tools)

Read and manage comments.

Other Tools (2 tools)

Miscellaneous utilities.

Quick Reference Table

CategoryToolsRead-OnlyWrite
Context330
Pages523
Posts523
Builders312
Fidelity & Snapshots532
Analysis880
Menus1248
Media523
Users523
Taxonomies743
Custom Posts743
Plugins615
Options422
Comments523
Other211
Total824141

Tool Naming Convention

All tools follow the pattern: wordpress_[action]_[resource]

  • list_* - Get multiple items
  • get_* / read_* - Get single item
  • create_* - Create new item
  • update_* - Modify existing item
  • delete_* - Remove item
  • analyze_* - Read-only analysis
  • check_* - Quick validation

FAQ

How many tools does Respira have?

Desktop MCP currently provides 82 tools across the categories above. With WooCommerce add-on tools enabled, the inventory increases further (see Release History for exact contract changes by version).

What's the difference between read-only and write tools?

Read-only tools (like wordpress_list_pages, wordpress_analyze_seo) only retrieve information—they never modify your site. Write tools (like wordpress_update_page, wordpress_delete_post) can change content. Write operations use the duplicate-first workflow by default, so you review changes before they go live.

Which tools are safe to use on production?

All analysis tools are completely safe as they're read-only. For write operations, Respira's duplicate-first workflow protects your live content. The AI creates a draft copy, you review it in WordPress Admin (Respira → Approve Edits), and only then does it replace the original. You can also use wordpress_validate_security to check content before saving.

Can I manage multiple sites with these tools?

Yes. Use wordpress_switch_site to switch between configured WordPress sites during a session. Configure multiple sites in ~/.respira/config.json and the AI can work across all of them.

Do I need to remember all the tool names?

No. Your AI assistant knows all available tools and will choose the right one based on your natural language request. Just describe what you want ("update the homepage title", "list all pages", "analyze SEO") and the AI selects the appropriate tool.