Execute Ability
mcp-adapter-execute-abilityExecute any registered WordPress ability by providing its name and parameters. This primary execution layer applies the specified action, enabling direct WordPress control.
Instructions
Execute a WordPress ability with the provided parameters. This is the primary execution layer that can run any registered ability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parameters | Yes | Parameters to pass to the ability | |
| ability_name | Yes | The full name of the ability to execute |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The result data from the ability execution | |
| error | No | Error message if execution failed | |
| success | Yes |