Create Task
Creates a new task in Gloria AI with specified details.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_TASK])
Update Task Status
Updates the status of an existing task in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_TASK_STATUS])
Assign Task
Assigns a task to a specific user or team in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ASSIGN_TASK])
Generate Report
Creates a report based on specified parameters in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_REPORT])
Schedule Meeting
Schedules a meeting with specified participants and details in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SCHEDULE_MEETING])
Send Notification
Sends a notification to specified users or teams in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SEND_NOTIFICATION])
Create Project
Creates a new project with specified details in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_PROJECT])
Add Team Member
Adds a new team member to a project or organization in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ADD_TEAM_MEMBER])
Generate AI Summary
Creates an AI-generated summary of a document or project in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_AI_SUMMARY])
Set Reminder
Sets a reminder for a specific task or event in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SET_REMINDER])
Create Workflow
Creates a new automated workflow in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_WORKFLOW])
Analyze Data
Performs data analysis on specified datasets in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ANALYZE_DATA])
Generate AI Insights
Generates AI-powered insights from project data in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_AI_INSIGHTS])
Update User Permissions
Updates access permissions for a user in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_USER_PERMISSIONS])
Archive Project
Archives a completed or inactive project in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ARCHIVE_PROJECT])
Task Completed
Triggered when a task is marked as completed in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.TASK_COMPLETED])
New Task Assigned
Triggered when a new task is assigned to a user or team in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_TASK_ASSIGNED])
Project Milestone Reached
Triggered when a project reaches a predefined milestone in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.PROJECT_MILESTONE_REACHED])
Deadline Approaching
Triggered when a task or project deadline is approaching in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.DEADLINE_APPROACHING])
New Team Member Added
Triggered when a new team member is added to a project or organization in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_TEAM_MEMBER_ADDED])
AI Analysis Complete
Triggered when an AI analysis task is completed in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.AI_ANALYSIS_COMPLETE])
Meeting Scheduled
Triggered when a new meeting is scheduled in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.MEETING_SCHEDULED])
Report Generated
Triggered when a new report is generated in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.REPORT_GENERATED])
Workflow Completed
Triggered when an automated workflow is completed in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.WORKFLOW_COMPLETED])
Budget Threshold Reached
Triggered when a project budget reaches a specified threshold in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.BUDGET_THRESHOLD_REACHED])
Task Overdue
Triggered when a task becomes overdue in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.TASK_OVERDUE])
AI Recommendation Available
Triggered when Gloria AI generates a new recommendation for a project or task.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.AI_RECOMMENDATION_AVAILABLE])
User Login
Triggered when a user logs into Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.USER_LOGIN])
Data Import Complete
Triggered when a data import process is completed in Gloria AI.
from composio_openai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.DATA_IMPORT_COMPLETE])