checklist_remove
Family: Checklists — the grading rubrics scoring consumes. See Checklists.
Remove a checklist item.
@mcp.tool()
def checklist_remove(
dir: str,
item_id: str,
) -> str
Parameters
| Name | Type | Required |
|---|---|---|
dir | str | yes |
item_id | str | yes |
Returns str.
Call shape
Fill your values; omit optional parameters:
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "checklist_remove",
"arguments": {
"dir": "...",
"item_id": "..."
}
}
}