Tools / Plugin integrations / WPCode / Code Snippets / Woody
Snippet Providers - MCP Server Tools
Manage snippet lifecycle safely across compatible snippet providers.
Integration overview
Dependency: Any supported snippet plugin active. Back to plugin integrations ->
Description
Manage snippet lifecycle safely across compatible snippet providers.
What it is for
- Review the available tools for this integration before making changes.
- Confirm plugin dependencies and profile scope before execution.
Example use case
WPCode / Code Snippets / Woody workflow.
Sample prompt
Review the available tools for WPCode / Code Snippets / Woody and choose the next approved action.
Available tools
Tool cards below use the definition from the catalog for each operation.
lists snippets with limit and offset. It returns ID, title, active state, code type, and location.
gets a complete snippet by ID, including the code.
creates a new snippet, inactive by default. It does not execute the code; it only stores it.
updates an existing snippet. It only modifies the provided fields and does not execute code.
deletes a snippet by ID.
activates a snippet by ID.
deactivates a snippet by ID.
