wpnav_execute
Execute WordPress management tools through the WP Navigator MCP server by specifying tool names and required arguments for content and site operations.
Instructions
Execute any WP Navigator tool by name. Use wpnav_search_tools to discover tools and wpnav_describe_tools to get their schemas first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Tool name to execute (e.g., "wpnav_create_post", "wpnav_list_pages") | |
| arguments | Yes | Tool arguments matching the tool's inputSchema |