list_repo_pulls
List pull requests you created in a repository. Specify the repo in 'owner/repo' format and optionally set a limit between 1 and 100. Only returns PRs authored by you.
Instructions
list pull requests created by the authenticated user for a repository
note: only returns PRs that the authenticated user created (tangled stores PRs in the creator's repo, so we can only see our own PRs).
Args: repo: repository identifier in 'owner/repo' format limit: maximum number of pulls to return (1-100)
Returns: ListPullsResult with list of pull requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | repository identifier in 'owner/repo' format (e.g., 'zzstoatzz/tangled-mcp') | |
| limit | No | maximum number of pulls to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pulls | Yes |