Abilities API: Form Triggers#1105
Conversation
WordPress Playground🚀 Your PR has been built and is ready for testing in WordPress Playground! |
ciccio-kit
left a comment
There was a problem hiding this comment.
before approving this, could you double-check that the shared get_input_schema_property_type() mapping in class-convertkit-mcp-ability-content.php doesn't need updating? In theory form triggers should have different fields that would fall through the map and return their own key rather than "string" as a type
Fixed to return |
WordPress Playground🚀 Your PR has been built and is ready for testing in WordPress Playground! |
Abilities API: Products
Abilities API: Broadcasts
Summary
Registers four abilities (MCP tools) for the Form Trigger block/shortcode, so an MCP client can list, insert, update and delete Kit Form Triggers inside a post's content.
Improves the descriptions of the tools.
Testing
MCPContentFormTriggerTest: Tests that MCP tools are registered, permissions are honored, insert/update/delete tools work.Checklist