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