poker_deleteTransform
Remove a specific transformation from task management workflows to maintain clean and organized project structures.
Instructions
変換を削除します
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| name | Yes | 削除する変換名 | 
Input Schema (JSON Schema)
{
  "properties": {
    "name": {
      "description": "削除する変換名",
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "type": "object"
}