Skip to content

get_issues_by_category

read-only No side effects on server state.

Get all issues of a specific category.

Arguments

ArgumentTypeRequiredDescription
pathstringAbsolute path to the project root directory
categorystring `(dependencycode-qualityarchitecture

Example

json
{
  "name": "get_issues_by_category",
  "arguments": {
    "path": "/abs/path/to/project",
    "category": "example"
  }
}

Generated from TOOL_DEFINITIONS in src/server/tools.ts — do not edit by hand. Source: tools.ts.