Live snapshot of all available services and their readiness state.
Send a user message to the configured OpenAI chat model while preserving per-session context.
Fetch current weather conditions for the configured location (default Fall River, MA).
List labels configured in Google Drive.
Fetch metadata for a Drive label.
Create a new spreadsheet via the Sheets API.
Retrieve spreadsheet metadata and optional grid data.
Fetch values for a range in a spreadsheet.
Update cells in a spreadsheet.
List events from Google Calendar (defaults to the primary calendar).
Insert an event into Google Calendar.
List forms accessible to the account.
Retrieve a Google Form definition.
Create a new Google Slides presentation.
Retrieve a presentation and slide data.
Apply batchUpdate requests to a presentation (insert text, create slides, etc.).
Retrieve connections from the authorized Google account via the Google People API.
Create a new contact record in the authorized Google account.
Patch an existing Google contact by resource name.
Delete a contact from the authorized Google account.
List message identifiers in the authorized Gmail inbox using the Gmail API query syntax.
Fetch a Gmail message by id with optional payload format.
Send an email via Gmail using either a raw RFC5322 payload or a structured helper.
Delete a Gmail message by id (moves to Trash unless using mail.google.com scope).
Retrieve all labels available in the authorized Gmail account.
Fetch a single Gmail label by id.
Create a new label in the authorized Gmail account.
Patch an existing Gmail label.
Delete a custom Gmail label (system labels cannot be deleted).
List Gmail threads matching the provided query.
Fetch a Gmail thread and optionally include full message payloads.
Add or remove labels from a Gmail message.
Move a Gmail message to the trash.
Restore a Gmail message from the trash.
List files available in Drive. Supports Drive query syntax via the q parameter.
Fetch metadata for a specific Drive file.
Create a new file in Drive (defaults to a Google Doc).
Create a new folder in Drive.
Copy an existing Drive file into a new location.
Update metadata or move a Drive file to new parents.
Export a Google Workspace file to another format (e.g. PDF).
Delete a file from Drive.
Create a new Google Doc using the Docs API.
Fetch a Google Doc including its structural content.
Send a batchUpdate request to modify a Google Doc (insert text, replace content, etc.).
Append text to the end of a document and optionally apply text and paragraph styles.
Return the current configuration and last-run metadata for the Gmail automation.
Enable or disable the Gmail inbox automation without redeploying.
Manually trigger the inbox automation run (optionally forcing execution even when disabled).
Return all users stored in the JSON data store.
Fetch a single user by id.
Create a new user with name and email address.
List available workflows from the configured n8n instance.
Fetch a single n8n workflow by id.
Trigger an n8n workflow execution and return the API response.
List products from the connected Shopify store in reverse chronological order.
Return the unique product tags currently in use.
Fetch custom and smart collections with metadata including product counts and hero image if available.
List products belonging to a specific collection.
Create a new custom collection with optional description, handle, sort order, and template.
Update metadata for an existing custom collection (title, description, handle, sort order, template, published state, image).
Delete a custom collection.
Attach a product to a custom collection (manual collections only).
Remove a product from a custom collection.
Retrieve a Shopify product by numeric id.
Retrieve metafields attached to a product.
List all product images including alt text and associated variants.
List variants for a product along with pricing and inventory info.
Update product fields such as title, description, tags, status, and optionally adjust the primary variant price.
Update variant-level pricing or identifiers (price, compare_at_price, sku, barcode).
Add a metafield to a product for storing custom metadata.
Update the value or metadata of an existing metafield.
Remove a metafield from a product.
Delete a variant from a product.
Remove an image from a product gallery.
Delete an entire product from the store.