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.

snippet_list Sensitive read

lists snippets with limit and offset. It returns ID, title, active state, code type, and location.

snippet_get Sensitive read

gets a complete snippet by ID, including the code.

snippet_create Write

creates a new snippet, inactive by default. It does not execute the code; it only stores it.

snippet_update Write

updates an existing snippet. It only modifies the provided fields and does not execute code.

snippet_delete Write

deletes a snippet by ID.

snippet_activate Write

activates a snippet by ID.

snippet_deactivate Write

deactivates a snippet by ID.