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.
- wordpress_list_pages
- wordpress_read_page
- wordpress_create_page_duplicate
- wordpress_update_page
- wordpress_delete_page
Post Tools (5 tools)
Manage blog posts with full CRUD operations.
- wordpress_list_posts
- wordpress_read_post
- wordpress_create_post_duplicate
- wordpress_update_post
- wordpress_delete_post
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_snapshotswordpress_get_snapshotwordpress_diff_snapshotswordpress_restore_snapshotwordpress_apply_builder_patch
Analysis Tools (8 tools)
Read-only analysis of SEO, performance, images, and AI Engine Optimization (AEO).
- wordpress_analyze_seo
- wordpress_check_seo_issues
- wordpress_analyze_readability
- wordpress_analyze_performance
- wordpress_get_core_web_vitals
- wordpress_analyze_images
- wordpress_analyze_aeo
- wordpress_check_structured_data
Menu Tools (12 tools)
Manage WordPress navigation menus and menu items.
- wordpress_list_menus
- wordpress_get_menu
- wordpress_create_menu
- wordpress_update_menu
- wordpress_delete_menu
- wordpress_list_menu_locations
- wordpress_assign_menu_location
- wordpress_list_menu_items
- wordpress_create_menu_item
- wordpress_get_menu_item
- wordpress_update_menu_item
- wordpress_delete_menu_item
Media Tools (5 tools)
Upload and manage media.
- wordpress_list_media
- wordpress_get_media
- wordpress_upload_media
- wordpress_update_media
- wordpress_delete_media
User Tools (5 tools)
Manage WordPress users.
- wordpress_list_users
- wordpress_get_user
- wordpress_create_user
- wordpress_update_user
- wordpress_delete_user
Taxonomy Tools (7 tools)
Manage taxonomies and terms (categories, tags, custom taxonomies).
- wordpress_list_taxonomies
- wordpress_get_taxonomy
- wordpress_list_terms
- wordpress_get_term
- wordpress_create_term
- wordpress_update_term
- wordpress_delete_term
Custom Post Type Tools (7 tools)
Work with custom post types and their posts.
- wordpress_list_post_types
- wordpress_get_post_type
- wordpress_list_custom_posts
- wordpress_get_custom_post
- wordpress_create_custom_post
- wordpress_update_custom_post
- wordpress_delete_custom_post
Plugin Tools (6 tools)
Experimental plugin management (install/activate/update/delete).
- wordpress_list_plugins
- wordpress_install_plugin
- wordpress_activate_plugin
- wordpress_deactivate_plugin
- wordpress_update_plugin
- wordpress_delete_plugin
Options Tools (4 tools)
Manage WordPress options (settings).
Comment Tools (5 tools)
Read and manage comments.
- wordpress_list_comments
- wordpress_get_comment
- wordpress_create_comment
- wordpress_update_comment
- wordpress_delete_comment
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_elementrespira_update_elementrespira_move_elementrespira_duplicate_elementrespira_remove_elementrespira_batch_updaterespira_reorder_elements
Page Building (3 tools) NEW in 5.2
Create complete pages, convert HTML prototypes, and apply bulk changes.
respira_build_pagerespira_convert_html_to_builderrespira_bulk_pages_operation
Stock Images (2 tools) NEW in 5.2
Search and sideload openly-licensed images from Openverse.
respira_search_stock_imagesrespira_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
| Category | Tools | Read-Only | Write |
|---|---|---|---|
| Context | 3 | 3 | 0 |
| Pages | 5 | 2 | 3 |
| Posts | 5 | 2 | 3 |
| Builders | 3 | 1 | 2 |
| Fidelity & Snapshots | 5 | 3 | 2 |
| Analysis | 9 | 9 | 0 |
| Menus | 12 | 4 | 8 |
| Media | 5 | 2 | 3 |
| Users | 5 | 2 | 3 |
| Taxonomies | 7 | 4 | 3 |
| Custom Posts | 7 | 4 | 3 |
| Plugins | 6 | 1 | 5 |
| Options | 4 | 2 | 2 |
| Comments | 5 | 2 | 3 |
| Other | 2 | 1 | 1 |
| Element Operations | 7 | 1 | 6 |
| Page Building | 3 | 0 | 3 |
| Stock Images | 2 | 1 | 1 |
| Widget Shortcuts | 27 | 0 | 27 |
| Analysis (new) | 9 | 9 | 0 |
| Total | 125 | 45 | 80 |
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 itemsget_*/read_*- Get single itemcreate_*- Create new itemupdate_*- Modify existing itemdelete_*- Remove itemanalyze_*- Read-only analysischeck_*- 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.
Last updated 1 week ago
Built with Documentation.AI