poker_deleteBuildupFactor
Remove buildup factors from materials to maintain accurate task calculations and prevent resource allocation errors in project management workflows.
Instructions
ビルドアップ係数を削除します
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| material | Yes | 削除する材料名 | 
Input Schema (JSON Schema)
{
  "properties": {
    "material": {
      "description": "削除する材料名",
      "type": "string"
    }
  },
  "required": [
    "material"
  ],
  "type": "object"
}