integration_preview
Preview GitHub issues by repository, state, and labels. Pick issues to import via integration_sync.
Instructions
Preview issues from a GitHub repository without importing.
Returns a list of issues matching the filters so the user can select which ones to import via integration_sync with issue_numbers.
Args: integration: Integration name (e.g. "github"). repo: Repository in owner/repo format. state: Issue state filter — "open", "closed", or "all". labels: Filter by labels (AND logic). limit: Maximum issues to fetch (1-500).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| integration | Yes | ||
| repo | Yes | ||
| state | No | open | |
| labels | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||