Tool categories
Productivity
Contacts, files, calendar, and email across Google and Microsoft.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Contacts, files, calendar, and email across Google and Microsoft.
create_contact| Parameter | Type |
|---|---|
business_phones opt | string[] |
company_name opt | string |
department opt | string |
display_name opt | string |
email_addresses opt | object[] |
given_name opt | string |
job_title opt | string |
mobile_phone opt | string |
office_location opt | string |
personal_notes opt | string |
surname opt | string |
title opt | string |
vendor opt | enum(microsoft, google) |
create_email_draft| Parameter | Type |
|---|---|
body required | string |
body_type opt | enum(text, html) |
cc opt | object[] |
in_reply_to opt | object |
subject opt | string |
to opt | object[] |
vendor opt | enum(microsoft, google) |
spreadsheet_edit| Parameter | Type |
|---|---|
operations required | any[] |
name opt | string |
ref opt | object |
url opt | string |
vendor opt | enum(microsoft, google) |
file_export_to_location| Parameter | Type |
|---|---|
artifact_id required | string |
destination opt | string |
destination_ref opt | object |
filename opt | string |
vendor opt | enum(microsoft, google) |
calendar_get_event| Parameter | Type |
|---|---|
event_id required | string |
email_get_attachment| Parameter | Type |
|---|---|
attachment_id required | string |
email_get_thread| Parameter | Type |
|---|---|
thread_id required | string |
include_attachments opt | boolean |
list_calendar_events| Parameter | Type |
|---|---|
end required | string |
start required | string |
calendar opt | string |
max_results opt | integer |
query opt | string |
vendor opt | enum(microsoft, google) |
list_emails| Parameter | Type |
|---|---|
end opt | string |
folder opt | enum(inbox, sent, drafts, all) |
from_address opt | string |
has_attachments opt | boolean |
is_unread opt | boolean |
mailbox opt | string |
max_results opt | integer |
query opt | string |
start opt | string |
to_address opt | string |
vendor opt | enum(microsoft, google) |
read_drive_link| Parameter | Type |
|---|---|
url required | string |
max_chars opt | integer |
search_contacts| Parameter | Type |
|---|---|
email opt | string |
max_results opt | integer |
query opt | string |
vendor opt | enum(microsoft, google) |
update_contact| Parameter | Type |
|---|---|
business_phones opt | string[] |
company_name opt | string |
contact_id opt | string |
department opt | string |
display_name opt | string |
email_addresses opt | object[] |
given_name opt | string |
job_title opt | string |
mobile_phone opt | string |
office_location opt | string |
personal_notes opt | string |
ref opt | object |
surname opt | string |
title opt | string |
vendor opt | enum(microsoft, google) |