Automations
162
Compose Gmail Draft
Create and save email drafts in Gmail. Review before sending.
Get Gmail Message Content
Retrieve the complete message content including headers, body, and MIME structure. Use this when you need the full message text or to access attachments. For lightweight inspection, use gmail_get_message_metadata instead.
Get Gmail Message Metadata
Retrieve message metadata including headers, labels, and snippet without downloading the full message body. Use this for efficient message inspection before deciding whether to retrieve full content.
List Gmail Labels
Retrieve all labels in the user's mailbox, including system labels (INBOX, SENT, STARRED, etc.) and custom user-created labels. Use this to discover label IDs for filtering and modification operations.
Mark Gmail Message Unread
Mark a message as unread. This adds the UNREAD system label to the message.
Manage Gmail Label Structure
Manage Gmail label hierarchy and structure. Create organized label systems, audit existing labels, and maintain clean taxonomy for email organization.
Trash Gmail Message
Move a message to the trash folder. The message can be recovered from trash until it is permanently deleted. Use gmail_delete_message for permanent deletion.
Search Gmail Messages
Search for messages using Gmail query syntax. Returns message IDs and thread IDs only for efficient searching. Use this to find messages before retrieving full content with other tools.
Remove Gmail Labels
Remove labels from a message. Can remove both system labels and custom user labels. Use gmail_list_labels to discover available label IDs.
Send Gmail Email
Send an email immediately via Gmail. This action cannot be undone.
Create GitHub Issue
Create a new issue in a GitHub repository using the GitHub connector's create-issue endpoint. Requires owner, repo, and title parameters, with optional body, labels (array), and assignees (array).
Create GitHub Issue Comment
Create a comment on a GitHub issue or pull request using the GitHub connector
Create GitHub Pull Request
Create a new pull request on GitHub using the GitHub connector's create-pull-request endpoint
Get GitHub Contents
Read file or directory contents from a GitHub repository using the GitHub API. Supports specifying branch, tag, or commit via the optional ref parameter.
Get GitHub Issue
Get detailed information about a specific GitHub issue by owner, repo, and issue number using the GitHub connector
Get GitHub Pull Request
Get detailed information about a specific GitHub pull request including merge status, commits, and review state
Get GitHub Repository
Get detailed information about a specific GitHub repository using the GitHub connector
Get GitHub User
Retrieves the authenticated user's GitHub profile information using the GitHub connector. Verifies authentication and returns user details including username, name, email, bio, and account metadata.