Skip to main content

checklist_list

Family: Checklists — the grading rubrics scoring consumes. See Checklists.

List scoring checklist items.

@mcp.tool()
def checklist_list(
dir: str,
) -> str

Parameters

NameTypeRequired
dirstryes

Returns str.

Call shape

Fill your values; omit optional parameters:

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