Fetch CodeFactor Issues
fetch_codefactor_issuesFetch CodeFactor repository issues and return normalized data for analysis. Supports filtering by category, file path, and pagination.
Instructions
Fetch CodeFactor repository issues from codefactor.io and return normalized issue data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | CodeFactor repository or issues URL. Falls back to CODEFACTOR_REPOSITORY_URL. | |
| cookie | No | Optional CodeFactor Cookie header. Falls back to CODEFACTOR_COOKIE. | |
| allPages | No | Fetch all issue pages up to maxPages. | |
| category | No | Only include one CodeFactor category, for example Complexity. | |
| maxPages | No | Maximum pages to fetch when allPages is true. | |
| maxIssues | No | Maximum number of issues returned. | |
| includeHidden | No | Include hidden CodeFactor issues. Defaults to false. | |
| filePathIncludes | No | Only include issues whose file path contains this text. |