gitlab_summarize_issue
Generate concise summaries of GitLab issues, including titles, descriptions, comments, labels, and status. Automatically truncates lengthy content while retaining essential information for quick insights.
Instructions
Create a condensed summary of an issue with title, description, comments, labels, and status. Intelligently truncates long content while preserving key information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_iid | Yes | Issue internal ID (integer). Project-specific issue number (e.g., #123). Not the global issue ID | |
max_length | No | Maximum summary length in characters (integer). AI summaries will be truncated to fit. Default: 500 | |
project_id | No | Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided |