Per-action tools for your AI agents
26 typed actions across 8 connected apps. Each one runs through CybrLink's MCP server as a single scoped API call — the agent never sees a credential.
Airtable
1 toolGithub
4 toolsGITHUB_GET_AUTHENTICATED_USERReadGet the GitHub user tied to the connected personal access token. Returns { login, id, name, company, html_url, public_repos }.
DeveloperGITHUB_LIST_REPOSReadList repositories the connected GitHub token can access. Returns { repos: [{ id, name, full_name, private, html_url, description }] }.
DeveloperGITHUB_LIST_ISSUESReadList issues in a GitHub repository accessible to the connected token. Returns { issues: [{ id, number, title, state, html_url, user, labels }] }.
DeveloperGITHUB_CREATE_ISSUEWriteCreate an issue in a GitHub repository using the connected token. Use only after explicit user approval. Returns { id, number, title, state, html_url }.
Developer
Google Workspace
10 toolsGOOGLE_WORKSPACE_GMAIL_PROFILEReadGet the connected Google Workspace Gmail profile. Returns { emailAddress, messagesTotal, threadsTotal, historyId }.
EmailGOOGLE_WORKSPACE_GMAIL_LIST_MESSAGESReadSearch or list Gmail messages from the connected Google Workspace account. Returns { messages, resultSizeEstimate, nextPageToken }.
EmailGOOGLE_WORKSPACE_GMAIL_GET_MESSAGEReadGet one Gmail message by ID. Defaults to metadata headers. Returns id, threadId, labels, snippet, date, and selected headers.
EmailGOOGLE_WORKSPACE_GMAIL_SEND_EMAILWriteSend a plain-text email from the connected Google Workspace Gmail account. Returns { id, threadId, labelIds }.
EmailGOOGLE_CALENDAR_LIST_EVENTSReadList upcoming events from the connected Google Workspace primary calendar. Returns { events: [{ id, summary, start, end, attendees }] }.
CalendarGOOGLE_CALENDAR_CREATE_EVENTWriteCreate a Google Calendar event on the connected Google Workspace account. Use only after explicit user approval. Returns { id, htmlLink, summary, start, end }.
CalendarGOOGLE_DRIVE_LIST_FILESReadList or search Google Drive files from the connected Google Workspace account. Returns { files, nextPageToken }.
FilesGOOGLE_DRIVE_GET_FILEReadGet Google Drive file metadata by file ID. Returns { id, name, mimeType, webViewLink, modifiedTime, owners, parents, size }.
FilesGOOGLE_SHEETS_GET_VALUESReadRead a cell range from a Google Sheet in the connected Google Workspace account. Returns { range, values }.
SpreadsheetsGOOGLE_SHEETS_UPDATE_VALUESWriteUpdate a cell range in a Google Sheet. Use only after explicit user approval. Returns { spreadsheetId, updatedRange, updatedRows, updatedColumns, updatedCells }.
Spreadsheets
Jobber
2 toolsOpenAI
1 toolRingCentral
4 toolsRINGCENTRAL_GET_EXTENSIONReadGet the connected RingCentral account extension identity. Returns { id, extensionNumber, name, type, status, contact }.
TelephonyRINGCENTRAL_LIST_MESSAGESReadList RingCentral message-store records for the connected extension. Returns { records, navigation }.
TelephonyRINGCENTRAL_LIST_CALL_LOGReadList RingCentral call-log records for the connected extension. Returns { records, navigation }.
TelephonyRINGCENTRAL_SEND_SMSWriteSend an SMS through the connected RingCentral extension. Use only after explicit user approval. Returns { id, uri, messageStatus, creationTime, from, to }.
Telephony
Slack
2 toolsStripe
2 toolsSTRIPE_LIST_CUSTOMERSReadList customers from the connected Stripe account. Returns { customers: [{ id, email, name, created }], has_more }.
PaymentsSTRIPE_LIST_CHARGESReadList charges from the connected Stripe account. Returns { charges: [{ id, amount, currency, status, paid, created }], has_more }.
Payments