5 min read

Tamaton exposes 94 MCP tools across 9 feature areas. Each tool checks a scope before it runs, so your API key must grant the listed scope (or a broader one).

Live parameter schemas for every tool are available from your client by calling the MCP tools/list method after you connect.

Mail (24)

ToolRequired scopeDescription
mail_list_messagesmail:readList messages in a folder, with optional unread filter.
mail_get_messagemail:readGet a single message by ID.
mail_update_messagemail:updateUpdate message flags (read, starred) and folder.
mail_delete_messagemail:deleteDelete a message.
mail_searchmail:readSearch messages by query.
mail_list_draftsmail:readList draft messages.
mail_get_draftmail:readGet a draft by ID.
mail_create_draftmail:writeCreate a new draft.
mail_update_draftmail:writeUpdate an existing draft.
mail_delete_draftmail:deleteDelete a draft.
mail_sendmail:sendSend a new email.
mail_replymail:sendReply to an existing message.
mail_list_foldersmail:readList mail folders.
mail_list_labelsmail:readList labels.
mail_create_labelmail:writeCreate a label.
mail_update_labelmail:updateRename or recolor a label.
mail_delete_labelmail:deleteDelete a label.
mail_label_messagesmail:updateApply or remove labels on messages.
mail_list_contactsmail:readList contacts.
mail_get_contactmail:readGet a contact by ID.
mail_create_contactmail:writeCreate a contact.
mail_update_contactmail:updateUpdate a contact.
mail_delete_contactmail:deleteDelete a contact.
mail_get_attachmentmail:readDownload an attachment from a message.

Storage (18)

ToolRequired scopeDescription
storage_list_filesstorage:readList files, optionally within a folder.
storage_get_filestorage:readGet file metadata by ID.
storage_download_filestorage:readDownload a file’s contents.
storage_upload_filestorage:writeUpload a new file.
storage_update_filestorage:writeRename, move, or star a file.
storage_delete_filestorage:deleteMove a file to trash.
storage_searchstorage:readSearch files by name or content.
storage_list_foldersstorage:readList folders.
storage_get_folderstorage:readGet a folder by ID.
storage_create_folderstorage:writeCreate a folder.
storage_update_folderstorage:writeRename or move a folder.
storage_delete_folderstorage:deleteDelete a folder.
storage_restore_filestorage:writeRestore a file from trash.
storage_get_usagestorage:readGet storage usage and quota.
storage_share_filestorage:writeShare a file with another user.
storage_create_share_linkstorage:writeCreate a public share link.
storage_list_templatesstorage:readList file templates.
storage_create_templatestorage:writeCreate a file template.

Documents (13)

ToolRequired scopeDescription
doc_get_contentdocs:readGet a document’s content.
doc_update_contentdocs:writeUpdate a document’s content.
doc_list_versionsdocs:readList version snapshots.
doc_create_snapshotdocs:writeCreate a version snapshot.
doc_list_commentsdocs:readList comments.
doc_add_commentdocs:writeAdd a comment.
doc_reply_commentdocs:writeReply to a comment.
doc_resolve_commentdocs:writeResolve a comment.
doc_delete_commentdocs:deleteDelete a comment.
doc_exportdocs:readExport a document to PDF or DOCX.
doc_ai_assistdocs:writeRun an AI operation (summarize, improve, expand, simplify).
doc_createdocs:writeCreate a new document.
doc_word_countdocs:readGet a document’s word count.

Spreadsheets (7)

ToolRequired scopeDescription
spreadsheet_get_contentspreadsheet:readGet spreadsheet data.
spreadsheet_update_contentspreadsheet:writeUpdate cell values.
spreadsheet_exportspreadsheet:readExport to XLSX.
spreadsheet_list_versionsspreadsheet:readList version snapshots.
spreadsheet_create_snapshotspreadsheet:writeCreate a version snapshot.
spreadsheet_list_commentsspreadsheet:readList comments.
spreadsheet_add_commentspreadsheet:writeAdd a comment.

Search (6)

ToolRequired scopeDescription
search_websearch:readAI-powered web search with synthesis.
search_get_settingssearch:readGet search settings.
search_update_settingssearch:writeUpdate search settings.
search_get_historysearch:readGet search history.
search_get_conversationsearch:readGet a search conversation.
search_get_trendssearch:readGet trending searches.

Calendar (5)

ToolRequired scopeDescription
calendar_list_eventscalendar:readList events within a date range.
calendar_get_eventcalendar:readGet an event by ID.
calendar_create_eventcalendar:writeCreate an event.
calendar_update_eventcalendar:writeUpdate an event.
calendar_delete_eventcalendar:deleteDelete an event.

Settings (7)

ToolRequired scopeDescription
settings_getsettings:readGet account settings.
settings_updatesettings:writeUpdate account settings.
storage_config_getsettings:readGet the storage backend configuration.
s3_config_updatesettings:writeConfigure an S3-compatible storage backend.
s3_config_testsettings:writeTest the S3 storage configuration.
s3_config_deletesettings:writeRemove the S3 storage configuration.
azure_config_updatesettings:writeConfigure an Azure Blob storage backend.

Terminal (7)

ToolRequired scopeDescription
list_terminal_sessionsterminal:readList terminal sessions.
get_terminal_sessionterminal:readGet a terminal session by ID.
create_terminal_sessionterminal:writeCreate a terminal session.
archive_terminal_sessionterminal:writeArchive a terminal session.
delete_terminal_sessionterminal:deleteDelete a terminal session.
get_pending_commandsterminal:readGet pending commands for a device.
get_command_statusterminal:readGet the status and result of a command.

Blog (7)

ToolRequired scopeDescription
blog_list_postsblog:readList blog posts.
blog_get_postblog:readGet a blog post.
blog_list_ideasblog:readList blog post ideas.
blog_generate_ideasblog:writeGenerate blog post ideas with AI.
blog_create_draftblog:writeDraft a full blog post with AI.
blog_publish_postblog:writePublish a blog post (human-approved).
blog_generate_social_variantsblog:writeGenerate platform-specific social variants.