Available Tools
Version Control
- GitHub - Code hosting and version control
- GitLab - DevOps platform with Git repository management
- Bitbucket - Git repository hosting
Project Management
- Jira - Issue tracking and project management
- Linear - Issue tracking and project management
Infrastructure & Monitoring
- AWS - Amazon Web Services cloud platform
- DigitalOcean - Cloud infrastructure platform
- Docker - Containerization platform
- Snowflake - Cloud data platform
- Prisma - Database toolkit
- BetterStack - Infrastructure monitoring
- New Relic - Application performance monitoring
- Mixpanel - Product analytics
- PagerDuty - Incident management
- Pingdom - Website monitoring
- UptimeRobot - Uptime monitoring
- Kibana - Data visualization
- Microsoft Clarity - Web analytics
- Webflow - Web design and hosting
GitHub
Code hosting and version control platform for software development.Authentication
Requires authentication withgithub integration.
Capabilities
GitHub provides comprehensive version control and collaboration capabilities:- Repository management
- Issue tracking
- Pull request management
- Code review and collaboration
- Actions and CI/CD
- Project management
- Security and dependency management
Available Functions
GitHub provides functions for repository management, issues, pull requests, and more:GitHub provides many more functions for repository management, actions, security, and collaboration. Use
get_tools_capabilities to see the complete list.Available Triggers
GitHub supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for GitHub.GitLab
DevOps platform with Git repository management, CI/CD, and project management.Authentication
Requires authentication withgitlab integration.
Available Functions
GitLab provides functions for repository management, issues, merge requests, and CI/CD:Available Triggers
GitLab supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for GitLab.Jira
Issue tracking and project management platform for software teams.Authentication
Requires authentication withjira integration.
Available Functions
Jira provides functions for issue management, project management, and workflow automation:Available Triggers
Jira supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for Jira.Additional Developer Tools
The following tools are also available for development and infrastructure:Version Control
- Bitbucket - Git repository hosting with CI/CD integration
Infrastructure & Cloud
- AWS - Amazon Web Services cloud platform for infrastructure management
- DigitalOcean - Cloud infrastructure platform with droplets and managed services
- Docker - Containerization platform for application deployment
- Snowflake - Cloud data platform for data warehousing and analytics
- Supabase - Backend platform with database, authentication, and storage
Monitoring & Analytics
- Datadog - Infrastructure and application monitoring with APM
- Sentry - Error tracking and performance monitoring
- PostHog - Product analytics and feature flags
- GoSquared - Real-time analytics and customer engagement
- Amplitude - Product analytics for user behavior tracking
- BetterStack - Infrastructure monitoring with incident management
- New Relic - Application performance monitoring (APM)
- Mixpanel - Product analytics with event tracking
- PagerDuty - Incident management and on-call scheduling
- Pingdom - Website monitoring and uptime tracking
- UptimeRobot - Uptime monitoring and alerting
- Kibana - Data visualization and exploration for Elasticsearch
- Microsoft Clarity - Web analytics with session recordings
Development Tools
- Prisma - Database toolkit with ORM and migration management
- Webflow - Web design and hosting platform with visual editor
For detailed function lists and trigger information for these tools, use
get_tools_capabilities and get_tools_trigger_actions respectively. Each tool provides comprehensive functions for infrastructure management, monitoring, analytics, and development workflows.Using Developer Tools in Workflows
Example: Automated Code Review
- Use GitHub trigger for pull request events
- Analyze code changes
- Post analysis results as a comment
Example: Issue Tracking Automation
- Use Jira trigger for issue creation
- Filter by priority
- Send notification to Slack
Best Practices
Repository Management
Repository Management
Organize code with repositories:
- Use branch protection rules
- Set up automated workflows
- Monitor repository activity
Issue Tracking
Issue Tracking
Track work with issues:
- Create issues for bugs and features
- Use labels and milestones
- Link issues to pull requests
CI/CD Integration
CI/CD Integration
Automate deployments:
- Trigger workflows on code changes
- Run tests automatically
- Deploy on successful builds
Limitations
- All Tools: Each tool connects to a single authenticated account per workflow
- All Tools: Subject to service rate limits and API quotas
- GitHub: Some operations require repository admin permissions