Skip to main content

violations_show

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

Show a violation.

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

Parameters

NameTypeRequired
dirstryes
violation_idstryes

Returns str.

Call shape

Fill your values; omit optional parameters:

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