Table of contents

 

 

 

 

Official Content
  • This documentation is valid for:

Public Integrations that require additional configuration are available by default in all Projects.

Before you can use them in an Agent, you must complete the required configuration in the Integrations Dashboard (Build > Integrations in the Agentic Hub). This setup may include:

Tool Parameters can be completed directly from the AI & Tools Tab in the Agents Dashboard (Build > Agents in the Agentic Hub) when you add the Tool. In those cases, the required fields are displayed in the Tool configuration panel.

If the required configuration has not been completed, the Tool will not function correctly, and the Agent cannot be tested or published until all mandatory values are defined.

The following Public Integrations require configuration.

Code Interpreter Integration

Executes and interprets Python code snippets, providing immediate feedback on execution results or errors.

  • com.globant.geai.code_interpreter

For detailed configuration steps, see Code Interpreter Integration.

Email Integration

Sends emails using standard SMTP server:

  • com.globant.geai.send_email_smtp: Sends an email using a standard SMTP server to one or more recipients.

This Tool accepts recipient addresses, subject, and message body as input, and automatically generates and attaches a PDF file created from Markdown content.

For detailed configuration steps, see Email Integration.

Email (User Consent) Integration

Sends emails using Gmail API (OAuth 2.0).

  • com.globant.geai.send_email_gmail: Sends an email using the Gmail API to one or more recipients.

This Tool accepts recipient addresses, subject, and message body as input, and automatically generates and attaches a PDF file created from Markdown content.

For detailed configuration steps, see Email (User Consent) Integration.

Firecrawl Integration

Searches web pages, retrieves result snippets, and extracts content in multiple formats such as markdown, HTML, links, screenshots, or PDF files.

  • com.globant.geai.firecrawl.web_scraper: Extracts content from a given web page in the specified format (e.g., markdown, HTML, links, screenshots, or PDF).
  • com.globant.geai.firecrawl.web_search: Searches the web and returns short text snippets from the top results.

For detailed configuration steps, see Firecrawl Integration.

Google Drive (Service Account) Integration

Creates and interacts with Google Docs and uploads images to Google Drive using a service Account.

  • com.globant.geai.gdrive.create_pdf: Creates a new PDF document directly within Google Drive.
  • com.globant.geai.gdrive.create_ppt: Creates a new presentation in Google Slides and saves it to Google Drive.
  • com.globant.geai.gdrive.create_doc: Creates a new Google Docs document with specified content.
  • com.globant.geai.gdrive.fill_blanks: Fills out templates by replacing blank fields or marked keywords with given values.
  • com.globant.geai.gdrive_read_doc: Reads and extracts text from an existing Google Docs document.
  • com.globant.geai.gdrive_upload_image: Uploads an image to Google Drive.

For detailed configuration steps, see Google Drive (Service Account) Integration.

Google Drive (User Consent) Integration

Creates and interacts with Google Docs and uploads images to Google Drive using your personal Google account.

  • com.globant.geai.gdrive.v2.create_docs: Creates a new Google Docs document with specified content.
  • com.globant.geai.gdrive.v2.create_pdf: Creates a new PDF document directly within Google Drive.
  • com.globant.geai.gdrive.v2.create_ppt: Creates a new presentation in Google Slides and saves it to Google Drive.
  • com.globant.geai.gdrive.v2.fill_blanks_google_docs: Fills out templates by replacing blank fields or marked keywords with given values.
  • com.globant.geai.gdrive.v2.read_google_docs: Reads and extracts text from an existing Google Docs document.
  • com.globant.geai.gdrive.v2.upload_image: Uploads an image to Google Drive.

For detailed configuration steps, see Google Drive (User Consent) Integration.

Jira Atlassian Integration

Creates and manages Jira tickets within Jira Cloud projects.

  • com.globant.geai.jira_create_ticket: Creates a new ticket (issue) in a specified Jira project with the required summary, description, and priority level.
  • com.globant.geai.jira_get_ticket: Retrieves detailed information and current status for a specific ticket (issue) within a Jira project.
  • com.globant.geai.jira_update_ticket: Updates the status, priority, or descriptive fields of an existing ticket (issue) in a Jira project.

For detailed configuration steps, see Jira Atlassian Integration.

OneDrive (Microsoft) Integration

Uploads, downloads, organizes, and shares files in Microsoft OneDrive.

  • com.globant.geai.onedrive_upload_file: Uploads a file to OneDrive by streaming it from a source URL. Supports files up to 250 GB, with automatic chunked uploads for files larger than 4 MB. You can specify conflict behavior (rename, replace, or fail) when a file with the same name already exists.
  • com.globant.geai.onedrive_download_file: Downloads a file from OneDrive at the specified path. Returns the file content as a Base64-encoded string together with file metadata.
  • com.globant.geai.onedrive_read_file: Reads a file from OneDrive as text. Office files (.docx, .pdf, .pptx, .xlsx) are parsed and returned as extracted text or CSV. Other file types are returned as decoded text when possible.
  • com.globant.geai.onedrive_list_items: Lists all files and folders in a specified OneDrive folder path. Returns each item's ID, name, type (file or folder), size, and web URL. If no folder path is provided, lists items from the root folder.
  • com.globant.geai.onedrive_create_folder: Creates a new folder in OneDrive at the specified parent path. If a folder with the same name already exists, it is automatically renamed. If no parent path is provided, the folder is created in the root directory.
  • com.globant.geai.onedrive_share_item: Generates a sharing link for a file or folder in OneDrive. Supports view (read-only) and edit (read-write) sharing types, with an optional expiration date.
  • com.globant.geai.onedrive_delete_item: Deletes a file or folder from OneDrive at the specified path. The item is moved to the recycle bin when available.

For detailed configuration instructions, see OneDrive (Microsoft) Integration.

SerpAPI Web Integration

Performs searches across Google engines such as Google, Google Maps, Google News, Google Images, Google Videos, and Google Scholar.

  • com.globant.geai.serpapi_google_search

For detailed configuration steps, see SerpAPI Web Integration.

SharePoint (Microsoft) Integration

Creates documents, uploads images, and manages files in SharePoint.

  • com.globant.geai.sharepoint_create_word: Creates a new Word document and stores it in the specified SharePoint folder.
  • com.globant.geai.sharepoint_create_ppt: Creates a new PowerPoint presentation and stores it in the specified SharePoint folder.
  • com.globant.geai.sharepoint_create_pdf: Creates a new PDF document and stores it in the specified SharePoint folder.
  • com.globant.geai.sharepoint_upload_image: Uploads images from public URLs.
  • com.globant.geai.sharepoint_read_file: Reads and retrieves the content of a specific file stored in SharePoint.
  • com.globant.geai.sharepoint_list_files: Lists all files and documents contained within a specified SharePoint folder.

For detailed configuration steps, see SharePoint (Microsoft) Integration.

Web Search Integration

Searches the Internet for real-time information such as current news, events, and publicly available data.

com.globant.geai.web_search: Useful for accessing current news, discovering events, finding local information, researching topics, and more. It is recommended to use it in conjunction with com.globant.geai.web_scraper.

For detailed configuration steps, see Web Search Integration.

Last update: 2026 | © Globant S.A. All rights reserved.