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 125 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.

Element Operations (7 tools) NEW in 5.2

Find, update, move, duplicate, and remove individual elements within any page builder.

  • respira_find_element
  • respira_update_element
  • respira_move_element
  • respira_duplicate_element
  • respira_remove_element
  • respira_batch_update
  • respira_reorder_elements

Page Building (3 tools) NEW in 5.2

Create complete pages, convert HTML prototypes, and apply bulk changes.

  • respira_build_page
  • respira_convert_html_to_builder
  • respira_bulk_pages_operation

Stock Images (2 tools) NEW in 5.2

Search and sideload openly-licensed images from Openverse.

  • respira_search_stock_images
  • respira_sideload_image

Widget Shortcuts (27 tools) NEW in 5.2

Quick single-element additions without building full page structures.

  • respira_add_heading, respira_add_text, respira_add_button, respira_add_image, respira_add_video, respira_add_divider, respira_add_spacer, respira_add_icon, respira_add_icon_list, respira_add_social_icons, respira_add_form, respira_add_map, respira_add_counter, respira_add_progress_bar, respira_add_testimonial, respira_add_tabs, respira_add_accordion, respira_add_toggle, respira_add_alert, respira_add_html, respira_add_menu, respira_add_sidebar, respira_add_search, respira_add_gallery, respira_add_slider, respira_add_pricing_table, respira_add_section

Quick Reference Table

CategoryToolsRead-OnlyWrite
Context330
Pages523
Posts523
Builders312
Fidelity & Snapshots532
Analysis990
Menus1248
Media523
Users523
Taxonomies743
Custom Posts743
Plugins615
Options422
Comments523
Other211
Element Operations716
Page Building303
Stock Images211
Widget Shortcuts27027
Analysis (new)990
Total1254580

Tool Naming Convention

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

Starting in v5.2.0, all tools are available with both respira_* (preferred) and wordpress_* (deprecated) prefixes. New tools only use respira_* names. The wordpress_* names will be removed in a future major version.

  • 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?

Respira provides 125 tools across the categories above (39 new in v5.2.0 Elemental). With WooCommerce add-on tools enabled, the inventory increases further.

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.