Skip to main content

violations_list

Family: Violations — rule breaks recorded per node, with resolution. See Violations.

List violation IDs.

@mcp.tool()
def violations_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": "violations_list",
"arguments": {
"dir": "..."
}
}
}