Follow-up to #43.
v1 ships HTTP tools only. Add a second tool type that fires a WordPress action / filter and surfaces the result to the agent. Same wizard surface, same security model (parameterised values, no PHP eval).
Acceptance: admin can author a tool that does do_action( 'my_hook', $args ) from {{parameter}} inputs and feed the captured output back to the agent.
Follow-up to #43.
v1 ships HTTP tools only. Add a second tool type that fires a WordPress action / filter and surfaces the result to the agent. Same wizard surface, same security model (parameterised values, no PHP eval).
Acceptance: admin can author a tool that does
do_action( 'my_hook', $args )from{{parameter}}inputs and feed the captured output back to the agent.