Skip to main content

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

NameTypeRequired
dirstryes
item_idstryes

Returns str.

Call shape

Fill your values; omit optional parameters:

{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "checklist_remove",
"arguments": {
"dir": "...",
"item_id": "..."
}
}
}