list_merge_requests
Fetch merge or pull requests for a project, with optional state filtering (opened, merged, closed) and a limit on results.
Instructions
[READ] Merge/pull requests for a project (default: open ones).
Args: project: Project id or full path ('group/project' / 'owner/repo'). state: opened/open, merged, closed, all (platform word is translated). limit: Max rows to return (default 50, max 99); the result carries 'truncated' when the server had more. target: Server target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | No | opened | |
| target | No | ||
| project | Yes |