Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_roadmap | Create a project roadmap with milestones and tasks |
| plan_sprint | Plan a new sprint with selected issues |
| get_milestone_metrics | Get progress metrics for a specific milestone |
| get_sprint_metrics | Get progress metrics for a specific sprint |
| get_overdue_milestones | Get a list of overdue milestones |
| get_upcoming_milestones | Get a list of upcoming milestones within a time frame |
| create_project | Create a new GitHub project |
| list_projects | List GitHub projects |
| get_project | Get details of a specific GitHub project |
| update_project | Update an existing GitHub project |
| delete_project | Delete a GitHub project |
| get_project_readme | Get the README content of a GitHub project |
| update_project_readme | Update the README content of a GitHub project |
| create_milestone | Create a new milestone |
| list_milestones | List milestones |
| update_milestone | Update a GitHub milestone |
| delete_milestone | Delete a GitHub milestone |
| create_issue | Create a new GitHub issue |
| list_issues | List GitHub issues |
| get_issue | Get details of a specific GitHub issue |
| update_issue | Update a GitHub issue |
| create_issue_comment | Add a comment to a GitHub issue |
| update_issue_comment | Update an existing comment on a GitHub issue |
| delete_issue_comment | Delete a comment from a GitHub issue |
| list_issue_comments | List all comments on a GitHub issue |
| create_draft_issue | Create a draft issue in a GitHub project. Draft issues are native to Projects v2 and don't require creating a repository issue first. |
| update_draft_issue | Update an existing draft issue in a GitHub project |
| delete_draft_issue | Delete a draft issue from a GitHub project |
| create_pull_request | Create a new pull request in a GitHub repository |
| get_pull_request | Get details of a specific pull request |
| list_pull_requests | List pull requests in a GitHub repository |
| update_pull_request | Update a pull request's title, body, or state |
| merge_pull_request | Merge a pull request using merge, squash, or rebase |
| list_pull_request_reviews | List all reviews on a pull request |
| create_pull_request_review | Create a review on a pull request (approve, request changes, or comment) |
| create_sprint | Create a new development sprint |
| list_sprints | List all sprints |
| get_current_sprint | Get the currently active sprint |
| update_sprint | Update a development sprint |
| add_issues_to_sprint | Add issues to an existing sprint |
| remove_issues_from_sprint | Remove issues from a sprint |
| create_project_field | Create a custom field for a GitHub project |
| list_project_fields | List all fields in a GitHub project |
| update_project_field | Update a custom field in a GitHub project |
| create_project_view | Create a new view for a GitHub project |
| list_project_views | List all views in a GitHub project |
| update_project_view | Update a view in a GitHub project |
| delete_project_view | Delete a view from a GitHub project |
| add_project_item | Add an item to a GitHub project |
| remove_project_item | Remove an item from a GitHub project |
| list_project_items | List all items in a GitHub project |
| archive_project_item | Archive an item in a GitHub project. Archived items are hidden from views but not deleted. |
| unarchive_project_item | Unarchive an item in a GitHub project. Brings back a previously archived item. |
| set_field_value | Set a field value for a GitHub project item. Supports all field types: TEXT, NUMBER, DATE, SINGLE_SELECT, ITERATION, MILESTONE, ASSIGNEES, LABELS |
| get_field_value | Get a field value for a GitHub project item. Supports reading all field types: TEXT, NUMBER, DATE, SINGLE_SELECT, ITERATION, MILESTONE, ASSIGNEES, LABELS |
| clear_field_value | Clear a field value for a GitHub project item. This removes/clears the value for any field type. |
| create_label | Create a new GitHub label |
| list_labels | List all GitHub labels |
| add_feature | Add a new feature to an existing PRD or project, analyze its impact, and expand it into actionable tasks with complete lifecycle management |
| generate_prd | Generate a comprehensive Product Requirements Document (PRD) from a project idea using AI analysis and industry best practices |
| parse_prd | Parse a Product Requirements Document (PRD) and generate a comprehensive list of actionable development tasks with AI-powered analysis, similar to claude-task-master functionality |
| get_next_task | Get AI-powered recommendations for the next task to work on based on priorities, dependencies, team capacity, and current project state |
| analyze_task_complexity | Perform detailed AI-powered analysis of task complexity, effort estimation, risk assessment, and provide actionable recommendations |
| expand_task | Break down a complex task into smaller, manageable subtasks with AI-powered analysis, dependency detection, and implementation recommendations |
| enhance_prd | Enhance an existing PRD with AI-powered improvements, adding missing elements, improving clarity, and providing comprehensive analysis |
| create_traceability_matrix | Create a comprehensive requirements traceability matrix linking PRD business requirements โ features โ use cases โ tasks with full bidirectional traceability |
| create_automation_rule | Create a new automation rule for a GitHub project |
| update_automation_rule | Update an existing automation rule |
| delete_automation_rule | Delete an automation rule from a project |
| get_automation_rule | Get details of a specific automation rule |
| list_automation_rules | List all automation rules for a GitHub project |
| enable_automation_rule | Enable a disabled automation rule |
| disable_automation_rule | Disable an automation rule without deleting it |
| get_iteration_configuration | Get iteration field configuration including duration, start date, and list of all iterations |
| get_current_iteration | Get the currently active iteration based on today's date |
| get_iteration_items | Get all items assigned to a specific iteration |
| get_iteration_by_date | Find which iteration contains a specific date |
| assign_items_to_iteration | Bulk assign multiple items to a specific iteration |
| generate_roadmap | AI-powered roadmap generation from project issues. Creates milestones, sprints, and phases automatically. |
| enrich_issue | AI-powered issue enrichment. Automatically adds labels, priority, type, complexity, and effort estimates. |
| enrich_issues_bulk | Bulk AI-powered issue enrichment for multiple issues at once. |
| triage_issue | AI-powered issue triaging. Classifies issues, assigns priority, and recommends actions. |
| triage_all_issues | Automatically triage all untriaged issues in a project. |
| schedule_triaging | Schedule automated issue triaging to run periodically. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |