poker_deleteBody
Remove a task body from the task management system with dependency validation to prevent orphaned subtasks or broken workflows.
Instructions
立体を削除します(依存関係チェック付き)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | 削除する立体名 |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "削除する立体名",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}