[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-gong-automation":3,"mdc--b4trlr-key":55,"related-repo-composio-gong-automation":1301,"related-org-composio-gong-automation":1387},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":50,"sourceUrl":53,"mdContent":54},"gong-automation","Gong Automation","analyze Gong conversation intelligence","Automate Gong conversation intelligence -- retrieve call recordings, transcripts, detailed analytics, speaker stats, and workspace data -- using natural language through the Composio MCP integration.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},"composio","Composio","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcomposio.png","ComposioHQ",[14,16,19,22,25],{"name":10,"slug":9,"type":15},"tag",{"name":17,"slug":18,"type":15},"Transcription","transcription",{"name":20,"slug":21,"type":15},"CRM","crm",{"name":23,"slug":24,"type":15},"Sales","sales",{"name":26,"slug":27,"type":15},"Analytics","analytics",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-12T08:10:21.839973",null,7603,[34,35,36,37,38,39,40,9,41,42,43,44,45,46,47,48,49],"agent-skills","ai-agents","antigravity","automation","claude","claude-code","codex","cursor","developer-tools","gemini-cli","mcp","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":29,"stars":28,"forks":32,"topics":51,"description":52},[34,35,36,37,38,39,40,9,41,42,43,44,45,46,47,48,49],"A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows","https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills\u002Ftree\u002FHEAD\u002Fcomposio-skills\u002Fgong-automation","---\nname: Gong Automation\ndescription: \"Automate Gong conversation intelligence -- retrieve call recordings, transcripts, detailed analytics, speaker stats, and workspace data -- using natural language through the Composio MCP integration.\"\ncategory: conversation-intelligence\nrequires:\n  mcp:\n    - rube\n---\n\n# Gong Automation\n\nUnlock insights from your sales calls -- retrieve transcripts, analyze call data by date range, access detailed conversation analytics with topics and trackers, and manage workspaces -- all through natural language commands.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Fgong](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fgong)\n\n---\n\n## Setup\n\n1. Add the Composio MCP server to your client configuration:\n   ```\n   https:\u002F\u002Frube.app\u002Fmcp\n   ```\n2. Connect your Gong account when prompted (OAuth \u002F Bearer token authentication).\n3. Start issuing natural language commands to analyze your call data.\n\n---\n\n## Core Workflows\n\n### 1. Retrieve Call Transcripts by Date Range\nGet transcripts for all calls within a specified time period, with optional filtering by specific call IDs or workspace.\n\n**Tool:** `GONG_RETRIEVE_TRANSCRIPTS_OF_CALLS_V2_CALLS_TRANSCRIPT`\n\n**Example prompt:**\n> \"Get Gong transcripts for all calls from February 1-10, 2025\"\n\n**Key parameters:**\n- `filter__fromDateTime` -- ISO-8601 start date (e.g., `2025-02-01T00:00:00Z`)\n- `filter__toDateTime` -- ISO-8601 end date (e.g., `2025-02-10T23:59:59Z`)\n- `filter__callIds` -- Optional array of specific call IDs to filter\n- `filter__workspaceId` -- Optional workspace ID filter\n- `cursor` -- Pagination cursor from previous response\n\n**Required scope:** `api:calls:read:transcript`\n\n---\n\n### 2. Get Transcript for Specific Calls\nRetrieve transcripts with speaker information, timestamps, and topic categorization using a filter object.\n\n**Tool:** `GONG_GET_CALL_TRANSCRIPT`\n\n**Example prompt:**\n> \"Get the Gong transcript for call ID 555785916001072125\"\n\n**Key parameters (filter required):**\n- `filter.callIds` -- Array of specific call IDs (e.g., `[\"555785916001072125\"]`)\n- `filter.fromDateTime` -- ISO-8601 start date\n- `filter.toDateTime` -- ISO-8601 end date\n- `filter.workspaceId` -- Optional workspace filter\n- `cursor` -- Pagination cursor\n\n---\n\n### 3. List Calls by Date Range\nRetrieve basic call metadata (participants, duration, timing) for calls within a date range.\n\n**Tool:** `GONG_RETRIEVE_CALL_DATA_BY_DATE_RANGE_V2_CALLS`\n\n**Example prompt:**\n> \"List all Gong calls from last week\"\n\n**Key parameters (both required):**\n- `fromDateTime` -- ISO-8601 start date (e.g., `2025-02-03T00:00:00Z`)\n- `toDateTime` -- ISO-8601 end date (e.g., `2025-02-10T00:00:00Z`)\n- `workspaceId` -- Optional workspace filter\n- `cursor` -- Pagination cursor\n\n**Required scope:** `api:calls:read:basic`\n\n---\n\n### 4. Get Detailed Call Analytics\nRetrieve extensive call details including highlights, key points, topics, trackers, speaker stats, questions, and media URLs.\n\n**Tool:** `GONG_RETRIEVE_FILTERED_CALL_DETAILS`\n\n**Example prompt:**\n> \"Get detailed analytics for Gong calls this week including topics, key points, and speaker stats\"\n\n**Key parameters:**\n- `filter__fromDateTime` \u002F `filter__toDateTime` -- Date range filter\n- `filter__callIds` -- Specific call IDs\n- `filter__primaryUserIds` -- Filter by call host user IDs\n- Content selectors (all boolean):\n  - `contentSelector__exposedFields__content__keyPoints` -- Key points of the call\n  - `contentSelector__exposedFields__content__topics` -- Topic durations\n  - `contentSelector__exposedFields__content__highlights` -- Call highlights\n  - `contentSelector__exposedFields__content__outline` -- Call outline\n  - `contentSelector__exposedFields__content__brief` -- Spotlight call brief\n  - `contentSelector__exposedFields__content__callOutcome` -- Call outcome\n  - `contentSelector__exposedFields__content__trackers` -- Smart\u002Fkeyword trackers\n  - `contentSelector__exposedFields__content__trackerOccurrences` -- Tracker timing and speaker (requires trackers=true)\n  - `contentSelector__exposedFields__interaction__speakers` -- Time each participant spoke\n  - `contentSelector__exposedFields__interaction__questions` -- Question counts\n  - `contentSelector__exposedFields__interaction__personInteractionStats` -- Host statistics\n  - `contentSelector__exposedFields__media` -- Audio\u002Fvideo URLs (valid 8 hours)\n  - `contentSelector__exposedFields__parties` -- Party information\n  - `contentSelector__exposedFields__collaboration__publicComments` -- Public comments\n- `contentSelector__context` -- \"Basic\", \"Extended\", or \"None\" for CRM\u002Fexternal system links\n\n**Required scope:** `api:calls:read:extensive` (plus `api:calls:read:media-url` for media)\n\n---\n\n### 5. Get a Specific Call by ID\nRetrieve basic data for a single call using its unique Gong ID.\n\n**Tool:** `GONG_RETRIEVE_DATA_FOR_A_SPECIFIC_CALL_V2_CALLS_ID`\n\n**Example prompt:**\n> \"Get details for Gong call 1223781272986876929\"\n\n**Key parameters (required):**\n- `id` -- Gong's unique numeric identifier for the call (up to 20 digits)\n\n**Required scope:** `api:calls:read:basic`\n\n---\n\n### 6. List Company Workspaces\nRetrieve all workspaces in your Gong organization to get workspace IDs for filtering.\n\n**Tool:** `GONG_LIST_ALL_COMPANY_WORKSPACES_V2_WORKSPACES`\n\n**Example prompt:**\n> \"List all Gong workspaces in my company\"\n\n**Key parameters:** None required.\n\n**Required scope:** `api:workspaces:read`\n\n---\n\n## Known Pitfalls\n\n- **ISO-8601 date format is mandatory**: All date parameters must use ISO-8601 format with timezone: `2025-02-01T00:00:00Z` or `2025-02-01T02:30:00-07:00`. Plain dates will fail.\n- **Date range is exclusive on toDateTime**: The `toDateTime` parameter returns calls started UP TO BUT EXCLUDING the specified time. To include calls on a specific day, set `toDateTime` to the next day.\n- **Pagination is required for large result sets**: All list endpoints return paginated results. Use the `cursor` value from the previous response to fetch the next page. Continue until no cursor is returned.\n- **Scope requirements vary by endpoint**: Different endpoints require different API scopes. Transcript access needs `api:calls:read:transcript`, basic call data needs `api:calls:read:basic`, and detailed analytics need `api:calls:read:extensive`.\n- **Media URLs expire after 8 hours**: Audio and video URLs returned by the detailed call endpoint are temporary and expire after 8 hours.\n- **Tracker occurrence data availability**: Tracker occurrence data (timing and speaker ID) is only available for calls recorded since January 1, 2023. Contact Gong support for backfill.\n- **Web-conference vs. regular calls**: For web-conference calls recorded by Gong, the date represents the scheduled time. For other calls, it represents the actual start time.\n\n---\n\n## Quick Reference\n\n| Action | Tool Slug | Required Params |\n|---|---|---|\n| Get transcripts by date | `GONG_RETRIEVE_TRANSCRIPTS_OF_CALLS_V2_CALLS_TRANSCRIPT` | None (date range recommended) |\n| Get call transcript | `GONG_GET_CALL_TRANSCRIPT` | `filter` object |\n| List calls by date | `GONG_RETRIEVE_CALL_DATA_BY_DATE_RANGE_V2_CALLS` | `fromDateTime`, `toDateTime` |\n| Get detailed call analytics | `GONG_RETRIEVE_FILTERED_CALL_DETAILS` | None (date range or call IDs recommended) |\n| Get specific call | `GONG_RETRIEVE_DATA_FOR_A_SPECIFIC_CALL_V2_CALLS_ID` | `id` |\n| List workspaces | `GONG_LIST_ALL_COMPANY_WORKSPACES_V2_WORKSPACES` | None |\n\n---\n\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":56,"body":60},{"name":5,"description":7,"category":57,"requires":58},"conversation-intelligence",{"mcp":59},[46],{"type":61,"children":62},"root",[63,70,76,96,100,107,140,143,149,156,161,176,184,193,201,274,289,292,298,303,317,324,332,340,404,407,413,418,432,439,447,455,511,525,528,534,539,553,560,568,575,789,813,816,822,827,841,848,856,864,878,891,894,900,905,919,926,934,943,957,960,966,1096,1099,1105,1283,1286],{"type":64,"tag":65,"props":66,"children":67},"element","h1",{"id":4},[68],{"type":69,"value":5},"text",{"type":64,"tag":71,"props":72,"children":73},"p",{},[74],{"type":69,"value":75},"Unlock insights from your sales calls -- retrieve transcripts, analyze call data by date range, access detailed conversation analytics with topics and trackers, and manage workspaces -- all through natural language commands.",{"type":64,"tag":71,"props":77,"children":78},{},[79,85,87],{"type":64,"tag":80,"props":81,"children":82},"strong",{},[83],{"type":69,"value":84},"Toolkit docs:",{"type":69,"value":86}," ",{"type":64,"tag":88,"props":89,"children":93},"a",{"href":90,"rel":91},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fgong",[92],"nofollow",[94],{"type":69,"value":95},"composio.dev\u002Ftoolkits\u002Fgong",{"type":64,"tag":97,"props":98,"children":99},"hr",{},[],{"type":64,"tag":101,"props":102,"children":104},"h2",{"id":103},"setup",[105],{"type":69,"value":106},"Setup",{"type":64,"tag":108,"props":109,"children":110},"ol",{},[111,130,135],{"type":64,"tag":112,"props":113,"children":114},"li",{},[115,117],{"type":69,"value":116},"Add the Composio MCP server to your client configuration:\n",{"type":64,"tag":118,"props":119,"children":123},"pre",{"className":120,"code":122,"language":69},[121],"language-text","https:\u002F\u002Frube.app\u002Fmcp\n",[124],{"type":64,"tag":125,"props":126,"children":128},"code",{"__ignoreMap":127},"",[129],{"type":69,"value":122},{"type":64,"tag":112,"props":131,"children":132},{},[133],{"type":69,"value":134},"Connect your Gong account when prompted (OAuth \u002F Bearer token authentication).",{"type":64,"tag":112,"props":136,"children":137},{},[138],{"type":69,"value":139},"Start issuing natural language commands to analyze your call data.",{"type":64,"tag":97,"props":141,"children":142},{},[],{"type":64,"tag":101,"props":144,"children":146},{"id":145},"core-workflows",[147],{"type":69,"value":148},"Core Workflows",{"type":64,"tag":150,"props":151,"children":153},"h3",{"id":152},"_1-retrieve-call-transcripts-by-date-range",[154],{"type":69,"value":155},"1. Retrieve Call Transcripts by Date Range",{"type":64,"tag":71,"props":157,"children":158},{},[159],{"type":69,"value":160},"Get transcripts for all calls within a specified time period, with optional filtering by specific call IDs or workspace.",{"type":64,"tag":71,"props":162,"children":163},{},[164,169,170],{"type":64,"tag":80,"props":165,"children":166},{},[167],{"type":69,"value":168},"Tool:",{"type":69,"value":86},{"type":64,"tag":125,"props":171,"children":173},{"className":172},[],[174],{"type":69,"value":175},"GONG_RETRIEVE_TRANSCRIPTS_OF_CALLS_V2_CALLS_TRANSCRIPT",{"type":64,"tag":71,"props":177,"children":178},{},[179],{"type":64,"tag":80,"props":180,"children":181},{},[182],{"type":69,"value":183},"Example prompt:",{"type":64,"tag":185,"props":186,"children":187},"blockquote",{},[188],{"type":64,"tag":71,"props":189,"children":190},{},[191],{"type":69,"value":192},"\"Get Gong transcripts for all calls from February 1-10, 2025\"",{"type":64,"tag":71,"props":194,"children":195},{},[196],{"type":64,"tag":80,"props":197,"children":198},{},[199],{"type":69,"value":200},"Key parameters:",{"type":64,"tag":202,"props":203,"children":204},"ul",{},[205,224,242,253,264],{"type":64,"tag":112,"props":206,"children":207},{},[208,214,216,222],{"type":64,"tag":125,"props":209,"children":211},{"className":210},[],[212],{"type":69,"value":213},"filter__fromDateTime",{"type":69,"value":215}," -- ISO-8601 start date (e.g., ",{"type":64,"tag":125,"props":217,"children":219},{"className":218},[],[220],{"type":69,"value":221},"2025-02-01T00:00:00Z",{"type":69,"value":223},")",{"type":64,"tag":112,"props":225,"children":226},{},[227,233,235,241],{"type":64,"tag":125,"props":228,"children":230},{"className":229},[],[231],{"type":69,"value":232},"filter__toDateTime",{"type":69,"value":234}," -- ISO-8601 end date (e.g., ",{"type":64,"tag":125,"props":236,"children":238},{"className":237},[],[239],{"type":69,"value":240},"2025-02-10T23:59:59Z",{"type":69,"value":223},{"type":64,"tag":112,"props":243,"children":244},{},[245,251],{"type":64,"tag":125,"props":246,"children":248},{"className":247},[],[249],{"type":69,"value":250},"filter__callIds",{"type":69,"value":252}," -- Optional array of specific call IDs to filter",{"type":64,"tag":112,"props":254,"children":255},{},[256,262],{"type":64,"tag":125,"props":257,"children":259},{"className":258},[],[260],{"type":69,"value":261},"filter__workspaceId",{"type":69,"value":263}," -- Optional workspace ID filter",{"type":64,"tag":112,"props":265,"children":266},{},[267,272],{"type":64,"tag":125,"props":268,"children":270},{"className":269},[],[271],{"type":69,"value":41},{"type":69,"value":273}," -- Pagination cursor from previous response",{"type":64,"tag":71,"props":275,"children":276},{},[277,282,283],{"type":64,"tag":80,"props":278,"children":279},{},[280],{"type":69,"value":281},"Required scope:",{"type":69,"value":86},{"type":64,"tag":125,"props":284,"children":286},{"className":285},[],[287],{"type":69,"value":288},"api:calls:read:transcript",{"type":64,"tag":97,"props":290,"children":291},{},[],{"type":64,"tag":150,"props":293,"children":295},{"id":294},"_2-get-transcript-for-specific-calls",[296],{"type":69,"value":297},"2. Get Transcript for Specific Calls",{"type":64,"tag":71,"props":299,"children":300},{},[301],{"type":69,"value":302},"Retrieve transcripts with speaker information, timestamps, and topic categorization using a filter object.",{"type":64,"tag":71,"props":304,"children":305},{},[306,310,311],{"type":64,"tag":80,"props":307,"children":308},{},[309],{"type":69,"value":168},{"type":69,"value":86},{"type":64,"tag":125,"props":312,"children":314},{"className":313},[],[315],{"type":69,"value":316},"GONG_GET_CALL_TRANSCRIPT",{"type":64,"tag":71,"props":318,"children":319},{},[320],{"type":64,"tag":80,"props":321,"children":322},{},[323],{"type":69,"value":183},{"type":64,"tag":185,"props":325,"children":326},{},[327],{"type":64,"tag":71,"props":328,"children":329},{},[330],{"type":69,"value":331},"\"Get the Gong transcript for call ID 555785916001072125\"",{"type":64,"tag":71,"props":333,"children":334},{},[335],{"type":64,"tag":80,"props":336,"children":337},{},[338],{"type":69,"value":339},"Key parameters (filter required):",{"type":64,"tag":202,"props":341,"children":342},{},[343,361,372,383,394],{"type":64,"tag":112,"props":344,"children":345},{},[346,352,354,360],{"type":64,"tag":125,"props":347,"children":349},{"className":348},[],[350],{"type":69,"value":351},"filter.callIds",{"type":69,"value":353}," -- Array of specific call IDs (e.g., ",{"type":64,"tag":125,"props":355,"children":357},{"className":356},[],[358],{"type":69,"value":359},"[\"555785916001072125\"]",{"type":69,"value":223},{"type":64,"tag":112,"props":362,"children":363},{},[364,370],{"type":64,"tag":125,"props":365,"children":367},{"className":366},[],[368],{"type":69,"value":369},"filter.fromDateTime",{"type":69,"value":371}," -- ISO-8601 start date",{"type":64,"tag":112,"props":373,"children":374},{},[375,381],{"type":64,"tag":125,"props":376,"children":378},{"className":377},[],[379],{"type":69,"value":380},"filter.toDateTime",{"type":69,"value":382}," -- ISO-8601 end date",{"type":64,"tag":112,"props":384,"children":385},{},[386,392],{"type":64,"tag":125,"props":387,"children":389},{"className":388},[],[390],{"type":69,"value":391},"filter.workspaceId",{"type":69,"value":393}," -- Optional workspace filter",{"type":64,"tag":112,"props":395,"children":396},{},[397,402],{"type":64,"tag":125,"props":398,"children":400},{"className":399},[],[401],{"type":69,"value":41},{"type":69,"value":403}," -- Pagination cursor",{"type":64,"tag":97,"props":405,"children":406},{},[],{"type":64,"tag":150,"props":408,"children":410},{"id":409},"_3-list-calls-by-date-range",[411],{"type":69,"value":412},"3. List Calls by Date Range",{"type":64,"tag":71,"props":414,"children":415},{},[416],{"type":69,"value":417},"Retrieve basic call metadata (participants, duration, timing) for calls within a date range.",{"type":64,"tag":71,"props":419,"children":420},{},[421,425,426],{"type":64,"tag":80,"props":422,"children":423},{},[424],{"type":69,"value":168},{"type":69,"value":86},{"type":64,"tag":125,"props":427,"children":429},{"className":428},[],[430],{"type":69,"value":431},"GONG_RETRIEVE_CALL_DATA_BY_DATE_RANGE_V2_CALLS",{"type":64,"tag":71,"props":433,"children":434},{},[435],{"type":64,"tag":80,"props":436,"children":437},{},[438],{"type":69,"value":183},{"type":64,"tag":185,"props":440,"children":441},{},[442],{"type":64,"tag":71,"props":443,"children":444},{},[445],{"type":69,"value":446},"\"List all Gong calls from last week\"",{"type":64,"tag":71,"props":448,"children":449},{},[450],{"type":64,"tag":80,"props":451,"children":452},{},[453],{"type":69,"value":454},"Key parameters (both required):",{"type":64,"tag":202,"props":456,"children":457},{},[458,475,492,502],{"type":64,"tag":112,"props":459,"children":460},{},[461,467,468,474],{"type":64,"tag":125,"props":462,"children":464},{"className":463},[],[465],{"type":69,"value":466},"fromDateTime",{"type":69,"value":215},{"type":64,"tag":125,"props":469,"children":471},{"className":470},[],[472],{"type":69,"value":473},"2025-02-03T00:00:00Z",{"type":69,"value":223},{"type":64,"tag":112,"props":476,"children":477},{},[478,484,485,491],{"type":64,"tag":125,"props":479,"children":481},{"className":480},[],[482],{"type":69,"value":483},"toDateTime",{"type":69,"value":234},{"type":64,"tag":125,"props":486,"children":488},{"className":487},[],[489],{"type":69,"value":490},"2025-02-10T00:00:00Z",{"type":69,"value":223},{"type":64,"tag":112,"props":493,"children":494},{},[495,501],{"type":64,"tag":125,"props":496,"children":498},{"className":497},[],[499],{"type":69,"value":500},"workspaceId",{"type":69,"value":393},{"type":64,"tag":112,"props":503,"children":504},{},[505,510],{"type":64,"tag":125,"props":506,"children":508},{"className":507},[],[509],{"type":69,"value":41},{"type":69,"value":403},{"type":64,"tag":71,"props":512,"children":513},{},[514,518,519],{"type":64,"tag":80,"props":515,"children":516},{},[517],{"type":69,"value":281},{"type":69,"value":86},{"type":64,"tag":125,"props":520,"children":522},{"className":521},[],[523],{"type":69,"value":524},"api:calls:read:basic",{"type":64,"tag":97,"props":526,"children":527},{},[],{"type":64,"tag":150,"props":529,"children":531},{"id":530},"_4-get-detailed-call-analytics",[532],{"type":69,"value":533},"4. Get Detailed Call Analytics",{"type":64,"tag":71,"props":535,"children":536},{},[537],{"type":69,"value":538},"Retrieve extensive call details including highlights, key points, topics, trackers, speaker stats, questions, and media URLs.",{"type":64,"tag":71,"props":540,"children":541},{},[542,546,547],{"type":64,"tag":80,"props":543,"children":544},{},[545],{"type":69,"value":168},{"type":69,"value":86},{"type":64,"tag":125,"props":548,"children":550},{"className":549},[],[551],{"type":69,"value":552},"GONG_RETRIEVE_FILTERED_CALL_DETAILS",{"type":64,"tag":71,"props":554,"children":555},{},[556],{"type":64,"tag":80,"props":557,"children":558},{},[559],{"type":69,"value":183},{"type":64,"tag":185,"props":561,"children":562},{},[563],{"type":64,"tag":71,"props":564,"children":565},{},[566],{"type":69,"value":567},"\"Get detailed analytics for Gong calls this week including topics, key points, and speaker stats\"",{"type":64,"tag":71,"props":569,"children":570},{},[571],{"type":64,"tag":80,"props":572,"children":573},{},[574],{"type":69,"value":200},{"type":64,"tag":202,"props":576,"children":577},{},[578,595,605,616,778],{"type":64,"tag":112,"props":579,"children":580},{},[581,586,588,593],{"type":64,"tag":125,"props":582,"children":584},{"className":583},[],[585],{"type":69,"value":213},{"type":69,"value":587}," \u002F ",{"type":64,"tag":125,"props":589,"children":591},{"className":590},[],[592],{"type":69,"value":232},{"type":69,"value":594}," -- Date range filter",{"type":64,"tag":112,"props":596,"children":597},{},[598,603],{"type":64,"tag":125,"props":599,"children":601},{"className":600},[],[602],{"type":69,"value":250},{"type":69,"value":604}," -- Specific call IDs",{"type":64,"tag":112,"props":606,"children":607},{},[608,614],{"type":64,"tag":125,"props":609,"children":611},{"className":610},[],[612],{"type":69,"value":613},"filter__primaryUserIds",{"type":69,"value":615}," -- Filter by call host user IDs",{"type":64,"tag":112,"props":617,"children":618},{},[619,621],{"type":69,"value":620},"Content selectors (all boolean):\n",{"type":64,"tag":202,"props":622,"children":623},{},[624,635,646,657,668,679,690,701,712,723,734,745,756,767],{"type":64,"tag":112,"props":625,"children":626},{},[627,633],{"type":64,"tag":125,"props":628,"children":630},{"className":629},[],[631],{"type":69,"value":632},"contentSelector__exposedFields__content__keyPoints",{"type":69,"value":634}," -- Key points of the call",{"type":64,"tag":112,"props":636,"children":637},{},[638,644],{"type":64,"tag":125,"props":639,"children":641},{"className":640},[],[642],{"type":69,"value":643},"contentSelector__exposedFields__content__topics",{"type":69,"value":645}," -- Topic durations",{"type":64,"tag":112,"props":647,"children":648},{},[649,655],{"type":64,"tag":125,"props":650,"children":652},{"className":651},[],[653],{"type":69,"value":654},"contentSelector__exposedFields__content__highlights",{"type":69,"value":656}," -- Call highlights",{"type":64,"tag":112,"props":658,"children":659},{},[660,666],{"type":64,"tag":125,"props":661,"children":663},{"className":662},[],[664],{"type":69,"value":665},"contentSelector__exposedFields__content__outline",{"type":69,"value":667}," -- Call outline",{"type":64,"tag":112,"props":669,"children":670},{},[671,677],{"type":64,"tag":125,"props":672,"children":674},{"className":673},[],[675],{"type":69,"value":676},"contentSelector__exposedFields__content__brief",{"type":69,"value":678}," -- Spotlight call brief",{"type":64,"tag":112,"props":680,"children":681},{},[682,688],{"type":64,"tag":125,"props":683,"children":685},{"className":684},[],[686],{"type":69,"value":687},"contentSelector__exposedFields__content__callOutcome",{"type":69,"value":689}," -- Call outcome",{"type":64,"tag":112,"props":691,"children":692},{},[693,699],{"type":64,"tag":125,"props":694,"children":696},{"className":695},[],[697],{"type":69,"value":698},"contentSelector__exposedFields__content__trackers",{"type":69,"value":700}," -- Smart\u002Fkeyword trackers",{"type":64,"tag":112,"props":702,"children":703},{},[704,710],{"type":64,"tag":125,"props":705,"children":707},{"className":706},[],[708],{"type":69,"value":709},"contentSelector__exposedFields__content__trackerOccurrences",{"type":69,"value":711}," -- Tracker timing and speaker (requires trackers=true)",{"type":64,"tag":112,"props":713,"children":714},{},[715,721],{"type":64,"tag":125,"props":716,"children":718},{"className":717},[],[719],{"type":69,"value":720},"contentSelector__exposedFields__interaction__speakers",{"type":69,"value":722}," -- Time each participant spoke",{"type":64,"tag":112,"props":724,"children":725},{},[726,732],{"type":64,"tag":125,"props":727,"children":729},{"className":728},[],[730],{"type":69,"value":731},"contentSelector__exposedFields__interaction__questions",{"type":69,"value":733}," -- Question counts",{"type":64,"tag":112,"props":735,"children":736},{},[737,743],{"type":64,"tag":125,"props":738,"children":740},{"className":739},[],[741],{"type":69,"value":742},"contentSelector__exposedFields__interaction__personInteractionStats",{"type":69,"value":744}," -- Host statistics",{"type":64,"tag":112,"props":746,"children":747},{},[748,754],{"type":64,"tag":125,"props":749,"children":751},{"className":750},[],[752],{"type":69,"value":753},"contentSelector__exposedFields__media",{"type":69,"value":755}," -- Audio\u002Fvideo URLs (valid 8 hours)",{"type":64,"tag":112,"props":757,"children":758},{},[759,765],{"type":64,"tag":125,"props":760,"children":762},{"className":761},[],[763],{"type":69,"value":764},"contentSelector__exposedFields__parties",{"type":69,"value":766}," -- Party information",{"type":64,"tag":112,"props":768,"children":769},{},[770,776],{"type":64,"tag":125,"props":771,"children":773},{"className":772},[],[774],{"type":69,"value":775},"contentSelector__exposedFields__collaboration__publicComments",{"type":69,"value":777}," -- Public comments",{"type":64,"tag":112,"props":779,"children":780},{},[781,787],{"type":64,"tag":125,"props":782,"children":784},{"className":783},[],[785],{"type":69,"value":786},"contentSelector__context",{"type":69,"value":788}," -- \"Basic\", \"Extended\", or \"None\" for CRM\u002Fexternal system links",{"type":64,"tag":71,"props":790,"children":791},{},[792,796,797,803,805,811],{"type":64,"tag":80,"props":793,"children":794},{},[795],{"type":69,"value":281},{"type":69,"value":86},{"type":64,"tag":125,"props":798,"children":800},{"className":799},[],[801],{"type":69,"value":802},"api:calls:read:extensive",{"type":69,"value":804}," (plus ",{"type":64,"tag":125,"props":806,"children":808},{"className":807},[],[809],{"type":69,"value":810},"api:calls:read:media-url",{"type":69,"value":812}," for media)",{"type":64,"tag":97,"props":814,"children":815},{},[],{"type":64,"tag":150,"props":817,"children":819},{"id":818},"_5-get-a-specific-call-by-id",[820],{"type":69,"value":821},"5. Get a Specific Call by ID",{"type":64,"tag":71,"props":823,"children":824},{},[825],{"type":69,"value":826},"Retrieve basic data for a single call using its unique Gong ID.",{"type":64,"tag":71,"props":828,"children":829},{},[830,834,835],{"type":64,"tag":80,"props":831,"children":832},{},[833],{"type":69,"value":168},{"type":69,"value":86},{"type":64,"tag":125,"props":836,"children":838},{"className":837},[],[839],{"type":69,"value":840},"GONG_RETRIEVE_DATA_FOR_A_SPECIFIC_CALL_V2_CALLS_ID",{"type":64,"tag":71,"props":842,"children":843},{},[844],{"type":64,"tag":80,"props":845,"children":846},{},[847],{"type":69,"value":183},{"type":64,"tag":185,"props":849,"children":850},{},[851],{"type":64,"tag":71,"props":852,"children":853},{},[854],{"type":69,"value":855},"\"Get details for Gong call 1223781272986876929\"",{"type":64,"tag":71,"props":857,"children":858},{},[859],{"type":64,"tag":80,"props":860,"children":861},{},[862],{"type":69,"value":863},"Key parameters (required):",{"type":64,"tag":202,"props":865,"children":866},{},[867],{"type":64,"tag":112,"props":868,"children":869},{},[870,876],{"type":64,"tag":125,"props":871,"children":873},{"className":872},[],[874],{"type":69,"value":875},"id",{"type":69,"value":877}," -- Gong's unique numeric identifier for the call (up to 20 digits)",{"type":64,"tag":71,"props":879,"children":880},{},[881,885,886],{"type":64,"tag":80,"props":882,"children":883},{},[884],{"type":69,"value":281},{"type":69,"value":86},{"type":64,"tag":125,"props":887,"children":889},{"className":888},[],[890],{"type":69,"value":524},{"type":64,"tag":97,"props":892,"children":893},{},[],{"type":64,"tag":150,"props":895,"children":897},{"id":896},"_6-list-company-workspaces",[898],{"type":69,"value":899},"6. List Company Workspaces",{"type":64,"tag":71,"props":901,"children":902},{},[903],{"type":69,"value":904},"Retrieve all workspaces in your Gong organization to get workspace IDs for filtering.",{"type":64,"tag":71,"props":906,"children":907},{},[908,912,913],{"type":64,"tag":80,"props":909,"children":910},{},[911],{"type":69,"value":168},{"type":69,"value":86},{"type":64,"tag":125,"props":914,"children":916},{"className":915},[],[917],{"type":69,"value":918},"GONG_LIST_ALL_COMPANY_WORKSPACES_V2_WORKSPACES",{"type":64,"tag":71,"props":920,"children":921},{},[922],{"type":64,"tag":80,"props":923,"children":924},{},[925],{"type":69,"value":183},{"type":64,"tag":185,"props":927,"children":928},{},[929],{"type":64,"tag":71,"props":930,"children":931},{},[932],{"type":69,"value":933},"\"List all Gong workspaces in my company\"",{"type":64,"tag":71,"props":935,"children":936},{},[937,941],{"type":64,"tag":80,"props":938,"children":939},{},[940],{"type":69,"value":200},{"type":69,"value":942}," None required.",{"type":64,"tag":71,"props":944,"children":945},{},[946,950,951],{"type":64,"tag":80,"props":947,"children":948},{},[949],{"type":69,"value":281},{"type":69,"value":86},{"type":64,"tag":125,"props":952,"children":954},{"className":953},[],[955],{"type":69,"value":956},"api:workspaces:read",{"type":64,"tag":97,"props":958,"children":959},{},[],{"type":64,"tag":101,"props":961,"children":963},{"id":962},"known-pitfalls",[964],{"type":69,"value":965},"Known Pitfalls",{"type":64,"tag":202,"props":967,"children":968},{},[969,994,1018,1035,1066,1076,1086],{"type":64,"tag":112,"props":970,"children":971},{},[972,977,979,984,986,992],{"type":64,"tag":80,"props":973,"children":974},{},[975],{"type":69,"value":976},"ISO-8601 date format is mandatory",{"type":69,"value":978},": All date parameters must use ISO-8601 format with timezone: ",{"type":64,"tag":125,"props":980,"children":982},{"className":981},[],[983],{"type":69,"value":221},{"type":69,"value":985}," or ",{"type":64,"tag":125,"props":987,"children":989},{"className":988},[],[990],{"type":69,"value":991},"2025-02-01T02:30:00-07:00",{"type":69,"value":993},". Plain dates will fail.",{"type":64,"tag":112,"props":995,"children":996},{},[997,1002,1004,1009,1011,1016],{"type":64,"tag":80,"props":998,"children":999},{},[1000],{"type":69,"value":1001},"Date range is exclusive on toDateTime",{"type":69,"value":1003},": The ",{"type":64,"tag":125,"props":1005,"children":1007},{"className":1006},[],[1008],{"type":69,"value":483},{"type":69,"value":1010}," parameter returns calls started UP TO BUT EXCLUDING the specified time. To include calls on a specific day, set ",{"type":64,"tag":125,"props":1012,"children":1014},{"className":1013},[],[1015],{"type":69,"value":483},{"type":69,"value":1017}," to the next day.",{"type":64,"tag":112,"props":1019,"children":1020},{},[1021,1026,1028,1033],{"type":64,"tag":80,"props":1022,"children":1023},{},[1024],{"type":69,"value":1025},"Pagination is required for large result sets",{"type":69,"value":1027},": All list endpoints return paginated results. Use the ",{"type":64,"tag":125,"props":1029,"children":1031},{"className":1030},[],[1032],{"type":69,"value":41},{"type":69,"value":1034}," value from the previous response to fetch the next page. Continue until no cursor is returned.",{"type":64,"tag":112,"props":1036,"children":1037},{},[1038,1043,1045,1050,1052,1057,1059,1064],{"type":64,"tag":80,"props":1039,"children":1040},{},[1041],{"type":69,"value":1042},"Scope requirements vary by endpoint",{"type":69,"value":1044},": Different endpoints require different API scopes. Transcript access needs ",{"type":64,"tag":125,"props":1046,"children":1048},{"className":1047},[],[1049],{"type":69,"value":288},{"type":69,"value":1051},", basic call data needs ",{"type":64,"tag":125,"props":1053,"children":1055},{"className":1054},[],[1056],{"type":69,"value":524},{"type":69,"value":1058},", and detailed analytics need ",{"type":64,"tag":125,"props":1060,"children":1062},{"className":1061},[],[1063],{"type":69,"value":802},{"type":69,"value":1065},".",{"type":64,"tag":112,"props":1067,"children":1068},{},[1069,1074],{"type":64,"tag":80,"props":1070,"children":1071},{},[1072],{"type":69,"value":1073},"Media URLs expire after 8 hours",{"type":69,"value":1075},": Audio and video URLs returned by the detailed call endpoint are temporary and expire after 8 hours.",{"type":64,"tag":112,"props":1077,"children":1078},{},[1079,1084],{"type":64,"tag":80,"props":1080,"children":1081},{},[1082],{"type":69,"value":1083},"Tracker occurrence data availability",{"type":69,"value":1085},": Tracker occurrence data (timing and speaker ID) is only available for calls recorded since January 1, 2023. Contact Gong support for backfill.",{"type":64,"tag":112,"props":1087,"children":1088},{},[1089,1094],{"type":64,"tag":80,"props":1090,"children":1091},{},[1092],{"type":69,"value":1093},"Web-conference vs. regular calls",{"type":69,"value":1095},": For web-conference calls recorded by Gong, the date represents the scheduled time. For other calls, it represents the actual start time.",{"type":64,"tag":97,"props":1097,"children":1098},{},[],{"type":64,"tag":101,"props":1100,"children":1102},{"id":1101},"quick-reference",[1103],{"type":69,"value":1104},"Quick Reference",{"type":64,"tag":1106,"props":1107,"children":1108},"table",{},[1109,1133],{"type":64,"tag":1110,"props":1111,"children":1112},"thead",{},[1113],{"type":64,"tag":1114,"props":1115,"children":1116},"tr",{},[1117,1123,1128],{"type":64,"tag":1118,"props":1119,"children":1120},"th",{},[1121],{"type":69,"value":1122},"Action",{"type":64,"tag":1118,"props":1124,"children":1125},{},[1126],{"type":69,"value":1127},"Tool Slug",{"type":64,"tag":1118,"props":1129,"children":1130},{},[1131],{"type":69,"value":1132},"Required Params",{"type":64,"tag":1134,"props":1135,"children":1136},"tbody",{},[1137,1159,1186,1217,1238,1262],{"type":64,"tag":1114,"props":1138,"children":1139},{},[1140,1146,1154],{"type":64,"tag":1141,"props":1142,"children":1143},"td",{},[1144],{"type":69,"value":1145},"Get transcripts by date",{"type":64,"tag":1141,"props":1147,"children":1148},{},[1149],{"type":64,"tag":125,"props":1150,"children":1152},{"className":1151},[],[1153],{"type":69,"value":175},{"type":64,"tag":1141,"props":1155,"children":1156},{},[1157],{"type":69,"value":1158},"None (date range recommended)",{"type":64,"tag":1114,"props":1160,"children":1161},{},[1162,1167,1175],{"type":64,"tag":1141,"props":1163,"children":1164},{},[1165],{"type":69,"value":1166},"Get call transcript",{"type":64,"tag":1141,"props":1168,"children":1169},{},[1170],{"type":64,"tag":125,"props":1171,"children":1173},{"className":1172},[],[1174],{"type":69,"value":316},{"type":64,"tag":1141,"props":1176,"children":1177},{},[1178,1184],{"type":64,"tag":125,"props":1179,"children":1181},{"className":1180},[],[1182],{"type":69,"value":1183},"filter",{"type":69,"value":1185}," object",{"type":64,"tag":1114,"props":1187,"children":1188},{},[1189,1194,1202],{"type":64,"tag":1141,"props":1190,"children":1191},{},[1192],{"type":69,"value":1193},"List calls by date",{"type":64,"tag":1141,"props":1195,"children":1196},{},[1197],{"type":64,"tag":125,"props":1198,"children":1200},{"className":1199},[],[1201],{"type":69,"value":431},{"type":64,"tag":1141,"props":1203,"children":1204},{},[1205,1210,1212],{"type":64,"tag":125,"props":1206,"children":1208},{"className":1207},[],[1209],{"type":69,"value":466},{"type":69,"value":1211},", ",{"type":64,"tag":125,"props":1213,"children":1215},{"className":1214},[],[1216],{"type":69,"value":483},{"type":64,"tag":1114,"props":1218,"children":1219},{},[1220,1225,1233],{"type":64,"tag":1141,"props":1221,"children":1222},{},[1223],{"type":69,"value":1224},"Get detailed call analytics",{"type":64,"tag":1141,"props":1226,"children":1227},{},[1228],{"type":64,"tag":125,"props":1229,"children":1231},{"className":1230},[],[1232],{"type":69,"value":552},{"type":64,"tag":1141,"props":1234,"children":1235},{},[1236],{"type":69,"value":1237},"None (date range or call IDs recommended)",{"type":64,"tag":1114,"props":1239,"children":1240},{},[1241,1246,1254],{"type":64,"tag":1141,"props":1242,"children":1243},{},[1244],{"type":69,"value":1245},"Get specific call",{"type":64,"tag":1141,"props":1247,"children":1248},{},[1249],{"type":64,"tag":125,"props":1250,"children":1252},{"className":1251},[],[1253],{"type":69,"value":840},{"type":64,"tag":1141,"props":1255,"children":1256},{},[1257],{"type":64,"tag":125,"props":1258,"children":1260},{"className":1259},[],[1261],{"type":69,"value":875},{"type":64,"tag":1114,"props":1263,"children":1264},{},[1265,1270,1278],{"type":64,"tag":1141,"props":1266,"children":1267},{},[1268],{"type":69,"value":1269},"List workspaces",{"type":64,"tag":1141,"props":1271,"children":1272},{},[1273],{"type":64,"tag":125,"props":1274,"children":1276},{"className":1275},[],[1277],{"type":69,"value":918},{"type":64,"tag":1141,"props":1279,"children":1280},{},[1281],{"type":69,"value":1282},"None",{"type":64,"tag":97,"props":1284,"children":1285},{},[],{"type":64,"tag":71,"props":1287,"children":1288},{},[1289],{"type":64,"tag":1290,"props":1291,"children":1292},"em",{},[1293,1295],{"type":69,"value":1294},"Powered by ",{"type":64,"tag":88,"props":1296,"children":1299},{"href":1297,"rel":1298},"https:\u002F\u002Fcomposio.dev",[92],[1300],{"type":69,"value":10},{"items":1302,"total":1386},[1303,1319,1335,1344,1354,1366,1375],{"slug":1304,"name":1305,"fn":1306,"description":1307,"org":1308,"tags":1309,"stars":28,"repoUrl":29,"updatedAt":1318},"21risk-automation","-21risk-automation","automate 21risk compliance and safety tasks","Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1310,1312,1313,1315],{"name":1311,"slug":37,"type":15},"Automation",{"name":10,"slug":9,"type":15},{"name":1314,"slug":44,"type":15},"MCP",{"name":1316,"slug":1317,"type":15},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":1320,"name":1321,"fn":1322,"description":1323,"org":1324,"tags":1325,"stars":28,"repoUrl":29,"updatedAt":1334},"2chat-automation","-2chat-automation","automate 2chat messaging tasks","Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1326,1327,1330,1331],{"name":1311,"slug":37,"type":15},{"name":1328,"slug":1329,"type":15},"Communications","communications",{"name":1314,"slug":44,"type":15},{"name":1332,"slug":1333,"type":15},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":1336,"name":1336,"fn":1337,"description":1338,"org":1339,"tags":1340,"stars":28,"repoUrl":29,"updatedAt":1343},"ably-automation","automate Ably tasks with Composio","Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1341,1342],{"name":1311,"slug":37,"type":15},{"name":1314,"slug":44,"type":15},"2026-07-12T08:09:55.453088",{"slug":1345,"name":1345,"fn":1346,"description":1347,"org":1348,"tags":1349,"stars":28,"repoUrl":29,"updatedAt":1353},"abstract-automation","automate Abstract tasks via Composio","Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1350,1351,1352],{"name":1311,"slug":37,"type":15},{"name":10,"slug":9,"type":15},{"name":1314,"slug":44,"type":15},"2026-07-15T05:45:16.470309",{"slug":1355,"name":1355,"fn":1356,"description":1357,"org":1358,"tags":1359,"stars":28,"repoUrl":29,"updatedAt":1365},"abuselpdb-automation","automate Abuselpdb tasks via Composio","Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1360,1361,1362],{"name":1311,"slug":37,"type":15},{"name":1314,"slug":44,"type":15},{"name":1363,"slug":1364,"type":15},"Security","security","2026-07-15T05:56:20.013366",{"slug":1367,"name":1367,"fn":1368,"description":1369,"org":1370,"tags":1371,"stars":28,"repoUrl":29,"updatedAt":1374},"abyssale-automation","automate Abyssale tasks via Composio","Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1372,1373],{"name":1311,"slug":37,"type":15},{"name":10,"slug":9,"type":15},"2026-07-15T05:54:50.762889",{"slug":1376,"name":1376,"fn":1377,"description":1378,"org":1379,"tags":1380,"stars":28,"repoUrl":29,"updatedAt":1385},"accelo-automation","automate Accelo tasks via Composio","Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1381,1382,1383,1384],{"name":1311,"slug":37,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1314,"slug":44,"type":15},"2026-07-15T05:48:43.429136",860,{"items":1388,"total":1492},[1389,1396,1403,1408,1414,1420,1425,1432,1446,1459,1472,1482],{"slug":1304,"name":1305,"fn":1306,"description":1307,"org":1390,"tags":1391,"stars":28,"repoUrl":29,"updatedAt":1318},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1392,1393,1394,1395],{"name":1311,"slug":37,"type":15},{"name":10,"slug":9,"type":15},{"name":1314,"slug":44,"type":15},{"name":1316,"slug":1317,"type":15},{"slug":1320,"name":1321,"fn":1322,"description":1323,"org":1397,"tags":1398,"stars":28,"repoUrl":29,"updatedAt":1334},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1399,1400,1401,1402],{"name":1311,"slug":37,"type":15},{"name":1328,"slug":1329,"type":15},{"name":1314,"slug":44,"type":15},{"name":1332,"slug":1333,"type":15},{"slug":1336,"name":1336,"fn":1337,"description":1338,"org":1404,"tags":1405,"stars":28,"repoUrl":29,"updatedAt":1343},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1406,1407],{"name":1311,"slug":37,"type":15},{"name":1314,"slug":44,"type":15},{"slug":1345,"name":1345,"fn":1346,"description":1347,"org":1409,"tags":1410,"stars":28,"repoUrl":29,"updatedAt":1353},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1411,1412,1413],{"name":1311,"slug":37,"type":15},{"name":10,"slug":9,"type":15},{"name":1314,"slug":44,"type":15},{"slug":1355,"name":1355,"fn":1356,"description":1357,"org":1415,"tags":1416,"stars":28,"repoUrl":29,"updatedAt":1365},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1417,1418,1419],{"name":1311,"slug":37,"type":15},{"name":1314,"slug":44,"type":15},{"name":1363,"slug":1364,"type":15},{"slug":1367,"name":1367,"fn":1368,"description":1369,"org":1421,"tags":1422,"stars":28,"repoUrl":29,"updatedAt":1374},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1423,1424],{"name":1311,"slug":37,"type":15},{"name":10,"slug":9,"type":15},{"slug":1376,"name":1376,"fn":1377,"description":1378,"org":1426,"tags":1427,"stars":28,"repoUrl":29,"updatedAt":1385},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1428,1429,1430,1431],{"name":1311,"slug":37,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1314,"slug":44,"type":15},{"slug":1433,"name":1433,"fn":1434,"description":1435,"org":1436,"tags":1437,"stars":28,"repoUrl":29,"updatedAt":1445},"accredible-certificates-automation","automate Accredible certificate management","Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1438,1439,1442],{"name":1311,"slug":37,"type":15},{"name":1440,"slug":1441,"type":15},"Documents","documents",{"name":1443,"slug":1444,"type":15},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":1447,"name":1447,"fn":1448,"description":1449,"org":1450,"tags":1451,"stars":28,"repoUrl":29,"updatedAt":1458},"acculynx-automation","automate Acculynx construction management tasks","Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1452,1453,1454,1455],{"name":1311,"slug":37,"type":15},{"name":10,"slug":9,"type":15},{"name":1314,"slug":44,"type":15},{"name":1456,"slug":1457,"type":15},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":1460,"name":1460,"fn":1461,"description":1462,"org":1463,"tags":1464,"stars":28,"repoUrl":29,"updatedAt":1471},"active-campaign-automation","automate ActiveCampaign marketing and CRM tasks","Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1465,1466,1467,1468],{"name":1311,"slug":37,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1469,"slug":1470,"type":15},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":1473,"name":1473,"fn":1474,"description":1475,"org":1476,"tags":1477,"stars":28,"repoUrl":29,"updatedAt":1481},"addresszen-automation","automate Addresszen address validation","Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1478,1479,1480],{"name":1311,"slug":37,"type":15},{"name":10,"slug":9,"type":15},{"name":1314,"slug":44,"type":15},"2026-07-15T05:47:51.742515",{"slug":1483,"name":1483,"fn":1484,"description":1485,"org":1486,"tags":1487,"stars":28,"repoUrl":29,"updatedAt":1491},"adobe-automation","automate Adobe tasks via Composio","Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1488,1489,1490],{"name":1311,"slug":37,"type":15},{"name":10,"slug":9,"type":15},{"name":1314,"slug":44,"type":15},"2026-07-15T05:45:05.303254",863]