# Directory of Prebuilt Tools

This document provides a detailed list and description of the out-of-the-box (OOTB) tools and connectors available in the Tools directory.

Category Tool Name Features Description Authentication Type Use Case Example Key Configuration Parameters
Cloud Storage AWS S3 Download Retrieve files from an Amazon S3 bucket IAM Role / Access Key Retrieve invoice files for processing Bucket Name, File Path
Upload Upload files to an AWS S3 bucket IAM Role / Access Key Archive processed documents Bucket Name, File Path, Input
Google Drive Download Retrieve files from a specified Google Drive location Service Account Download financial reports for analysis Path
Upload Upload files to a specified Google Drive location Service Account Upload executive summaries to folders Path, Input
Email SMTP Send Email Send emails using SMTP with attachment support APP Password Send automated notification emails From Address, Email Body, Subject
Documentation Confluence Create Create a confluence page Email & API Token Auto-generate project documentation Space Key, Parent Page ID, Page Title
Read Retrieve content from the Confluence page Email & API Token Extract onboarding documentation Space Key, Title, Page ID
Update Update details of an existing Confluence page Email & API Token Automatically update status reports Page ID, New Title, Content
Multi Read Retrieve sub-pages from the Confluence page Email & API Token Gather all sub-pages for bulk processing Parent Page ID, Start, Limit
Search Search Confluence content using terms or CQL Email & API Token Search for KYC forms/compliance docs Search Query, Result Limit
Get Page Comments Retrieve all comments from a specific Confluence page. Email & API Token Aggregating team feedback from project pages for sentiment analysis. Page ID (or Space Key + Title)
Add Comment to Page Add a new comment to a specific Confluence page. Email & API Token Allowing an AI Agent to post feedback or execution status directly to a wiki page. Page ID, Comment Body
Get Page Labels Retrieve all labels (tags) from a specific Confluence page. Email & API Token Audit and categorize documentation based on existing organizational tags. Page ID (or Space Key + Title)
Add Label to Page Add one or more new labels (tags) to a specific page. Email & API Token Automatically tag pages with "archived" or "reviewed" based on workflow triggers. Page ID, Label Names
Issue Tracking Jira Create Create a new Jira ticket Email & API Token Auto-create support tickets from feedback Project Key, Issue Type, Summary, Description
Read Retrieve content from Jira ticket Email & API Token Pull ticket details for agent context Issue Key, Return Fields
Update Update details of Jira ticket Email & API Token Update ticket status based on workflow Issue Key, Fields to Update
Search Search Jira issues using JQL Email & API Token Query open high-priority bugs JQL Query, Return Fields, Result Limit
Add Comment Add comments to an existing issue. Email & API Token Log internal updates or automated system notes on a ticket. Issue ID/Key, Comment Body
Add Worklog Log work time spent on an issue. Email & API Token Sync time tracking from external apps to Jira. Issue ID/Key, Time Spent, Comment
Transition Issue Status Change an issue's status (e.g., 'To Do' to 'In Progress'). Email & API Token Move tickets through a lifecycle automatically based on external triggers. Issue ID/Key, Transition Name/ID
Link Issues Link two existing JIRA issues together. Email & API Token Relate a bug report to a specific task or epic. Inward Issue, Outward Issue, Link Type
Link to Epic Link one or more issues to a parent Epic. Email & API Token Organize new tasks into specific project streams. Epic Key, Child Issue Keys
Create Remote Link Create a web link or Confluence page link on an issue. Email & API Token Reference external PRs or documentation directly on a ticket. Issue ID/Key, Remote URL, Title
Remove Issue Link Remove an existing link between issues. Email & API Token Cleanup incorrect or deprecated associations between tickets. Issue Link ID
Get Link Types Retrieve all available issue link types. Email & API Token List available link options (e.g., "blocks", "relates to"). N/A (Returns JSON List)
Get Agile Boards Get a list of all Scrum and Kanban boards. Email & API Token Map workflow processes to specific team boards. Board Type, Project Filter
Get Sprints from Board Get all sprints associated with a specific board. Email & API Token Identify active sprint cycles for resource planning. Board ID
Get Board Issues Get all issues belonging to a specific board. Email & API Token Audit backlog items for a specific team board. Board ID
Get Sprint Issues Get all issues assigned to a specific sprint. Email & API Token Generate sprint report summaries for project managers. Sprint ID
Update Sprint Update the details (e.g., name, dates) of a sprint. Email & API Token Automatically adjust sprint timelines or titles. Sprint ID, Name, Start Date, End Date
Get All Projects List all projects visible in the JIRA instance. Email & API Token Populate dropdown menus for user-facing intake forms. N/A (Returns JSON List)
Get Project Issues Get all issues belonging to a specific project. Email & API Token Export all project data for external auditing. Project ID/Key
Create Project Version Create a new project version (e.g., 'v2.1'). Email & API Token Automate release versioning during CI/CD pipelines. Project ID/Key, Version Name, Description
Get Project Versions Get all existing versions for a project. Email & API Token Track release history and upcoming milestones. Project ID/Key
Get User Profile Get detailed information for a specific user. Email & API Token Resolve user IDs to names for personalized notifications. Account ID/Username
Get Worklog Records Get all time tracking records for an issue. Email & API Token Aggregate billing data based on logged effort. Issue ID/Key
Search Fields Search for all available fields (standard and custom). Email & API Token Map custom data fields to specific automation inputs. Field Name Query
ServiceNow Get Ticket Details Fetch detailed info for a specific ticket Username & Password Retrieve incident details for AI response Table Name, ServiceNow ID, Filter
Get Multiple Ticket Details Retrieve one or more tickets from a table Username & Password Pull all open incidents for trend analysis Table Name, Search, From, Limit, Offset, Filter
Databases Postgres Query Execute SQL queries on a PostgreSQL database Username & Password Query customer transaction history Database Name, Operation, Query, Timeout
MySQL Query Query a connected MySQL database Username & Password Extract sales data for performance summary Database Name, Operation, Query, Timeout
Microsoft SQL Query Query a connected Microsoft SQL database Username & Password Retrieve inventory levels for reordering Database Name, Operation, Query, Timeout
AWS DynamoDB Read Retrieve record details based on filters IAM Role / Access Key Fetch user profile for personalization Table Name, Filter Key, Filter Value
AWS DynamoDB Write Insert or update items in a DynamoDB table IAM Role / Access Key Store processed transaction records Table Name, Filter Key, Filter Value
Messaging AWS SQS Send Message Send a message to an Amazon SQS queue IAM Role / Access Key Trigger downstream data pipelines Queue URL, Message Body
Slack Send Message Send a message to a Slack user or channel Access Token Notify team when workflows complete Channel ID/Name, Message Text
Development & DevOps GitHub Search Repositories Search for repositories matching criteria GitHub Credential Find specific project repositories Search Query, Sort By, Sort Order, Page
List Branches Retrieve a list of branches for a repository GitHub Credential Audit active branches for a project Repository Owner, Repository Name
Create Branch Create a new branch from a source branch GitHub Credential Automate creation of feature branches Repository Owner, Repository Name, Branch Name
List Issues Retrieve a paginated list of issues GitHub Credential Pull open bugs for daily status report Repository Owner, Repository Name, Issue State
Create/Update Issue Create a new issue or update an existing one GitHub Credential Auto-create tickets from customer feedback Repository Owner, Repository Name, Title, Body
Read Issue Retrieve details, comments, or labels GitHub Credential Extract issue context for AI summarization Repository Owner, Repository Name, Issue Number
Add Issue Comment Post a new comment to an existing issue GitHub Credential Automatically post workflow status to ticket Repository Owner, Repository Name, Issue Number
Create Pull Request Create a new PR to merge code changes GitHub Credential Automate PR creation after CI/CD builds Repository Owner, Repo Name, PR Title, Branches
List Pull Requests Retrieve a list of pull requests GitHub Credential Monitor all open PRs pending review Repository Owner, Repository Name, PR State
Read Pull Request Fetch PR details, diffs, or review comments GitHub Credential Review changed files for automated analysis Repository Owner, Repo Name, PR Number
Merge Pull Request Merge a PR into the base branch GitHub Credential Automatically merge PRs passing all checks Repository Owner, Repo Name, PR Number
Search Code Search for specific code strings GitHub Credential Identify repositories using deprecated APIs Search Query, Sort By, Sort Order
Get Commit Retrieve detailed info for a specific commit GitHub Credential Fetch commit metadata and diffs for audits Repository Owner, Repository Name, SHA