deepsource_project_issues
Fetch and filter issues from a DeepSource project using cursor-based pagination. Includes options to filter by file path, analyzers, or tags, and provides detailed page navigation metadata.
Instructions
Get issues from a DeepSource project with support for Relay-style cursor-based pagination and filtering.
For forward pagination, use first
(defaults to 10) with optional after
cursor.
For backward pagination, use last
(defaults to 10) with optional before
cursor.
The response includes pageInfo
with hasNextPage
, hasPreviousPage
, startCursor
, and endCursor
to help navigate through pages.
Filtering options:
path
: Filter issues by specific file pathanalyzerIn
: Filter issues by specific analyzerstags
: Filter issues by tags
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Cursor to fetch records after this position | |
analyzerIn | No | Filter issues by specific analyzers (e.g. ["python", "javascript"]) | |
before | No | Cursor to fetch records before this position | |
first | No | Number of items to return after the "after" cursor (default: 10) | |
last | No | Number of items to return before the "before" cursor (default: 10) | |
offset | No | Legacy pagination: Number of items to skip | |
path | No | Filter issues by specific file path | |
projectKey | Yes | The unique identifier for the DeepSource project | |
tags | No | Filter issues by tags |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from DeepSource MCP Server
Related Tools
- @sapientpants/deepsource-mcp-server
- @sapientpants/deepsource-mcp-server
- @ivo-toby/contentful-mcp
- @boldsign/boldsign-mcp
- @yoavniran/cloudinary-mcp-server
- @ivo-toby/contentful-mcp