memory_git_prs
List pull requests saved from connected repositories, with optional filters for repo, space, and pagination. Recall PR history without external API calls.
Instructions
List pull requests stored in memory from connected repositories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Filter by repository name in owner/repo format (optional) | |
| limit | No | Maximum number of PRs to return (1-100, default: 50) | |
| offset | No | Number of items to skip for pagination (default: 0) | |
| space_id | No | Filter by space UUID (optional) | |
| repository_id | No | Filter by repository UUID (optional) |