[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-microsoft-clarity-automation":3,"mdc--hhph0z-key":50,"related-repo-composio-microsoft-clarity-automation":1030,"related-org-composio-microsoft-clarity-automation":1116},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":45,"sourceUrl":48,"mdContent":49},"microsoft-clarity-automation","Microsoft Clarity Automation","analyze user behavior with Microsoft Clarity","Automate user behavior analytics with Microsoft Clarity -- export heatmap data, session metrics, and engagement analytics segmented by browser, device, country, source, and more through the Composio Microsoft Clarity 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],{"name":10,"slug":9,"type":15},"tag",{"name":17,"slug":18,"type":15},"Automation","automation",{"name":20,"slug":21,"type":15},"MCP","mcp",{"name":23,"slug":24,"type":15},"Analytics","analytics",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-15T05:53:51.655374",null,7603,[31,32,33,18,34,35,36,9,37,38,39,21,40,41,42,43,44],"agent-skills","ai-agents","antigravity","claude","claude-code","codex","cursor","developer-tools","gemini-cli","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":26,"stars":25,"forks":29,"topics":46,"description":47},[31,32,33,18,34,35,36,9,37,38,39,21,40,41,42,43,44],"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\u002Fmicrosoft-clarity-automation","---\nname: Microsoft Clarity Automation\ndescription: \"Automate user behavior analytics with Microsoft Clarity -- export heatmap data, session metrics, and engagement analytics segmented by browser, device, country, source, and more through the Composio Microsoft Clarity integration.\"\nrequires:\n  mcp:\n    - rube\n---\n\n# Microsoft Clarity Automation\n\nExport **Microsoft Clarity** user behavior analytics directly from Claude Code. Pull heatmap data, session metrics, and engagement insights segmented by multiple dimensions without leaving your terminal.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Fmicrosoft_clarity](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fmicrosoft_clarity)\n\n---\n\n## Setup\n\n1. Add the Composio MCP server to your configuration:\n   ```\n   https:\u002F\u002Frube.app\u002Fmcp\n   ```\n2. Connect your Microsoft Clarity account when prompted. The agent will provide an authentication link.\n3. Ensure your Clarity project has sufficient data collection enabled for the dimensions you want to analyze.\n\n---\n\n## Core Workflows\n\n### 1. Export Recent Analytics Data\n\nExport Clarity analytics data for the last 1-3 days, segmented by up to three dimensions simultaneously.\n\n**Tool:** `MICROSOFT_CLARITY_DATA_EXPORT`\n\nKey parameters:\n- `numOfDays` (required) -- number of days to export: `1` (last 24h), `2` (last 48h), or `3` (last 72h)\n- `dimension1` -- first breakdown dimension\n- `dimension2` -- second breakdown dimension (optional)\n- `dimension3` -- third breakdown dimension (optional)\n\nAvailable dimensions:\n- `Browser` -- Chrome, Firefox, Safari, Edge, etc.\n- `Device` -- Desktop, Mobile, Tablet\n- `Country\u002FRegion` -- geographic location of users\n- `OS` -- Windows, macOS, iOS, Android, etc.\n- `Source` -- traffic source (e.g., google, direct, referral)\n- `Medium` -- traffic medium (organic, cpc, referral, etc.)\n- `Campaign` -- marketing campaign name\n- `Channel` -- traffic channel grouping\n- `URL` -- specific page URLs\n\nExample prompt: *\"Export Clarity data for the last 24 hours broken down by Device and Country\u002FRegion\"*\n\n---\n\n### 2. Device Performance Analysis\n\nAnalyze how user behavior differs across device types to optimize responsive design.\n\n**Tool:** `MICROSOFT_CLARITY_DATA_EXPORT`\n\nConfiguration: `numOfDays: 3`, `dimension1: \"Device\"`, `dimension2: \"Browser\"`\n\nExample prompt: *\"Show me Clarity metrics for the last 3 days by Device and Browser\"*\n\n---\n\n### 3. Traffic Source Breakdown\n\nUnderstand which traffic sources drive the most engaged users.\n\n**Tool:** `MICROSOFT_CLARITY_DATA_EXPORT`\n\nConfiguration: `numOfDays: 2`, `dimension1: \"Source\"`, `dimension2: \"Medium\"`\n\nExample prompt: *\"Export Clarity data for the last 48 hours broken down by Source and Medium\"*\n\n---\n\n### 4. Geographic User Behavior\n\nAnalyze user engagement patterns across different countries and regions.\n\n**Tool:** `MICROSOFT_CLARITY_DATA_EXPORT`\n\nConfiguration: `numOfDays: 3`, `dimension1: \"Country\u002FRegion\"`, `dimension2: \"Device\"`\n\nExample prompt: *\"Get Clarity data for the last 72 hours segmented by Country\u002FRegion and Device type\"*\n\n---\n\n### 5. Page-Level Performance\n\nExamine which specific URLs have the highest or lowest engagement metrics.\n\n**Tool:** `MICROSOFT_CLARITY_DATA_EXPORT`\n\nConfiguration: `numOfDays: 1`, `dimension1: \"URL\"`, `dimension2: \"Device\"`\n\nExample prompt: *\"Export yesterday's Clarity data broken down by URL and Device\"*\n\n---\n\n### 6. Campaign Attribution Analysis\n\nEvaluate marketing campaign effectiveness through user behavior metrics.\n\n**Tool:** `MICROSOFT_CLARITY_DATA_EXPORT`\n\nConfiguration: `numOfDays: 3`, `dimension1: \"Campaign\"`, `dimension2: \"Channel\"`, `dimension3: \"Device\"`\n\nExample prompt: *\"Show Clarity engagement data for the last 3 days by Campaign, Channel, and Device\"*\n\n---\n\n## Known Pitfalls\n\n- **Limited time window:** Data export is limited to the last 1, 2, or 3 days only. The `numOfDays` parameter only accepts values of 1, 2, or 3. For longer historical analysis, you need to run exports periodically and aggregate them externally.\n- **Dimension name exact match:** Dimension values must match exactly as listed (e.g., `Country\u002FRegion` not `country` or `region`). Case and slashes matter.\n- **Maximum three dimensions:** You can segment by up to three dimensions per export. For more complex analysis, run multiple exports with different dimension combinations.\n- **Data availability lag:** Clarity data may have a short processing delay. Very recent sessions (last few minutes) may not appear in exports.\n- **Single tool limitation:** The Clarity integration currently offers only the data export tool. For heatmap visualizations and session recordings, use the Clarity web dashboard directly.\n- **Response size:** Exports with high-cardinality dimensions like `URL` combined with other dimensions can produce large response payloads. Consider narrowing your time window or using fewer dimensions.\n\n---\n\n## Quick Reference\n\n| Tool Slug | Description |\n|---|---|\n| `MICROSOFT_CLARITY_DATA_EXPORT` | Export analytics data with up to 3 dimensional breakdowns |\n\n**Available Dimensions:**\n\n| Dimension | Description |\n|---|---|\n| `Browser` | Web browser (Chrome, Firefox, Safari, etc.) |\n| `Device` | Device type (Desktop, Mobile, Tablet) |\n| `Country\u002FRegion` | Geographic location |\n| `OS` | Operating system |\n| `Source` | Traffic source |\n| `Medium` | Traffic medium |\n| `Campaign` | Marketing campaign |\n| `Channel` | Traffic channel grouping |\n| `URL` | Specific page URL |\n\n---\n\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":51,"body":54},{"name":5,"description":7,"requires":52},{"mcp":53},[41],{"type":55,"children":56},"root",[57,64,78,97,101,108,141,144,150,157,162,177,182,254,259,361,372,375,381,386,399,425,434,437,443,448,461,485,494,497,503,508,521,544,553,556,562,567,580,603,612,615,621,626,639,669,678,681,687,787,790,796,840,848,1013,1016],{"type":58,"tag":59,"props":60,"children":61},"element","h1",{"id":4},[62],{"type":63,"value":5},"text",{"type":58,"tag":65,"props":66,"children":67},"p",{},[68,70,76],{"type":63,"value":69},"Export ",{"type":58,"tag":71,"props":72,"children":73},"strong",{},[74],{"type":63,"value":75},"Microsoft Clarity",{"type":63,"value":77}," user behavior analytics directly from Claude Code. Pull heatmap data, session metrics, and engagement insights segmented by multiple dimensions without leaving your terminal.",{"type":58,"tag":65,"props":79,"children":80},{},[81,86,88],{"type":58,"tag":71,"props":82,"children":83},{},[84],{"type":63,"value":85},"Toolkit docs:",{"type":63,"value":87}," ",{"type":58,"tag":89,"props":90,"children":94},"a",{"href":91,"rel":92},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fmicrosoft_clarity",[93],"nofollow",[95],{"type":63,"value":96},"composio.dev\u002Ftoolkits\u002Fmicrosoft_clarity",{"type":58,"tag":98,"props":99,"children":100},"hr",{},[],{"type":58,"tag":102,"props":103,"children":105},"h2",{"id":104},"setup",[106],{"type":63,"value":107},"Setup",{"type":58,"tag":109,"props":110,"children":111},"ol",{},[112,131,136],{"type":58,"tag":113,"props":114,"children":115},"li",{},[116,118],{"type":63,"value":117},"Add the Composio MCP server to your configuration:\n",{"type":58,"tag":119,"props":120,"children":124},"pre",{"className":121,"code":123,"language":63},[122],"language-text","https:\u002F\u002Frube.app\u002Fmcp\n",[125],{"type":58,"tag":126,"props":127,"children":129},"code",{"__ignoreMap":128},"",[130],{"type":63,"value":123},{"type":58,"tag":113,"props":132,"children":133},{},[134],{"type":63,"value":135},"Connect your Microsoft Clarity account when prompted. The agent will provide an authentication link.",{"type":58,"tag":113,"props":137,"children":138},{},[139],{"type":63,"value":140},"Ensure your Clarity project has sufficient data collection enabled for the dimensions you want to analyze.",{"type":58,"tag":98,"props":142,"children":143},{},[],{"type":58,"tag":102,"props":145,"children":147},{"id":146},"core-workflows",[148],{"type":63,"value":149},"Core Workflows",{"type":58,"tag":151,"props":152,"children":154},"h3",{"id":153},"_1-export-recent-analytics-data",[155],{"type":63,"value":156},"1. Export Recent Analytics Data",{"type":58,"tag":65,"props":158,"children":159},{},[160],{"type":63,"value":161},"Export Clarity analytics data for the last 1-3 days, segmented by up to three dimensions simultaneously.",{"type":58,"tag":65,"props":163,"children":164},{},[165,170,171],{"type":58,"tag":71,"props":166,"children":167},{},[168],{"type":63,"value":169},"Tool:",{"type":63,"value":87},{"type":58,"tag":126,"props":172,"children":174},{"className":173},[],[175],{"type":63,"value":176},"MICROSOFT_CLARITY_DATA_EXPORT",{"type":58,"tag":65,"props":178,"children":179},{},[180],{"type":63,"value":181},"Key parameters:",{"type":58,"tag":183,"props":184,"children":185},"ul",{},[186,221,232,243],{"type":58,"tag":113,"props":187,"children":188},{},[189,195,197,203,205,211,213,219],{"type":58,"tag":126,"props":190,"children":192},{"className":191},[],[193],{"type":63,"value":194},"numOfDays",{"type":63,"value":196}," (required) -- number of days to export: ",{"type":58,"tag":126,"props":198,"children":200},{"className":199},[],[201],{"type":63,"value":202},"1",{"type":63,"value":204}," (last 24h), ",{"type":58,"tag":126,"props":206,"children":208},{"className":207},[],[209],{"type":63,"value":210},"2",{"type":63,"value":212}," (last 48h), or ",{"type":58,"tag":126,"props":214,"children":216},{"className":215},[],[217],{"type":63,"value":218},"3",{"type":63,"value":220}," (last 72h)",{"type":58,"tag":113,"props":222,"children":223},{},[224,230],{"type":58,"tag":126,"props":225,"children":227},{"className":226},[],[228],{"type":63,"value":229},"dimension1",{"type":63,"value":231}," -- first breakdown dimension",{"type":58,"tag":113,"props":233,"children":234},{},[235,241],{"type":58,"tag":126,"props":236,"children":238},{"className":237},[],[239],{"type":63,"value":240},"dimension2",{"type":63,"value":242}," -- second breakdown dimension (optional)",{"type":58,"tag":113,"props":244,"children":245},{},[246,252],{"type":58,"tag":126,"props":247,"children":249},{"className":248},[],[250],{"type":63,"value":251},"dimension3",{"type":63,"value":253}," -- third breakdown dimension (optional)",{"type":58,"tag":65,"props":255,"children":256},{},[257],{"type":63,"value":258},"Available dimensions:",{"type":58,"tag":183,"props":260,"children":261},{},[262,273,284,295,306,317,328,339,350],{"type":58,"tag":113,"props":263,"children":264},{},[265,271],{"type":58,"tag":126,"props":266,"children":268},{"className":267},[],[269],{"type":63,"value":270},"Browser",{"type":63,"value":272}," -- Chrome, Firefox, Safari, Edge, etc.",{"type":58,"tag":113,"props":274,"children":275},{},[276,282],{"type":58,"tag":126,"props":277,"children":279},{"className":278},[],[280],{"type":63,"value":281},"Device",{"type":63,"value":283}," -- Desktop, Mobile, Tablet",{"type":58,"tag":113,"props":285,"children":286},{},[287,293],{"type":58,"tag":126,"props":288,"children":290},{"className":289},[],[291],{"type":63,"value":292},"Country\u002FRegion",{"type":63,"value":294}," -- geographic location of users",{"type":58,"tag":113,"props":296,"children":297},{},[298,304],{"type":58,"tag":126,"props":299,"children":301},{"className":300},[],[302],{"type":63,"value":303},"OS",{"type":63,"value":305}," -- Windows, macOS, iOS, Android, etc.",{"type":58,"tag":113,"props":307,"children":308},{},[309,315],{"type":58,"tag":126,"props":310,"children":312},{"className":311},[],[313],{"type":63,"value":314},"Source",{"type":63,"value":316}," -- traffic source (e.g., google, direct, referral)",{"type":58,"tag":113,"props":318,"children":319},{},[320,326],{"type":58,"tag":126,"props":321,"children":323},{"className":322},[],[324],{"type":63,"value":325},"Medium",{"type":63,"value":327}," -- traffic medium (organic, cpc, referral, etc.)",{"type":58,"tag":113,"props":329,"children":330},{},[331,337],{"type":58,"tag":126,"props":332,"children":334},{"className":333},[],[335],{"type":63,"value":336},"Campaign",{"type":63,"value":338}," -- marketing campaign name",{"type":58,"tag":113,"props":340,"children":341},{},[342,348],{"type":58,"tag":126,"props":343,"children":345},{"className":344},[],[346],{"type":63,"value":347},"Channel",{"type":63,"value":349}," -- traffic channel grouping",{"type":58,"tag":113,"props":351,"children":352},{},[353,359],{"type":58,"tag":126,"props":354,"children":356},{"className":355},[],[357],{"type":63,"value":358},"URL",{"type":63,"value":360}," -- specific page URLs",{"type":58,"tag":65,"props":362,"children":363},{},[364,366],{"type":63,"value":365},"Example prompt: ",{"type":58,"tag":367,"props":368,"children":369},"em",{},[370],{"type":63,"value":371},"\"Export Clarity data for the last 24 hours broken down by Device and Country\u002FRegion\"",{"type":58,"tag":98,"props":373,"children":374},{},[],{"type":58,"tag":151,"props":376,"children":378},{"id":377},"_2-device-performance-analysis",[379],{"type":63,"value":380},"2. Device Performance Analysis",{"type":58,"tag":65,"props":382,"children":383},{},[384],{"type":63,"value":385},"Analyze how user behavior differs across device types to optimize responsive design.",{"type":58,"tag":65,"props":387,"children":388},{},[389,393,394],{"type":58,"tag":71,"props":390,"children":391},{},[392],{"type":63,"value":169},{"type":63,"value":87},{"type":58,"tag":126,"props":395,"children":397},{"className":396},[],[398],{"type":63,"value":176},{"type":58,"tag":65,"props":400,"children":401},{},[402,404,410,412,418,419],{"type":63,"value":403},"Configuration: ",{"type":58,"tag":126,"props":405,"children":407},{"className":406},[],[408],{"type":63,"value":409},"numOfDays: 3",{"type":63,"value":411},", ",{"type":58,"tag":126,"props":413,"children":415},{"className":414},[],[416],{"type":63,"value":417},"dimension1: \"Device\"",{"type":63,"value":411},{"type":58,"tag":126,"props":420,"children":422},{"className":421},[],[423],{"type":63,"value":424},"dimension2: \"Browser\"",{"type":58,"tag":65,"props":426,"children":427},{},[428,429],{"type":63,"value":365},{"type":58,"tag":367,"props":430,"children":431},{},[432],{"type":63,"value":433},"\"Show me Clarity metrics for the last 3 days by Device and Browser\"",{"type":58,"tag":98,"props":435,"children":436},{},[],{"type":58,"tag":151,"props":438,"children":440},{"id":439},"_3-traffic-source-breakdown",[441],{"type":63,"value":442},"3. Traffic Source Breakdown",{"type":58,"tag":65,"props":444,"children":445},{},[446],{"type":63,"value":447},"Understand which traffic sources drive the most engaged users.",{"type":58,"tag":65,"props":449,"children":450},{},[451,455,456],{"type":58,"tag":71,"props":452,"children":453},{},[454],{"type":63,"value":169},{"type":63,"value":87},{"type":58,"tag":126,"props":457,"children":459},{"className":458},[],[460],{"type":63,"value":176},{"type":58,"tag":65,"props":462,"children":463},{},[464,465,471,472,478,479],{"type":63,"value":403},{"type":58,"tag":126,"props":466,"children":468},{"className":467},[],[469],{"type":63,"value":470},"numOfDays: 2",{"type":63,"value":411},{"type":58,"tag":126,"props":473,"children":475},{"className":474},[],[476],{"type":63,"value":477},"dimension1: \"Source\"",{"type":63,"value":411},{"type":58,"tag":126,"props":480,"children":482},{"className":481},[],[483],{"type":63,"value":484},"dimension2: \"Medium\"",{"type":58,"tag":65,"props":486,"children":487},{},[488,489],{"type":63,"value":365},{"type":58,"tag":367,"props":490,"children":491},{},[492],{"type":63,"value":493},"\"Export Clarity data for the last 48 hours broken down by Source and Medium\"",{"type":58,"tag":98,"props":495,"children":496},{},[],{"type":58,"tag":151,"props":498,"children":500},{"id":499},"_4-geographic-user-behavior",[501],{"type":63,"value":502},"4. Geographic User Behavior",{"type":58,"tag":65,"props":504,"children":505},{},[506],{"type":63,"value":507},"Analyze user engagement patterns across different countries and regions.",{"type":58,"tag":65,"props":509,"children":510},{},[511,515,516],{"type":58,"tag":71,"props":512,"children":513},{},[514],{"type":63,"value":169},{"type":63,"value":87},{"type":58,"tag":126,"props":517,"children":519},{"className":518},[],[520],{"type":63,"value":176},{"type":58,"tag":65,"props":522,"children":523},{},[524,525,530,531,537,538],{"type":63,"value":403},{"type":58,"tag":126,"props":526,"children":528},{"className":527},[],[529],{"type":63,"value":409},{"type":63,"value":411},{"type":58,"tag":126,"props":532,"children":534},{"className":533},[],[535],{"type":63,"value":536},"dimension1: \"Country\u002FRegion\"",{"type":63,"value":411},{"type":58,"tag":126,"props":539,"children":541},{"className":540},[],[542],{"type":63,"value":543},"dimension2: \"Device\"",{"type":58,"tag":65,"props":545,"children":546},{},[547,548],{"type":63,"value":365},{"type":58,"tag":367,"props":549,"children":550},{},[551],{"type":63,"value":552},"\"Get Clarity data for the last 72 hours segmented by Country\u002FRegion and Device type\"",{"type":58,"tag":98,"props":554,"children":555},{},[],{"type":58,"tag":151,"props":557,"children":559},{"id":558},"_5-page-level-performance",[560],{"type":63,"value":561},"5. Page-Level Performance",{"type":58,"tag":65,"props":563,"children":564},{},[565],{"type":63,"value":566},"Examine which specific URLs have the highest or lowest engagement metrics.",{"type":58,"tag":65,"props":568,"children":569},{},[570,574,575],{"type":58,"tag":71,"props":571,"children":572},{},[573],{"type":63,"value":169},{"type":63,"value":87},{"type":58,"tag":126,"props":576,"children":578},{"className":577},[],[579],{"type":63,"value":176},{"type":58,"tag":65,"props":581,"children":582},{},[583,584,590,591,597,598],{"type":63,"value":403},{"type":58,"tag":126,"props":585,"children":587},{"className":586},[],[588],{"type":63,"value":589},"numOfDays: 1",{"type":63,"value":411},{"type":58,"tag":126,"props":592,"children":594},{"className":593},[],[595],{"type":63,"value":596},"dimension1: \"URL\"",{"type":63,"value":411},{"type":58,"tag":126,"props":599,"children":601},{"className":600},[],[602],{"type":63,"value":543},{"type":58,"tag":65,"props":604,"children":605},{},[606,607],{"type":63,"value":365},{"type":58,"tag":367,"props":608,"children":609},{},[610],{"type":63,"value":611},"\"Export yesterday's Clarity data broken down by URL and Device\"",{"type":58,"tag":98,"props":613,"children":614},{},[],{"type":58,"tag":151,"props":616,"children":618},{"id":617},"_6-campaign-attribution-analysis",[619],{"type":63,"value":620},"6. Campaign Attribution Analysis",{"type":58,"tag":65,"props":622,"children":623},{},[624],{"type":63,"value":625},"Evaluate marketing campaign effectiveness through user behavior metrics.",{"type":58,"tag":65,"props":627,"children":628},{},[629,633,634],{"type":58,"tag":71,"props":630,"children":631},{},[632],{"type":63,"value":169},{"type":63,"value":87},{"type":58,"tag":126,"props":635,"children":637},{"className":636},[],[638],{"type":63,"value":176},{"type":58,"tag":65,"props":640,"children":641},{},[642,643,648,649,655,656,662,663],{"type":63,"value":403},{"type":58,"tag":126,"props":644,"children":646},{"className":645},[],[647],{"type":63,"value":409},{"type":63,"value":411},{"type":58,"tag":126,"props":650,"children":652},{"className":651},[],[653],{"type":63,"value":654},"dimension1: \"Campaign\"",{"type":63,"value":411},{"type":58,"tag":126,"props":657,"children":659},{"className":658},[],[660],{"type":63,"value":661},"dimension2: \"Channel\"",{"type":63,"value":411},{"type":58,"tag":126,"props":664,"children":666},{"className":665},[],[667],{"type":63,"value":668},"dimension3: \"Device\"",{"type":58,"tag":65,"props":670,"children":671},{},[672,673],{"type":63,"value":365},{"type":58,"tag":367,"props":674,"children":675},{},[676],{"type":63,"value":677},"\"Show Clarity engagement data for the last 3 days by Campaign, Channel, and Device\"",{"type":58,"tag":98,"props":679,"children":680},{},[],{"type":58,"tag":102,"props":682,"children":684},{"id":683},"known-pitfalls",[685],{"type":63,"value":686},"Known Pitfalls",{"type":58,"tag":183,"props":688,"children":689},{},[690,707,740,750,760,770],{"type":58,"tag":113,"props":691,"children":692},{},[693,698,700,705],{"type":58,"tag":71,"props":694,"children":695},{},[696],{"type":63,"value":697},"Limited time window:",{"type":63,"value":699}," Data export is limited to the last 1, 2, or 3 days only. The ",{"type":58,"tag":126,"props":701,"children":703},{"className":702},[],[704],{"type":63,"value":194},{"type":63,"value":706}," parameter only accepts values of 1, 2, or 3. For longer historical analysis, you need to run exports periodically and aggregate them externally.",{"type":58,"tag":113,"props":708,"children":709},{},[710,715,717,722,724,730,732,738],{"type":58,"tag":71,"props":711,"children":712},{},[713],{"type":63,"value":714},"Dimension name exact match:",{"type":63,"value":716}," Dimension values must match exactly as listed (e.g., ",{"type":58,"tag":126,"props":718,"children":720},{"className":719},[],[721],{"type":63,"value":292},{"type":63,"value":723}," not ",{"type":58,"tag":126,"props":725,"children":727},{"className":726},[],[728],{"type":63,"value":729},"country",{"type":63,"value":731}," or ",{"type":58,"tag":126,"props":733,"children":735},{"className":734},[],[736],{"type":63,"value":737},"region",{"type":63,"value":739},"). Case and slashes matter.",{"type":58,"tag":113,"props":741,"children":742},{},[743,748],{"type":58,"tag":71,"props":744,"children":745},{},[746],{"type":63,"value":747},"Maximum three dimensions:",{"type":63,"value":749}," You can segment by up to three dimensions per export. For more complex analysis, run multiple exports with different dimension combinations.",{"type":58,"tag":113,"props":751,"children":752},{},[753,758],{"type":58,"tag":71,"props":754,"children":755},{},[756],{"type":63,"value":757},"Data availability lag:",{"type":63,"value":759}," Clarity data may have a short processing delay. Very recent sessions (last few minutes) may not appear in exports.",{"type":58,"tag":113,"props":761,"children":762},{},[763,768],{"type":58,"tag":71,"props":764,"children":765},{},[766],{"type":63,"value":767},"Single tool limitation:",{"type":63,"value":769}," The Clarity integration currently offers only the data export tool. For heatmap visualizations and session recordings, use the Clarity web dashboard directly.",{"type":58,"tag":113,"props":771,"children":772},{},[773,778,780,785],{"type":58,"tag":71,"props":774,"children":775},{},[776],{"type":63,"value":777},"Response size:",{"type":63,"value":779}," Exports with high-cardinality dimensions like ",{"type":58,"tag":126,"props":781,"children":783},{"className":782},[],[784],{"type":63,"value":358},{"type":63,"value":786}," combined with other dimensions can produce large response payloads. Consider narrowing your time window or using fewer dimensions.",{"type":58,"tag":98,"props":788,"children":789},{},[],{"type":58,"tag":102,"props":791,"children":793},{"id":792},"quick-reference",[794],{"type":63,"value":795},"Quick Reference",{"type":58,"tag":797,"props":798,"children":799},"table",{},[800,819],{"type":58,"tag":801,"props":802,"children":803},"thead",{},[804],{"type":58,"tag":805,"props":806,"children":807},"tr",{},[808,814],{"type":58,"tag":809,"props":810,"children":811},"th",{},[812],{"type":63,"value":813},"Tool Slug",{"type":58,"tag":809,"props":815,"children":816},{},[817],{"type":63,"value":818},"Description",{"type":58,"tag":820,"props":821,"children":822},"tbody",{},[823],{"type":58,"tag":805,"props":824,"children":825},{},[826,835],{"type":58,"tag":827,"props":828,"children":829},"td",{},[830],{"type":58,"tag":126,"props":831,"children":833},{"className":832},[],[834],{"type":63,"value":176},{"type":58,"tag":827,"props":836,"children":837},{},[838],{"type":63,"value":839},"Export analytics data with up to 3 dimensional breakdowns",{"type":58,"tag":65,"props":841,"children":842},{},[843],{"type":58,"tag":71,"props":844,"children":845},{},[846],{"type":63,"value":847},"Available Dimensions:",{"type":58,"tag":797,"props":849,"children":850},{},[851,866],{"type":58,"tag":801,"props":852,"children":853},{},[854],{"type":58,"tag":805,"props":855,"children":856},{},[857,862],{"type":58,"tag":809,"props":858,"children":859},{},[860],{"type":63,"value":861},"Dimension",{"type":58,"tag":809,"props":863,"children":864},{},[865],{"type":63,"value":818},{"type":58,"tag":820,"props":867,"children":868},{},[869,885,901,917,933,949,965,981,997],{"type":58,"tag":805,"props":870,"children":871},{},[872,880],{"type":58,"tag":827,"props":873,"children":874},{},[875],{"type":58,"tag":126,"props":876,"children":878},{"className":877},[],[879],{"type":63,"value":270},{"type":58,"tag":827,"props":881,"children":882},{},[883],{"type":63,"value":884},"Web browser (Chrome, Firefox, Safari, etc.)",{"type":58,"tag":805,"props":886,"children":887},{},[888,896],{"type":58,"tag":827,"props":889,"children":890},{},[891],{"type":58,"tag":126,"props":892,"children":894},{"className":893},[],[895],{"type":63,"value":281},{"type":58,"tag":827,"props":897,"children":898},{},[899],{"type":63,"value":900},"Device type (Desktop, Mobile, Tablet)",{"type":58,"tag":805,"props":902,"children":903},{},[904,912],{"type":58,"tag":827,"props":905,"children":906},{},[907],{"type":58,"tag":126,"props":908,"children":910},{"className":909},[],[911],{"type":63,"value":292},{"type":58,"tag":827,"props":913,"children":914},{},[915],{"type":63,"value":916},"Geographic location",{"type":58,"tag":805,"props":918,"children":919},{},[920,928],{"type":58,"tag":827,"props":921,"children":922},{},[923],{"type":58,"tag":126,"props":924,"children":926},{"className":925},[],[927],{"type":63,"value":303},{"type":58,"tag":827,"props":929,"children":930},{},[931],{"type":63,"value":932},"Operating system",{"type":58,"tag":805,"props":934,"children":935},{},[936,944],{"type":58,"tag":827,"props":937,"children":938},{},[939],{"type":58,"tag":126,"props":940,"children":942},{"className":941},[],[943],{"type":63,"value":314},{"type":58,"tag":827,"props":945,"children":946},{},[947],{"type":63,"value":948},"Traffic source",{"type":58,"tag":805,"props":950,"children":951},{},[952,960],{"type":58,"tag":827,"props":953,"children":954},{},[955],{"type":58,"tag":126,"props":956,"children":958},{"className":957},[],[959],{"type":63,"value":325},{"type":58,"tag":827,"props":961,"children":962},{},[963],{"type":63,"value":964},"Traffic medium",{"type":58,"tag":805,"props":966,"children":967},{},[968,976],{"type":58,"tag":827,"props":969,"children":970},{},[971],{"type":58,"tag":126,"props":972,"children":974},{"className":973},[],[975],{"type":63,"value":336},{"type":58,"tag":827,"props":977,"children":978},{},[979],{"type":63,"value":980},"Marketing campaign",{"type":58,"tag":805,"props":982,"children":983},{},[984,992],{"type":58,"tag":827,"props":985,"children":986},{},[987],{"type":58,"tag":126,"props":988,"children":990},{"className":989},[],[991],{"type":63,"value":347},{"type":58,"tag":827,"props":993,"children":994},{},[995],{"type":63,"value":996},"Traffic channel grouping",{"type":58,"tag":805,"props":998,"children":999},{},[1000,1008],{"type":58,"tag":827,"props":1001,"children":1002},{},[1003],{"type":58,"tag":126,"props":1004,"children":1006},{"className":1005},[],[1007],{"type":63,"value":358},{"type":58,"tag":827,"props":1009,"children":1010},{},[1011],{"type":63,"value":1012},"Specific page URL",{"type":58,"tag":98,"props":1014,"children":1015},{},[],{"type":58,"tag":65,"props":1017,"children":1018},{},[1019],{"type":58,"tag":367,"props":1020,"children":1021},{},[1022,1024],{"type":63,"value":1023},"Powered by ",{"type":58,"tag":89,"props":1025,"children":1028},{"href":1026,"rel":1027},"https:\u002F\u002Fcomposio.dev",[93],[1029],{"type":63,"value":10},{"items":1031,"total":1115},[1032,1046,1062,1071,1081,1093,1102],{"slug":1033,"name":1034,"fn":1035,"description":1036,"org":1037,"tags":1038,"stars":25,"repoUrl":26,"updatedAt":1045},"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},[1039,1040,1041,1042],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1043,"slug":1044,"type":15},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":1047,"name":1048,"fn":1049,"description":1050,"org":1051,"tags":1052,"stars":25,"repoUrl":26,"updatedAt":1061},"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},[1053,1054,1057,1058],{"name":17,"slug":18,"type":15},{"name":1055,"slug":1056,"type":15},"Communications","communications",{"name":20,"slug":21,"type":15},{"name":1059,"slug":1060,"type":15},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":1063,"name":1063,"fn":1064,"description":1065,"org":1066,"tags":1067,"stars":25,"repoUrl":26,"updatedAt":1070},"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},[1068,1069],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},"2026-07-12T08:09:55.453088",{"slug":1072,"name":1072,"fn":1073,"description":1074,"org":1075,"tags":1076,"stars":25,"repoUrl":26,"updatedAt":1080},"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},[1077,1078,1079],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},"2026-07-15T05:45:16.470309",{"slug":1082,"name":1082,"fn":1083,"description":1084,"org":1085,"tags":1086,"stars":25,"repoUrl":26,"updatedAt":1092},"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},[1087,1088,1089],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":1090,"slug":1091,"type":15},"Security","security","2026-07-15T05:56:20.013366",{"slug":1094,"name":1094,"fn":1095,"description":1096,"org":1097,"tags":1098,"stars":25,"repoUrl":26,"updatedAt":1101},"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},[1099,1100],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},"2026-07-15T05:54:50.762889",{"slug":1103,"name":1103,"fn":1104,"description":1105,"org":1106,"tags":1107,"stars":25,"repoUrl":26,"updatedAt":1114},"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},[1108,1109,1110,1113],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1111,"slug":1112,"type":15},"CRM","crm",{"name":20,"slug":21,"type":15},"2026-07-15T05:48:43.429136",860,{"items":1117,"total":1221},[1118,1125,1132,1137,1143,1149,1154,1161,1175,1188,1201,1211],{"slug":1033,"name":1034,"fn":1035,"description":1036,"org":1119,"tags":1120,"stars":25,"repoUrl":26,"updatedAt":1045},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1121,1122,1123,1124],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1043,"slug":1044,"type":15},{"slug":1047,"name":1048,"fn":1049,"description":1050,"org":1126,"tags":1127,"stars":25,"repoUrl":26,"updatedAt":1061},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1128,1129,1130,1131],{"name":17,"slug":18,"type":15},{"name":1055,"slug":1056,"type":15},{"name":20,"slug":21,"type":15},{"name":1059,"slug":1060,"type":15},{"slug":1063,"name":1063,"fn":1064,"description":1065,"org":1133,"tags":1134,"stars":25,"repoUrl":26,"updatedAt":1070},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1135,1136],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"slug":1072,"name":1072,"fn":1073,"description":1074,"org":1138,"tags":1139,"stars":25,"repoUrl":26,"updatedAt":1080},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1140,1141,1142],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"slug":1082,"name":1082,"fn":1083,"description":1084,"org":1144,"tags":1145,"stars":25,"repoUrl":26,"updatedAt":1092},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1146,1147,1148],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":1090,"slug":1091,"type":15},{"slug":1094,"name":1094,"fn":1095,"description":1096,"org":1150,"tags":1151,"stars":25,"repoUrl":26,"updatedAt":1101},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1152,1153],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"slug":1103,"name":1103,"fn":1104,"description":1105,"org":1155,"tags":1156,"stars":25,"repoUrl":26,"updatedAt":1114},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1157,1158,1159,1160],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1111,"slug":1112,"type":15},{"name":20,"slug":21,"type":15},{"slug":1162,"name":1162,"fn":1163,"description":1164,"org":1165,"tags":1166,"stars":25,"repoUrl":26,"updatedAt":1174},"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},[1167,1168,1171],{"name":17,"slug":18,"type":15},{"name":1169,"slug":1170,"type":15},"Documents","documents",{"name":1172,"slug":1173,"type":15},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":1176,"name":1176,"fn":1177,"description":1178,"org":1179,"tags":1180,"stars":25,"repoUrl":26,"updatedAt":1187},"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},[1181,1182,1183,1184],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1185,"slug":1186,"type":15},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":1189,"name":1189,"fn":1190,"description":1191,"org":1192,"tags":1193,"stars":25,"repoUrl":26,"updatedAt":1200},"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},[1194,1195,1196,1197],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1111,"slug":1112,"type":15},{"name":1198,"slug":1199,"type":15},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":1202,"name":1202,"fn":1203,"description":1204,"org":1205,"tags":1206,"stars":25,"repoUrl":26,"updatedAt":1210},"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},[1207,1208,1209],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},"2026-07-15T05:47:51.742515",{"slug":1212,"name":1212,"fn":1213,"description":1214,"org":1215,"tags":1216,"stars":25,"repoUrl":26,"updatedAt":1220},"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},[1217,1218,1219],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},"2026-07-15T05:45:05.303254",863]