[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-zoom-mcp":3,"mdc-rd9l2c-key":37,"related-org-anthropic-zoom-mcp":1549,"related-repo-anthropic-zoom-mcp":1734},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"zoom-mcp","troubleshoot Zoom MCP connectors","Guidance for the bundled Zoom MCP connectors. Use after routing to an MCP workflow when planning or troubleshooting tool-based access to meetings, recordings, meeting assets, or transcripts. Route Zoom Docs requests to the dedicated Docs MCP server and Whiteboard-specific requests to `zoom-mcp\u002Fwhiteboard`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17,20,23],{"name":14,"slug":15,"type":16},"Transcription","transcription","tag",{"name":18,"slug":19,"type":16},"MCP","mcp",{"name":21,"slug":22,"type":16},"Meetings","meetings",{"name":24,"slug":25,"type":16},"Zoom","zoom",22885,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins","2026-04-10T04:56:57.010931",null,2736,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins\u002Ftree\u002FHEAD\u002Fpartner-built\u002Fzoom-plugin\u002Fskills\u002Fzoom-mcp","---\nname: zoom-mcp\ndescription: Guidance for the bundled Zoom MCP connectors. Use after routing to an MCP workflow when planning or troubleshooting tool-based access to meetings, recordings, meeting assets, or transcripts. Route Zoom Docs requests to the dedicated Docs MCP server and Whiteboard-specific requests to `zoom-mcp\u002Fwhiteboard`.\nuser-invocable: false\ntriggers:\n  - \"zoom mcp\"\n  - \"zoom mcp server\"\n  - \"zoom mcp tools\"\n  - \"zoom tools\u002Flist\"\n  - \"zoom tools\u002Fcall\"\n  - \"ai companion transcript\"\n  - \"agentic retrieval\"\n  - \"zoom semantic meeting search\"\n  - \"zoom search meetings by content\"\n  - \"zoom meeting assets mcp\"\n  - \"zoom recording resource mcp\"\n  - \"zoom docs via mcp\"\n  - \"zoom transcript via mcp\"\n  - \"meeting transcript via mcp\"\n---\n\n# Zoom MCP\n\nGuidance for the bundled Zoom MCP connector in this Claude plugin. Prefer `design-mcp-workflow` or [setup-zoom-mcp](..\u002Fsetup-zoom-mcp\u002FSKILL.md) first, then route here for tool-surface details, auth expectations, and MCP-specific constraints.\n\n# Zoom MCP Server\n\nThis plugin bundles Zoom's hosted MCP server at `mcp-us.zoom.us` for AI-agent access to:\n\n- semantic meeting search\n- meeting-linked asset retrieval\n- recording resource retrieval\n\nZoom Docs are exposed through a separate bundled server:\n\n- `zoom-docs-mcp` at `mcp.zoom.us`\n- purpose-built for Zoom Docs creation and retrieval\n\nCurrent tool names from the main Zoom MCP server:\n\n- `get_meeting_assets`\n- `search_meetings`\n- `get_recording_resource`\n- `recordings_list`\n\nSome MCP clients namespace server tools in the UI, for example `zoom-mcp:recordings_list`.\nTreat the raw tool names above as authoritative.\n\nZoom Docs-specific MCP work should use the dedicated `zoom-docs-mcp` server.\n\nWhiteboard-specific MCP work is covered by the dedicated skill\n[whiteboard\u002FSKILL.md](whiteboard\u002FSKILL.md).\n\n## Quick Start\n\n**1. Export the token expected by the bundled connector:**\n\n```bash\nexport ZOOM_MCP_ACCESS_TOKEN=\"your_zoom_user_oauth_access_token\"\n```\n\n**2. Enable or restart the plugin so Claude restarts the bundled MCP server definition.**\n\n**3. Verify discovery:**\n- Confirm the client can see `recordings_list`, `search_meetings`, `get_meeting_assets`,\n  and `get_recording_resource`.\n- If the client exposes raw protocol inspection, `tools\u002Flist` is the authoritative discovery source.\n- The current catalog is documented in [references\u002Ftools.md](references\u002Ftools.md).\n\n**4. Run the first useful call:**\n```text\nrecordings_list\n  userId: \"me\"\n  from: \"2026-03-01\"\n  to: \"2026-03-06\"\n  page_size: 10\n```\n\n## Critical Notes\n\n**1. User OAuth is the documented execution path**\n\nUse a **General app** with **user-level OAuth** as the execution path for Zoom MCP\ntool use in this plugin. Do not rely on Server-to-Server OAuth as a supported MCP auth model here.\n\n**2. Zoom MCP uses MCP-specific granular scopes**\n\nThe Zoom MCP scope set is not the same as the older broad REST scopes.\nThe key scopes for the main Zoom MCP server are:\n- `ai_companion:read:search` — Search across Zoom Meeting, Zoom Chat, and Zoom Doc, returning the most relevant results based on the query\n- `meeting:read:search` — Search and view meetings\n- `meeting:read:assets` — View a meeting's assets\n- `cloud_recording:read:list_user_recordings` — Lists all cloud recordings for a user.\n- `cloud_recording:read:content` — read recording content scope\n- `docs:write:import` — Create a new file by import\n- `docs:read:export` — Read file content in Markdown format\n\nFor Zoom Docs MCP specifically, the official docs page shows these granular scopes for the documented tools:\n- `docs:write:import` — Create a new file by import\n- `docs:read:export` — Read file content in Markdown format\n\n**3. AI Companion features are feature prerequisites, not scope substitutes**\n\nSemantic meeting search, meeting assets, and recording-content retrieval depend on account\nfeatures such as **Smart Recording** and **Meeting Summary** for useful results. These feature\nsettings do not replace the required OAuth scopes.\n\n**4. Whiteboard is a separate MCP surface**\n\nThe Zoom MCP endpoint and the Whiteboard MCP endpoint are separate. Route Whiteboard-specific\nrequests to [whiteboard\u002FSKILL.md](whiteboard\u002FSKILL.md).\n\n**5. Use REST for deterministic meeting CRUD**\n\nThe current Zoom MCP tool surface does not expose deterministic\nmeeting create, update, or delete tools. If the user needs explicit meeting CRUD operations,\nroute to [..\u002Frest-api\u002FSKILL.md](..\u002Frest-api\u002FSKILL.md).\n\n## Server Endpoints\n\n| Transport | URL |\n|-----------|-----|\n| Streamable HTTP (recommended) | `https:\u002F\u002Fmcp-us.zoom.us\u002Fmcp\u002Fzoom\u002Fstreamable` |\n| SSE (fallback) | `https:\u002F\u002Fmcp-us.zoom.us\u002Fmcp\u002Fzoom\u002Fsse` |\n\nDedicated Docs MCP server:\n\n| Transport | URL |\n|-----------|-----|\n| Streamable HTTP (recommended) | `https:\u002F\u002Fmcp.zoom.us\u002Fmcp\u002Fdocs\u002Fstreamable` |\n| SSE (fallback) | `https:\u002F\u002Fmcp.zoom.us\u002Fmcp\u002Fdocs\u002Fsse` |\n\nDedicated Whiteboard MCP skill:\n- [whiteboard\u002FSKILL.md](whiteboard\u002FSKILL.md)\n\n## Search and Retrieval Model\n\n`search_meetings` uses AI Companion retrieval rather than a plain metadata filter. In this\nuse the live MCP server as authoritative for response schema and scope behavior.\n\nTwo result families matter most:\n\n- **Recap-oriented results**: AI summary, meeting-linked documents, recordings, and related assets\n- **Recording-oriented results**: cloud recording references and transcript-capable resources\n\nUse [examples\u002Ftranscript-retrieval.md](examples\u002Ftranscript-retrieval.md) for the main retrieval\nworkflow.\n\n## Tool Catalog\n\n| Tool | Key Parameters | Required Scope |\n|------|---------------|----------------|\n| `get_meeting_assets` | `meetingId`* | `meeting:read:assets` |\n| `search_meetings` | `q`, `from`, `to`, `page_size`, `next_page_token` | `meeting:read:search` |\n| `get_recording_resource` | `meetingId`*, `types`, `clip_num`, `play_time`, `raw_passcode`, `encode_passcode` | `cloud_recording:read:content` |\n| `recordings_list` | `userId`*, `from`, `to`, `meeting_id`, `trash`, `trash_type`, `page_size`, `next_page_token` | `cloud_recording:read:list_user_recordings` |\n\n\\* Required parameter\n\nFull parameter and output guidance: [references\u002Ftools.md](references\u002Ftools.md)\n\n## Key Workflows\n\n**Search meeting content, then retrieve assets:**\n```text\nsearch_meetings\n  q: \"Q4 planning discussion\"\n  from: \"2026-03-01\"\n  to: \"2026-03-06\"\n→ choose a returned meeting\n→ get_meeting_assets  meetingId: \"MEETING_ID_OR_UUID\"\n```\n\n**List recordings, then retrieve recording resources:**\n```text\nrecordings_list\n  userId: \"me\"\n  from: \"2026-03-01\"\n  to: \"2026-03-06\"\n→ choose a recording target\n→ get_recording_resource  meetingId: \"MEETING_UUID_OR_RECORDING_ID\"\n```\n\n**Create or fetch a Zoom Doc:**\n- use the dedicated `zoom-docs-mcp` server rather than the main `zoom-mcp` server\n- official documented tools on the Zoom Docs MCP page are:\n  - `create_file_with_content`\n  - `get_file_content`\n\n## Error Reference\n\n| Code | Meaning | Fix |\n|------|---------|-----|\n| `401 Unauthorized` | Missing or rejected bearer token at the endpoint | Set `ZOOM_MCP_ACCESS_TOKEN`, then restart Claude or re-enable the plugin |\n| `-32001 Invalid access token` | Token expired, malformed, or missing required scopes | Refresh OAuth token and verify the MCP-specific scopes |\n| `-32602 Can not found tool` | Requested tool name is not exposed by the active MCP server | Re-run `tools\u002Flist` and use the current tool names for that endpoint |\n| `404` | Possible downstream resource-not-found response | Re-discover the target with `search_meetings` or `recordings_list` |\n\nFull error reference: [references\u002Ferror-codes.md](references\u002Ferror-codes.md)\n\n## Documentation\n\n### Concepts\n- [concepts\u002Fmcp-architecture.md](concepts\u002Fmcp-architecture.md) — MCP protocol, hosted endpoints, discovery, and capability model\n- [concepts\u002Foauth-setup.md](concepts\u002Foauth-setup.md) — OAuth app creation, MCP-specific scopes, AI Companion prerequisites, token lifecycle\n\n### Examples\n- [examples\u002Ftranscript-retrieval.md](examples\u002Ftranscript-retrieval.md) — Search\u002Fassets and recording-resource workflows\n- [examples\u002Fcreate-zoom-doc.md](examples\u002Fcreate-zoom-doc.md) — Verified Zoom Docs creation flow\n- [examples\u002Fsearch-and-act.md](examples\u002Fsearch-and-act.md) — Search, inspect assets, and hand off CRUD work to REST when needed\n- [examples\u002Fmeeting-lifecycle.md](examples\u002Fmeeting-lifecycle.md) — Why meeting CRUD belongs in REST, plus the MCP-to-REST handoff pattern\n\n### References\n- [references\u002Ftools.md](references\u002Ftools.md) — Current Zoom MCP tool reference\n- [references\u002Ferror-codes.md](references\u002Ferror-codes.md) — MCP and Zoom API errors with fixes\n- [whiteboard\u002FSKILL.md](whiteboard\u002FSKILL.md) — Dedicated Whiteboard MCP skill\n\n### Troubleshooting\n- [troubleshooting\u002Fcommon-errors.md](troubleshooting\u002Fcommon-errors.md) — Scope failures, endpoint mixups, search\u002Frecording issues\n\n### Operations\n- [RUNBOOK.md](RUNBOOK.md) — 5-minute preflight and debugging checklist\n\n## Related Skills\n\n- [zoom-rest-api](..\u002Frest-api\u002FSKILL.md) — Deterministic REST API access, including meeting CRUD\n- [zoom-oauth](..\u002Foauth\u002FSKILL.md) — OAuth implementation patterns\n- [zoom-webhooks](..\u002Fwebhooks\u002FSKILL.md) — Event-driven recording and meeting workflows\n- [zoom-rtms](..\u002Frtms\u002FSKILL.md) — Live media and transcript streams during active meetings\n",{"data":38,"body":55},{"name":4,"description":6,"user-invocable":39,"triggers":40},false,[41,42,43,44,45,46,47,48,49,50,51,52,53,54],"zoom mcp","zoom mcp server","zoom mcp tools","zoom tools\u002Flist","zoom tools\u002Fcall","ai companion transcript","agentic retrieval","zoom semantic meeting search","zoom search meetings by content","zoom meeting assets mcp","zoom recording resource mcp","zoom docs via mcp","zoom transcript via mcp","meeting transcript via mcp",{"type":56,"children":57},"root",[58,66,90,96,109,129,134,159,164,203,216,228,240,247,256,307,315,323,381,389,399,405,413,432,440,445,525,530,551,559,578,586,596,604,615,621,683,688,740,745,755,761,771,776,799,811,817,1066,1071,1080,1086,1094,1103,1111,1120,1128,1176,1182,1323,1333,1339,1346,1369,1375,1417,1423,1453,1459,1472,1478,1491,1497,1543],{"type":59,"tag":60,"props":61,"children":62},"element","h1",{"id":4},[63],{"type":64,"value":65},"text","Zoom MCP",{"type":59,"tag":67,"props":68,"children":69},"p",{},[70,72,79,81,88],{"type":64,"value":71},"Guidance for the bundled Zoom MCP connector in this Claude plugin. Prefer ",{"type":59,"tag":73,"props":74,"children":76},"code",{"className":75},[],[77],{"type":64,"value":78},"design-mcp-workflow",{"type":64,"value":80}," or ",{"type":59,"tag":82,"props":83,"children":85},"a",{"href":84},"..\u002Fsetup-zoom-mcp\u002FSKILL.md",[86],{"type":64,"value":87},"setup-zoom-mcp",{"type":64,"value":89}," first, then route here for tool-surface details, auth expectations, and MCP-specific constraints.",{"type":59,"tag":60,"props":91,"children":93},{"id":92},"zoom-mcp-server",[94],{"type":64,"value":95},"Zoom MCP Server",{"type":59,"tag":67,"props":97,"children":98},{},[99,101,107],{"type":64,"value":100},"This plugin bundles Zoom's hosted MCP server at ",{"type":59,"tag":73,"props":102,"children":104},{"className":103},[],[105],{"type":64,"value":106},"mcp-us.zoom.us",{"type":64,"value":108}," for AI-agent access to:",{"type":59,"tag":110,"props":111,"children":112},"ul",{},[113,119,124],{"type":59,"tag":114,"props":115,"children":116},"li",{},[117],{"type":64,"value":118},"semantic meeting search",{"type":59,"tag":114,"props":120,"children":121},{},[122],{"type":64,"value":123},"meeting-linked asset retrieval",{"type":59,"tag":114,"props":125,"children":126},{},[127],{"type":64,"value":128},"recording resource retrieval",{"type":59,"tag":67,"props":130,"children":131},{},[132],{"type":64,"value":133},"Zoom Docs are exposed through a separate bundled server:",{"type":59,"tag":110,"props":135,"children":136},{},[137,154],{"type":59,"tag":114,"props":138,"children":139},{},[140,146,148],{"type":59,"tag":73,"props":141,"children":143},{"className":142},[],[144],{"type":64,"value":145},"zoom-docs-mcp",{"type":64,"value":147}," at ",{"type":59,"tag":73,"props":149,"children":151},{"className":150},[],[152],{"type":64,"value":153},"mcp.zoom.us",{"type":59,"tag":114,"props":155,"children":156},{},[157],{"type":64,"value":158},"purpose-built for Zoom Docs creation and retrieval",{"type":59,"tag":67,"props":160,"children":161},{},[162],{"type":64,"value":163},"Current tool names from the main Zoom MCP server:",{"type":59,"tag":110,"props":165,"children":166},{},[167,176,185,194],{"type":59,"tag":114,"props":168,"children":169},{},[170],{"type":59,"tag":73,"props":171,"children":173},{"className":172},[],[174],{"type":64,"value":175},"get_meeting_assets",{"type":59,"tag":114,"props":177,"children":178},{},[179],{"type":59,"tag":73,"props":180,"children":182},{"className":181},[],[183],{"type":64,"value":184},"search_meetings",{"type":59,"tag":114,"props":186,"children":187},{},[188],{"type":59,"tag":73,"props":189,"children":191},{"className":190},[],[192],{"type":64,"value":193},"get_recording_resource",{"type":59,"tag":114,"props":195,"children":196},{},[197],{"type":59,"tag":73,"props":198,"children":200},{"className":199},[],[201],{"type":64,"value":202},"recordings_list",{"type":59,"tag":67,"props":204,"children":205},{},[206,208,214],{"type":64,"value":207},"Some MCP clients namespace server tools in the UI, for example ",{"type":59,"tag":73,"props":209,"children":211},{"className":210},[],[212],{"type":64,"value":213},"zoom-mcp:recordings_list",{"type":64,"value":215},".\nTreat the raw tool names above as authoritative.",{"type":59,"tag":67,"props":217,"children":218},{},[219,221,226],{"type":64,"value":220},"Zoom Docs-specific MCP work should use the dedicated ",{"type":59,"tag":73,"props":222,"children":224},{"className":223},[],[225],{"type":64,"value":145},{"type":64,"value":227}," server.",{"type":59,"tag":67,"props":229,"children":230},{},[231,233,238],{"type":64,"value":232},"Whiteboard-specific MCP work is covered by the dedicated skill\n",{"type":59,"tag":82,"props":234,"children":236},{"href":235},"whiteboard\u002FSKILL.md",[237],{"type":64,"value":235},{"type":64,"value":239},".",{"type":59,"tag":241,"props":242,"children":244},"h2",{"id":243},"quick-start",[245],{"type":64,"value":246},"Quick Start",{"type":59,"tag":67,"props":248,"children":249},{},[250],{"type":59,"tag":251,"props":252,"children":253},"strong",{},[254],{"type":64,"value":255},"1. Export the token expected by the bundled connector:",{"type":59,"tag":257,"props":258,"children":263},"pre",{"className":259,"code":260,"language":261,"meta":262,"style":262},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","export ZOOM_MCP_ACCESS_TOKEN=\"your_zoom_user_oauth_access_token\"\n","bash","",[264],{"type":59,"tag":73,"props":265,"children":266},{"__ignoreMap":262},[267],{"type":59,"tag":268,"props":269,"children":272},"span",{"class":270,"line":271},"line",1,[273,279,285,291,296,302],{"type":59,"tag":268,"props":274,"children":276},{"style":275},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[277],{"type":64,"value":278},"export",{"type":59,"tag":268,"props":280,"children":282},{"style":281},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[283],{"type":64,"value":284}," ZOOM_MCP_ACCESS_TOKEN",{"type":59,"tag":268,"props":286,"children":288},{"style":287},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[289],{"type":64,"value":290},"=",{"type":59,"tag":268,"props":292,"children":293},{"style":287},[294],{"type":64,"value":295},"\"",{"type":59,"tag":268,"props":297,"children":299},{"style":298},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[300],{"type":64,"value":301},"your_zoom_user_oauth_access_token",{"type":59,"tag":268,"props":303,"children":304},{"style":287},[305],{"type":64,"value":306},"\"\n",{"type":59,"tag":67,"props":308,"children":309},{},[310],{"type":59,"tag":251,"props":311,"children":312},{},[313],{"type":64,"value":314},"2. Enable or restart the plugin so Claude restarts the bundled MCP server definition.",{"type":59,"tag":67,"props":316,"children":317},{},[318],{"type":59,"tag":251,"props":319,"children":320},{},[321],{"type":64,"value":322},"3. Verify discovery:",{"type":59,"tag":110,"props":324,"children":325},{},[326,357,370],{"type":59,"tag":114,"props":327,"children":328},{},[329,331,336,338,343,344,349,351,356],{"type":64,"value":330},"Confirm the client can see ",{"type":59,"tag":73,"props":332,"children":334},{"className":333},[],[335],{"type":64,"value":202},{"type":64,"value":337},", ",{"type":59,"tag":73,"props":339,"children":341},{"className":340},[],[342],{"type":64,"value":184},{"type":64,"value":337},{"type":59,"tag":73,"props":345,"children":347},{"className":346},[],[348],{"type":64,"value":175},{"type":64,"value":350},",\nand ",{"type":59,"tag":73,"props":352,"children":354},{"className":353},[],[355],{"type":64,"value":193},{"type":64,"value":239},{"type":59,"tag":114,"props":358,"children":359},{},[360,362,368],{"type":64,"value":361},"If the client exposes raw protocol inspection, ",{"type":59,"tag":73,"props":363,"children":365},{"className":364},[],[366],{"type":64,"value":367},"tools\u002Flist",{"type":64,"value":369}," is the authoritative discovery source.",{"type":59,"tag":114,"props":371,"children":372},{},[373,375,380],{"type":64,"value":374},"The current catalog is documented in ",{"type":59,"tag":82,"props":376,"children":378},{"href":377},"references\u002Ftools.md",[379],{"type":64,"value":377},{"type":64,"value":239},{"type":59,"tag":67,"props":382,"children":383},{},[384],{"type":59,"tag":251,"props":385,"children":386},{},[387],{"type":64,"value":388},"4. Run the first useful call:",{"type":59,"tag":257,"props":390,"children":394},{"className":391,"code":393,"language":64,"meta":262},[392],"language-text","recordings_list\n  userId: \"me\"\n  from: \"2026-03-01\"\n  to: \"2026-03-06\"\n  page_size: 10\n",[395],{"type":59,"tag":73,"props":396,"children":397},{"__ignoreMap":262},[398],{"type":64,"value":393},{"type":59,"tag":241,"props":400,"children":402},{"id":401},"critical-notes",[403],{"type":64,"value":404},"Critical Notes",{"type":59,"tag":67,"props":406,"children":407},{},[408],{"type":59,"tag":251,"props":409,"children":410},{},[411],{"type":64,"value":412},"1. User OAuth is the documented execution path",{"type":59,"tag":67,"props":414,"children":415},{},[416,418,423,425,430],{"type":64,"value":417},"Use a ",{"type":59,"tag":251,"props":419,"children":420},{},[421],{"type":64,"value":422},"General app",{"type":64,"value":424}," with ",{"type":59,"tag":251,"props":426,"children":427},{},[428],{"type":64,"value":429},"user-level OAuth",{"type":64,"value":431}," as the execution path for Zoom MCP\ntool use in this plugin. Do not rely on Server-to-Server OAuth as a supported MCP auth model here.",{"type":59,"tag":67,"props":433,"children":434},{},[435],{"type":59,"tag":251,"props":436,"children":437},{},[438],{"type":64,"value":439},"2. Zoom MCP uses MCP-specific granular scopes",{"type":59,"tag":67,"props":441,"children":442},{},[443],{"type":64,"value":444},"The Zoom MCP scope set is not the same as the older broad REST scopes.\nThe key scopes for the main Zoom MCP server are:",{"type":59,"tag":110,"props":446,"children":447},{},[448,459,470,481,492,503,514],{"type":59,"tag":114,"props":449,"children":450},{},[451,457],{"type":59,"tag":73,"props":452,"children":454},{"className":453},[],[455],{"type":64,"value":456},"ai_companion:read:search",{"type":64,"value":458}," — Search across Zoom Meeting, Zoom Chat, and Zoom Doc, returning the most relevant results based on the query",{"type":59,"tag":114,"props":460,"children":461},{},[462,468],{"type":59,"tag":73,"props":463,"children":465},{"className":464},[],[466],{"type":64,"value":467},"meeting:read:search",{"type":64,"value":469}," — Search and view meetings",{"type":59,"tag":114,"props":471,"children":472},{},[473,479],{"type":59,"tag":73,"props":474,"children":476},{"className":475},[],[477],{"type":64,"value":478},"meeting:read:assets",{"type":64,"value":480}," — View a meeting's assets",{"type":59,"tag":114,"props":482,"children":483},{},[484,490],{"type":59,"tag":73,"props":485,"children":487},{"className":486},[],[488],{"type":64,"value":489},"cloud_recording:read:list_user_recordings",{"type":64,"value":491}," — Lists all cloud recordings for a user.",{"type":59,"tag":114,"props":493,"children":494},{},[495,501],{"type":59,"tag":73,"props":496,"children":498},{"className":497},[],[499],{"type":64,"value":500},"cloud_recording:read:content",{"type":64,"value":502}," — read recording content scope",{"type":59,"tag":114,"props":504,"children":505},{},[506,512],{"type":59,"tag":73,"props":507,"children":509},{"className":508},[],[510],{"type":64,"value":511},"docs:write:import",{"type":64,"value":513}," — Create a new file by import",{"type":59,"tag":114,"props":515,"children":516},{},[517,523],{"type":59,"tag":73,"props":518,"children":520},{"className":519},[],[521],{"type":64,"value":522},"docs:read:export",{"type":64,"value":524}," — Read file content in Markdown format",{"type":59,"tag":67,"props":526,"children":527},{},[528],{"type":64,"value":529},"For Zoom Docs MCP specifically, the official docs page shows these granular scopes for the documented tools:",{"type":59,"tag":110,"props":531,"children":532},{},[533,542],{"type":59,"tag":114,"props":534,"children":535},{},[536,541],{"type":59,"tag":73,"props":537,"children":539},{"className":538},[],[540],{"type":64,"value":511},{"type":64,"value":513},{"type":59,"tag":114,"props":543,"children":544},{},[545,550],{"type":59,"tag":73,"props":546,"children":548},{"className":547},[],[549],{"type":64,"value":522},{"type":64,"value":524},{"type":59,"tag":67,"props":552,"children":553},{},[554],{"type":59,"tag":251,"props":555,"children":556},{},[557],{"type":64,"value":558},"3. AI Companion features are feature prerequisites, not scope substitutes",{"type":59,"tag":67,"props":560,"children":561},{},[562,564,569,571,576],{"type":64,"value":563},"Semantic meeting search, meeting assets, and recording-content retrieval depend on account\nfeatures such as ",{"type":59,"tag":251,"props":565,"children":566},{},[567],{"type":64,"value":568},"Smart Recording",{"type":64,"value":570}," and ",{"type":59,"tag":251,"props":572,"children":573},{},[574],{"type":64,"value":575},"Meeting Summary",{"type":64,"value":577}," for useful results. These feature\nsettings do not replace the required OAuth scopes.",{"type":59,"tag":67,"props":579,"children":580},{},[581],{"type":59,"tag":251,"props":582,"children":583},{},[584],{"type":64,"value":585},"4. Whiteboard is a separate MCP surface",{"type":59,"tag":67,"props":587,"children":588},{},[589,591,595],{"type":64,"value":590},"The Zoom MCP endpoint and the Whiteboard MCP endpoint are separate. Route Whiteboard-specific\nrequests to ",{"type":59,"tag":82,"props":592,"children":593},{"href":235},[594],{"type":64,"value":235},{"type":64,"value":239},{"type":59,"tag":67,"props":597,"children":598},{},[599],{"type":59,"tag":251,"props":600,"children":601},{},[602],{"type":64,"value":603},"5. Use REST for deterministic meeting CRUD",{"type":59,"tag":67,"props":605,"children":606},{},[607,609,614],{"type":64,"value":608},"The current Zoom MCP tool surface does not expose deterministic\nmeeting create, update, or delete tools. If the user needs explicit meeting CRUD operations,\nroute to ",{"type":59,"tag":82,"props":610,"children":612},{"href":611},"..\u002Frest-api\u002FSKILL.md",[613],{"type":64,"value":611},{"type":64,"value":239},{"type":59,"tag":241,"props":616,"children":618},{"id":617},"server-endpoints",[619],{"type":64,"value":620},"Server Endpoints",{"type":59,"tag":622,"props":623,"children":624},"table",{},[625,644],{"type":59,"tag":626,"props":627,"children":628},"thead",{},[629],{"type":59,"tag":630,"props":631,"children":632},"tr",{},[633,639],{"type":59,"tag":634,"props":635,"children":636},"th",{},[637],{"type":64,"value":638},"Transport",{"type":59,"tag":634,"props":640,"children":641},{},[642],{"type":64,"value":643},"URL",{"type":59,"tag":645,"props":646,"children":647},"tbody",{},[648,666],{"type":59,"tag":630,"props":649,"children":650},{},[651,657],{"type":59,"tag":652,"props":653,"children":654},"td",{},[655],{"type":64,"value":656},"Streamable HTTP (recommended)",{"type":59,"tag":652,"props":658,"children":659},{},[660],{"type":59,"tag":73,"props":661,"children":663},{"className":662},[],[664],{"type":64,"value":665},"https:\u002F\u002Fmcp-us.zoom.us\u002Fmcp\u002Fzoom\u002Fstreamable",{"type":59,"tag":630,"props":667,"children":668},{},[669,674],{"type":59,"tag":652,"props":670,"children":671},{},[672],{"type":64,"value":673},"SSE (fallback)",{"type":59,"tag":652,"props":675,"children":676},{},[677],{"type":59,"tag":73,"props":678,"children":680},{"className":679},[],[681],{"type":64,"value":682},"https:\u002F\u002Fmcp-us.zoom.us\u002Fmcp\u002Fzoom\u002Fsse",{"type":59,"tag":67,"props":684,"children":685},{},[686],{"type":64,"value":687},"Dedicated Docs MCP server:",{"type":59,"tag":622,"props":689,"children":690},{},[691,705],{"type":59,"tag":626,"props":692,"children":693},{},[694],{"type":59,"tag":630,"props":695,"children":696},{},[697,701],{"type":59,"tag":634,"props":698,"children":699},{},[700],{"type":64,"value":638},{"type":59,"tag":634,"props":702,"children":703},{},[704],{"type":64,"value":643},{"type":59,"tag":645,"props":706,"children":707},{},[708,724],{"type":59,"tag":630,"props":709,"children":710},{},[711,715],{"type":59,"tag":652,"props":712,"children":713},{},[714],{"type":64,"value":656},{"type":59,"tag":652,"props":716,"children":717},{},[718],{"type":59,"tag":73,"props":719,"children":721},{"className":720},[],[722],{"type":64,"value":723},"https:\u002F\u002Fmcp.zoom.us\u002Fmcp\u002Fdocs\u002Fstreamable",{"type":59,"tag":630,"props":725,"children":726},{},[727,731],{"type":59,"tag":652,"props":728,"children":729},{},[730],{"type":64,"value":673},{"type":59,"tag":652,"props":732,"children":733},{},[734],{"type":59,"tag":73,"props":735,"children":737},{"className":736},[],[738],{"type":64,"value":739},"https:\u002F\u002Fmcp.zoom.us\u002Fmcp\u002Fdocs\u002Fsse",{"type":59,"tag":67,"props":741,"children":742},{},[743],{"type":64,"value":744},"Dedicated Whiteboard MCP skill:",{"type":59,"tag":110,"props":746,"children":747},{},[748],{"type":59,"tag":114,"props":749,"children":750},{},[751],{"type":59,"tag":82,"props":752,"children":753},{"href":235},[754],{"type":64,"value":235},{"type":59,"tag":241,"props":756,"children":758},{"id":757},"search-and-retrieval-model",[759],{"type":64,"value":760},"Search and Retrieval Model",{"type":59,"tag":67,"props":762,"children":763},{},[764,769],{"type":59,"tag":73,"props":765,"children":767},{"className":766},[],[768],{"type":64,"value":184},{"type":64,"value":770}," uses AI Companion retrieval rather than a plain metadata filter. In this\nuse the live MCP server as authoritative for response schema and scope behavior.",{"type":59,"tag":67,"props":772,"children":773},{},[774],{"type":64,"value":775},"Two result families matter most:",{"type":59,"tag":110,"props":777,"children":778},{},[779,789],{"type":59,"tag":114,"props":780,"children":781},{},[782,787],{"type":59,"tag":251,"props":783,"children":784},{},[785],{"type":64,"value":786},"Recap-oriented results",{"type":64,"value":788},": AI summary, meeting-linked documents, recordings, and related assets",{"type":59,"tag":114,"props":790,"children":791},{},[792,797],{"type":59,"tag":251,"props":793,"children":794},{},[795],{"type":64,"value":796},"Recording-oriented results",{"type":64,"value":798},": cloud recording references and transcript-capable resources",{"type":59,"tag":67,"props":800,"children":801},{},[802,804,809],{"type":64,"value":803},"Use ",{"type":59,"tag":82,"props":805,"children":807},{"href":806},"examples\u002Ftranscript-retrieval.md",[808],{"type":64,"value":806},{"type":64,"value":810}," for the main retrieval\nworkflow.",{"type":59,"tag":241,"props":812,"children":814},{"id":813},"tool-catalog",[815],{"type":64,"value":816},"Tool Catalog",{"type":59,"tag":622,"props":818,"children":819},{},[820,841],{"type":59,"tag":626,"props":821,"children":822},{},[823],{"type":59,"tag":630,"props":824,"children":825},{},[826,831,836],{"type":59,"tag":634,"props":827,"children":828},{},[829],{"type":64,"value":830},"Tool",{"type":59,"tag":634,"props":832,"children":833},{},[834],{"type":64,"value":835},"Key Parameters",{"type":59,"tag":634,"props":837,"children":838},{},[839],{"type":64,"value":840},"Required Scope",{"type":59,"tag":645,"props":842,"children":843},{},[844,874,930,993],{"type":59,"tag":630,"props":845,"children":846},{},[847,855,866],{"type":59,"tag":652,"props":848,"children":849},{},[850],{"type":59,"tag":73,"props":851,"children":853},{"className":852},[],[854],{"type":64,"value":175},{"type":59,"tag":652,"props":856,"children":857},{},[858,864],{"type":59,"tag":73,"props":859,"children":861},{"className":860},[],[862],{"type":64,"value":863},"meetingId",{"type":64,"value":865},"*",{"type":59,"tag":652,"props":867,"children":868},{},[869],{"type":59,"tag":73,"props":870,"children":872},{"className":871},[],[873],{"type":64,"value":478},{"type":59,"tag":630,"props":875,"children":876},{},[877,885,922],{"type":59,"tag":652,"props":878,"children":879},{},[880],{"type":59,"tag":73,"props":881,"children":883},{"className":882},[],[884],{"type":64,"value":184},{"type":59,"tag":652,"props":886,"children":887},{},[888,894,895,901,902,908,909,915,916],{"type":59,"tag":73,"props":889,"children":891},{"className":890},[],[892],{"type":64,"value":893},"q",{"type":64,"value":337},{"type":59,"tag":73,"props":896,"children":898},{"className":897},[],[899],{"type":64,"value":900},"from",{"type":64,"value":337},{"type":59,"tag":73,"props":903,"children":905},{"className":904},[],[906],{"type":64,"value":907},"to",{"type":64,"value":337},{"type":59,"tag":73,"props":910,"children":912},{"className":911},[],[913],{"type":64,"value":914},"page_size",{"type":64,"value":337},{"type":59,"tag":73,"props":917,"children":919},{"className":918},[],[920],{"type":64,"value":921},"next_page_token",{"type":59,"tag":652,"props":923,"children":924},{},[925],{"type":59,"tag":73,"props":926,"children":928},{"className":927},[],[929],{"type":64,"value":467},{"type":59,"tag":630,"props":931,"children":932},{},[933,941,985],{"type":59,"tag":652,"props":934,"children":935},{},[936],{"type":59,"tag":73,"props":937,"children":939},{"className":938},[],[940],{"type":64,"value":193},{"type":59,"tag":652,"props":942,"children":943},{},[944,949,951,957,958,964,965,971,972,978,979],{"type":59,"tag":73,"props":945,"children":947},{"className":946},[],[948],{"type":64,"value":863},{"type":64,"value":950},"*, ",{"type":59,"tag":73,"props":952,"children":954},{"className":953},[],[955],{"type":64,"value":956},"types",{"type":64,"value":337},{"type":59,"tag":73,"props":959,"children":961},{"className":960},[],[962],{"type":64,"value":963},"clip_num",{"type":64,"value":337},{"type":59,"tag":73,"props":966,"children":968},{"className":967},[],[969],{"type":64,"value":970},"play_time",{"type":64,"value":337},{"type":59,"tag":73,"props":973,"children":975},{"className":974},[],[976],{"type":64,"value":977},"raw_passcode",{"type":64,"value":337},{"type":59,"tag":73,"props":980,"children":982},{"className":981},[],[983],{"type":64,"value":984},"encode_passcode",{"type":59,"tag":652,"props":986,"children":987},{},[988],{"type":59,"tag":73,"props":989,"children":991},{"className":990},[],[992],{"type":64,"value":500},{"type":59,"tag":630,"props":994,"children":995},{},[996,1004,1058],{"type":59,"tag":652,"props":997,"children":998},{},[999],{"type":59,"tag":73,"props":1000,"children":1002},{"className":1001},[],[1003],{"type":64,"value":202},{"type":59,"tag":652,"props":1005,"children":1006},{},[1007,1013,1014,1019,1020,1025,1026,1032,1033,1039,1040,1046,1047,1052,1053],{"type":59,"tag":73,"props":1008,"children":1010},{"className":1009},[],[1011],{"type":64,"value":1012},"userId",{"type":64,"value":950},{"type":59,"tag":73,"props":1015,"children":1017},{"className":1016},[],[1018],{"type":64,"value":900},{"type":64,"value":337},{"type":59,"tag":73,"props":1021,"children":1023},{"className":1022},[],[1024],{"type":64,"value":907},{"type":64,"value":337},{"type":59,"tag":73,"props":1027,"children":1029},{"className":1028},[],[1030],{"type":64,"value":1031},"meeting_id",{"type":64,"value":337},{"type":59,"tag":73,"props":1034,"children":1036},{"className":1035},[],[1037],{"type":64,"value":1038},"trash",{"type":64,"value":337},{"type":59,"tag":73,"props":1041,"children":1043},{"className":1042},[],[1044],{"type":64,"value":1045},"trash_type",{"type":64,"value":337},{"type":59,"tag":73,"props":1048,"children":1050},{"className":1049},[],[1051],{"type":64,"value":914},{"type":64,"value":337},{"type":59,"tag":73,"props":1054,"children":1056},{"className":1055},[],[1057],{"type":64,"value":921},{"type":59,"tag":652,"props":1059,"children":1060},{},[1061],{"type":59,"tag":73,"props":1062,"children":1064},{"className":1063},[],[1065],{"type":64,"value":489},{"type":59,"tag":67,"props":1067,"children":1068},{},[1069],{"type":64,"value":1070},"* Required parameter",{"type":59,"tag":67,"props":1072,"children":1073},{},[1074,1076],{"type":64,"value":1075},"Full parameter and output guidance: ",{"type":59,"tag":82,"props":1077,"children":1078},{"href":377},[1079],{"type":64,"value":377},{"type":59,"tag":241,"props":1081,"children":1083},{"id":1082},"key-workflows",[1084],{"type":64,"value":1085},"Key Workflows",{"type":59,"tag":67,"props":1087,"children":1088},{},[1089],{"type":59,"tag":251,"props":1090,"children":1091},{},[1092],{"type":64,"value":1093},"Search meeting content, then retrieve assets:",{"type":59,"tag":257,"props":1095,"children":1098},{"className":1096,"code":1097,"language":64,"meta":262},[392],"search_meetings\n  q: \"Q4 planning discussion\"\n  from: \"2026-03-01\"\n  to: \"2026-03-06\"\n→ choose a returned meeting\n→ get_meeting_assets  meetingId: \"MEETING_ID_OR_UUID\"\n",[1099],{"type":59,"tag":73,"props":1100,"children":1101},{"__ignoreMap":262},[1102],{"type":64,"value":1097},{"type":59,"tag":67,"props":1104,"children":1105},{},[1106],{"type":59,"tag":251,"props":1107,"children":1108},{},[1109],{"type":64,"value":1110},"List recordings, then retrieve recording resources:",{"type":59,"tag":257,"props":1112,"children":1115},{"className":1113,"code":1114,"language":64,"meta":262},[392],"recordings_list\n  userId: \"me\"\n  from: \"2026-03-01\"\n  to: \"2026-03-06\"\n→ choose a recording target\n→ get_recording_resource  meetingId: \"MEETING_UUID_OR_RECORDING_ID\"\n",[1116],{"type":59,"tag":73,"props":1117,"children":1118},{"__ignoreMap":262},[1119],{"type":64,"value":1114},{"type":59,"tag":67,"props":1121,"children":1122},{},[1123],{"type":59,"tag":251,"props":1124,"children":1125},{},[1126],{"type":64,"value":1127},"Create or fetch a Zoom Doc:",{"type":59,"tag":110,"props":1129,"children":1130},{},[1131,1150],{"type":59,"tag":114,"props":1132,"children":1133},{},[1134,1136,1141,1143,1148],{"type":64,"value":1135},"use the dedicated ",{"type":59,"tag":73,"props":1137,"children":1139},{"className":1138},[],[1140],{"type":64,"value":145},{"type":64,"value":1142}," server rather than the main ",{"type":59,"tag":73,"props":1144,"children":1146},{"className":1145},[],[1147],{"type":64,"value":4},{"type":64,"value":1149}," server",{"type":59,"tag":114,"props":1151,"children":1152},{},[1153,1155],{"type":64,"value":1154},"official documented tools on the Zoom Docs MCP page are:\n",{"type":59,"tag":110,"props":1156,"children":1157},{},[1158,1167],{"type":59,"tag":114,"props":1159,"children":1160},{},[1161],{"type":59,"tag":73,"props":1162,"children":1164},{"className":1163},[],[1165],{"type":64,"value":1166},"create_file_with_content",{"type":59,"tag":114,"props":1168,"children":1169},{},[1170],{"type":59,"tag":73,"props":1171,"children":1173},{"className":1172},[],[1174],{"type":64,"value":1175},"get_file_content",{"type":59,"tag":241,"props":1177,"children":1179},{"id":1178},"error-reference",[1180],{"type":64,"value":1181},"Error Reference",{"type":59,"tag":622,"props":1183,"children":1184},{},[1185,1206],{"type":59,"tag":626,"props":1186,"children":1187},{},[1188],{"type":59,"tag":630,"props":1189,"children":1190},{},[1191,1196,1201],{"type":59,"tag":634,"props":1192,"children":1193},{},[1194],{"type":64,"value":1195},"Code",{"type":59,"tag":634,"props":1197,"children":1198},{},[1199],{"type":64,"value":1200},"Meaning",{"type":59,"tag":634,"props":1202,"children":1203},{},[1204],{"type":64,"value":1205},"Fix",{"type":59,"tag":645,"props":1207,"children":1208},{},[1209,1239,1261,1290],{"type":59,"tag":630,"props":1210,"children":1211},{},[1212,1221,1226],{"type":59,"tag":652,"props":1213,"children":1214},{},[1215],{"type":59,"tag":73,"props":1216,"children":1218},{"className":1217},[],[1219],{"type":64,"value":1220},"401 Unauthorized",{"type":59,"tag":652,"props":1222,"children":1223},{},[1224],{"type":64,"value":1225},"Missing or rejected bearer token at the endpoint",{"type":59,"tag":652,"props":1227,"children":1228},{},[1229,1231,1237],{"type":64,"value":1230},"Set ",{"type":59,"tag":73,"props":1232,"children":1234},{"className":1233},[],[1235],{"type":64,"value":1236},"ZOOM_MCP_ACCESS_TOKEN",{"type":64,"value":1238},", then restart Claude or re-enable the plugin",{"type":59,"tag":630,"props":1240,"children":1241},{},[1242,1251,1256],{"type":59,"tag":652,"props":1243,"children":1244},{},[1245],{"type":59,"tag":73,"props":1246,"children":1248},{"className":1247},[],[1249],{"type":64,"value":1250},"-32001 Invalid access token",{"type":59,"tag":652,"props":1252,"children":1253},{},[1254],{"type":64,"value":1255},"Token expired, malformed, or missing required scopes",{"type":59,"tag":652,"props":1257,"children":1258},{},[1259],{"type":64,"value":1260},"Refresh OAuth token and verify the MCP-specific scopes",{"type":59,"tag":630,"props":1262,"children":1263},{},[1264,1273,1278],{"type":59,"tag":652,"props":1265,"children":1266},{},[1267],{"type":59,"tag":73,"props":1268,"children":1270},{"className":1269},[],[1271],{"type":64,"value":1272},"-32602 Can not found tool",{"type":59,"tag":652,"props":1274,"children":1275},{},[1276],{"type":64,"value":1277},"Requested tool name is not exposed by the active MCP server",{"type":59,"tag":652,"props":1279,"children":1280},{},[1281,1283,1288],{"type":64,"value":1282},"Re-run ",{"type":59,"tag":73,"props":1284,"children":1286},{"className":1285},[],[1287],{"type":64,"value":367},{"type":64,"value":1289}," and use the current tool names for that endpoint",{"type":59,"tag":630,"props":1291,"children":1292},{},[1293,1302,1307],{"type":59,"tag":652,"props":1294,"children":1295},{},[1296],{"type":59,"tag":73,"props":1297,"children":1299},{"className":1298},[],[1300],{"type":64,"value":1301},"404",{"type":59,"tag":652,"props":1303,"children":1304},{},[1305],{"type":64,"value":1306},"Possible downstream resource-not-found response",{"type":59,"tag":652,"props":1308,"children":1309},{},[1310,1312,1317,1318],{"type":64,"value":1311},"Re-discover the target with ",{"type":59,"tag":73,"props":1313,"children":1315},{"className":1314},[],[1316],{"type":64,"value":184},{"type":64,"value":80},{"type":59,"tag":73,"props":1319,"children":1321},{"className":1320},[],[1322],{"type":64,"value":202},{"type":59,"tag":67,"props":1324,"children":1325},{},[1326,1328],{"type":64,"value":1327},"Full error reference: ",{"type":59,"tag":82,"props":1329,"children":1331},{"href":1330},"references\u002Ferror-codes.md",[1332],{"type":64,"value":1330},{"type":59,"tag":241,"props":1334,"children":1336},{"id":1335},"documentation",[1337],{"type":64,"value":1338},"Documentation",{"type":59,"tag":1340,"props":1341,"children":1343},"h3",{"id":1342},"concepts",[1344],{"type":64,"value":1345},"Concepts",{"type":59,"tag":110,"props":1347,"children":1348},{},[1349,1359],{"type":59,"tag":114,"props":1350,"children":1351},{},[1352,1357],{"type":59,"tag":82,"props":1353,"children":1355},{"href":1354},"concepts\u002Fmcp-architecture.md",[1356],{"type":64,"value":1354},{"type":64,"value":1358}," — MCP protocol, hosted endpoints, discovery, and capability model",{"type":59,"tag":114,"props":1360,"children":1361},{},[1362,1367],{"type":59,"tag":82,"props":1363,"children":1365},{"href":1364},"concepts\u002Foauth-setup.md",[1366],{"type":64,"value":1364},{"type":64,"value":1368}," — OAuth app creation, MCP-specific scopes, AI Companion prerequisites, token lifecycle",{"type":59,"tag":1340,"props":1370,"children":1372},{"id":1371},"examples",[1373],{"type":64,"value":1374},"Examples",{"type":59,"tag":110,"props":1376,"children":1377},{},[1378,1387,1397,1407],{"type":59,"tag":114,"props":1379,"children":1380},{},[1381,1385],{"type":59,"tag":82,"props":1382,"children":1383},{"href":806},[1384],{"type":64,"value":806},{"type":64,"value":1386}," — Search\u002Fassets and recording-resource workflows",{"type":59,"tag":114,"props":1388,"children":1389},{},[1390,1395],{"type":59,"tag":82,"props":1391,"children":1393},{"href":1392},"examples\u002Fcreate-zoom-doc.md",[1394],{"type":64,"value":1392},{"type":64,"value":1396}," — Verified Zoom Docs creation flow",{"type":59,"tag":114,"props":1398,"children":1399},{},[1400,1405],{"type":59,"tag":82,"props":1401,"children":1403},{"href":1402},"examples\u002Fsearch-and-act.md",[1404],{"type":64,"value":1402},{"type":64,"value":1406}," — Search, inspect assets, and hand off CRUD work to REST when needed",{"type":59,"tag":114,"props":1408,"children":1409},{},[1410,1415],{"type":59,"tag":82,"props":1411,"children":1413},{"href":1412},"examples\u002Fmeeting-lifecycle.md",[1414],{"type":64,"value":1412},{"type":64,"value":1416}," — Why meeting CRUD belongs in REST, plus the MCP-to-REST handoff pattern",{"type":59,"tag":1340,"props":1418,"children":1420},{"id":1419},"references",[1421],{"type":64,"value":1422},"References",{"type":59,"tag":110,"props":1424,"children":1425},{},[1426,1435,1444],{"type":59,"tag":114,"props":1427,"children":1428},{},[1429,1433],{"type":59,"tag":82,"props":1430,"children":1431},{"href":377},[1432],{"type":64,"value":377},{"type":64,"value":1434}," — Current Zoom MCP tool reference",{"type":59,"tag":114,"props":1436,"children":1437},{},[1438,1442],{"type":59,"tag":82,"props":1439,"children":1440},{"href":1330},[1441],{"type":64,"value":1330},{"type":64,"value":1443}," — MCP and Zoom API errors with fixes",{"type":59,"tag":114,"props":1445,"children":1446},{},[1447,1451],{"type":59,"tag":82,"props":1448,"children":1449},{"href":235},[1450],{"type":64,"value":235},{"type":64,"value":1452}," — Dedicated Whiteboard MCP skill",{"type":59,"tag":1340,"props":1454,"children":1456},{"id":1455},"troubleshooting",[1457],{"type":64,"value":1458},"Troubleshooting",{"type":59,"tag":110,"props":1460,"children":1461},{},[1462],{"type":59,"tag":114,"props":1463,"children":1464},{},[1465,1470],{"type":59,"tag":82,"props":1466,"children":1468},{"href":1467},"troubleshooting\u002Fcommon-errors.md",[1469],{"type":64,"value":1467},{"type":64,"value":1471}," — Scope failures, endpoint mixups, search\u002Frecording issues",{"type":59,"tag":1340,"props":1473,"children":1475},{"id":1474},"operations",[1476],{"type":64,"value":1477},"Operations",{"type":59,"tag":110,"props":1479,"children":1480},{},[1481],{"type":59,"tag":114,"props":1482,"children":1483},{},[1484,1489],{"type":59,"tag":82,"props":1485,"children":1487},{"href":1486},"RUNBOOK.md",[1488],{"type":64,"value":1486},{"type":64,"value":1490}," — 5-minute preflight and debugging checklist",{"type":59,"tag":241,"props":1492,"children":1494},{"id":1493},"related-skills",[1495],{"type":64,"value":1496},"Related Skills",{"type":59,"tag":110,"props":1498,"children":1499},{},[1500,1510,1521,1532],{"type":59,"tag":114,"props":1501,"children":1502},{},[1503,1508],{"type":59,"tag":82,"props":1504,"children":1505},{"href":611},[1506],{"type":64,"value":1507},"zoom-rest-api",{"type":64,"value":1509}," — Deterministic REST API access, including meeting CRUD",{"type":59,"tag":114,"props":1511,"children":1512},{},[1513,1519],{"type":59,"tag":82,"props":1514,"children":1516},{"href":1515},"..\u002Foauth\u002FSKILL.md",[1517],{"type":64,"value":1518},"zoom-oauth",{"type":64,"value":1520}," — OAuth implementation patterns",{"type":59,"tag":114,"props":1522,"children":1523},{},[1524,1530],{"type":59,"tag":82,"props":1525,"children":1527},{"href":1526},"..\u002Fwebhooks\u002FSKILL.md",[1528],{"type":64,"value":1529},"zoom-webhooks",{"type":64,"value":1531}," — Event-driven recording and meeting workflows",{"type":59,"tag":114,"props":1533,"children":1534},{},[1535,1541],{"type":59,"tag":82,"props":1536,"children":1538},{"href":1537},"..\u002Frtms\u002FSKILL.md",[1539],{"type":64,"value":1540},"zoom-rtms",{"type":64,"value":1542}," — Live media and transcript streams during active meetings",{"type":59,"tag":1544,"props":1545,"children":1546},"style",{},[1547],{"type":64,"value":1548},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1550,"total":1733},[1551,1572,1586,1598,1617,1628,1649,1669,1683,1696,1704,1717],{"slug":1552,"name":1552,"fn":1553,"description":1554,"org":1555,"tags":1556,"stars":1569,"repoUrl":1570,"updatedAt":1571},"algorithmic-art","create algorithmic art with p5.js","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1557,1560,1563,1566],{"name":1558,"slug":1559,"type":16},"Creative","creative",{"name":1561,"slug":1562,"type":16},"Design","design",{"name":1564,"slug":1565,"type":16},"Generative Art","generative-art",{"name":1567,"slug":1568,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":1573,"name":1573,"fn":1574,"description":1575,"org":1576,"tags":1577,"stars":1569,"repoUrl":1570,"updatedAt":1585},"brand-guidelines","apply Anthropic brand colors and typography","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1578,1581,1582],{"name":1579,"slug":1580,"type":16},"Branding","branding",{"name":1561,"slug":1562,"type":16},{"name":1583,"slug":1584,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1587,"name":1587,"fn":1588,"description":1589,"org":1590,"tags":1591,"stars":1569,"repoUrl":1570,"updatedAt":1597},"canvas-design","create posters and visual art as PNG or PDF","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1592,1593,1594],{"name":1558,"slug":1559,"type":16},{"name":1561,"slug":1562,"type":16},{"name":1595,"slug":1596,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1599,"name":1599,"fn":1600,"description":1601,"org":1602,"tags":1603,"stars":1569,"repoUrl":1570,"updatedAt":1616},"claude-api","build apps with the Claude API","Reference for the Claude API \u002F Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.\nTRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude\u002FAnthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing\u002Fmodel choice\u002Flimits\u002Fcaching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent\u002FMCP\u002Ftool-definition\u002Fmulti-agent\u002FRAG\u002FLLM-judge\u002Fcomputer-use; generate\u002Fsummarize\u002Fextract\u002Fclassify\u002Frewrite\u002Fconverse over NL; debugging refusals\u002Fcutoffs\u002Fstreaming\u002Ftool-calls\u002Ftokens).\nSKIP only when another provider is being worked on (overrides all triggers): OpenAI\u002FGPT\u002FGemini\u002FLlama\u002FMistral\u002FCohere\u002FOllama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1604,1607,1608,1611,1613],{"name":1605,"slug":1606,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":1609,"slug":1610,"type":16},"Anthropic SDK","anthropic-sdk",{"name":1612,"slug":1599,"type":16},"Claude API",{"name":1614,"slug":1615,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":1618,"name":1618,"fn":1619,"description":1620,"org":1621,"tags":1622,"stars":1569,"repoUrl":1570,"updatedAt":1627},"doc-coauthoring","co-author documentation and technical specs","Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1623,1624],{"name":1338,"slug":1335,"type":16},{"name":1625,"slug":1626,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":1629,"name":1629,"fn":1630,"description":1631,"org":1632,"tags":1633,"stars":1569,"repoUrl":1570,"updatedAt":1648},"docx","create and edit Word documents","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1634,1637,1639,1642,1645],{"name":1635,"slug":1636,"type":16},"Documents","documents",{"name":1638,"slug":1629,"type":16},"DOCX",{"name":1640,"slug":1641,"type":16},"Office","office",{"name":1643,"slug":1644,"type":16},"Templates","templates",{"name":1646,"slug":1647,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":1650,"name":1650,"fn":1651,"description":1652,"org":1653,"tags":1654,"stars":1569,"repoUrl":1570,"updatedAt":1668},"frontend-design","design production-grade frontend interfaces","Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1655,1656,1659,1662,1665],{"name":1561,"slug":1562,"type":16},{"name":1657,"slug":1658,"type":16},"Frontend","frontend",{"name":1660,"slug":1661,"type":16},"React","react",{"name":1663,"slug":1664,"type":16},"Tailwind CSS","tailwind-css",{"name":1666,"slug":1667,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":1670,"name":1670,"fn":1671,"description":1672,"org":1673,"tags":1674,"stars":1569,"repoUrl":1570,"updatedAt":1682},"internal-comms","write internal company communications","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1675,1678,1679],{"name":1676,"slug":1677,"type":16},"Communications","communications",{"name":1643,"slug":1644,"type":16},{"name":1680,"slug":1681,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":1684,"name":1684,"fn":1685,"description":1686,"org":1687,"tags":1688,"stars":1569,"repoUrl":1570,"updatedAt":1695},"mcp-builder","build MCP servers","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node\u002FTypeScript (MCP SDK).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1689,1690,1693,1694],{"name":1605,"slug":1606,"type":16},{"name":1691,"slug":1692,"type":16},"API Development","api-development",{"name":1614,"slug":1615,"type":16},{"name":18,"slug":19,"type":16},"2026-04-06T17:56:10.357665",{"slug":1596,"name":1596,"fn":1697,"description":1698,"org":1699,"tags":1700,"stars":1569,"repoUrl":1570,"updatedAt":1703},"read edit and manipulate PDF files","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1701,1702],{"name":1635,"slug":1636,"type":16},{"name":1595,"slug":1596,"type":16},"2026-04-06T17:56:02.483316",{"slug":1705,"name":1705,"fn":1706,"description":1707,"org":1708,"tags":1709,"stars":1569,"repoUrl":1570,"updatedAt":1716},"pptx","create and edit PowerPoint presentations","Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1710,1713],{"name":1711,"slug":1712,"type":16},"PowerPoint","powerpoint",{"name":1714,"slug":1715,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":1718,"name":1718,"fn":1719,"description":1720,"org":1721,"tags":1722,"stars":1569,"repoUrl":1570,"updatedAt":1732},"skill-creator","create and optimize agent skills","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1723,1724,1725,1728,1731],{"name":1605,"slug":1606,"type":16},{"name":1338,"slug":1335,"type":16},{"name":1726,"slug":1727,"type":16},"Evals","evals",{"name":1729,"slug":1730,"type":16},"Performance","performance",{"name":1625,"slug":1626,"type":16},"2026-04-19T06:45:40.804",490,{"items":1735,"total":1842},[1736,1750,1766,1782,1798,1817,1829],{"slug":1737,"name":1737,"fn":1738,"description":1739,"org":1740,"tags":1741,"stars":26,"repoUrl":27,"updatedAt":1749},"accessibility-review","run WCAG accessibility audits","Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with \"audit accessibility\", \"check a11y\", \"is this accessible?\", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1742,1745,1746],{"name":1743,"slug":1744,"type":16},"Accessibility","accessibility",{"name":1561,"slug":1562,"type":16},{"name":1747,"slug":1748,"type":16},"WCAG","wcag","2026-04-06T17:58:05.682394",{"slug":1751,"name":1751,"fn":1752,"description":1753,"org":1754,"tags":1755,"stars":26,"repoUrl":27,"updatedAt":1765},"account-research","research accounts for sales intel","Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with \"research [company]\", \"look up [person]\", \"intel on [prospect]\", \"who is [name] at [company]\", or \"tell me about [company]\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1756,1759,1762],{"name":1757,"slug":1758,"type":16},"CRM","crm",{"name":1760,"slug":1761,"type":16},"Research","research",{"name":1763,"slug":1764,"type":16},"Sales","sales","2026-04-06T17:56:41.410418",{"slug":1767,"name":1767,"fn":1768,"description":1769,"org":1770,"tags":1771,"stars":26,"repoUrl":27,"updatedAt":1781},"analyze","answer data questions and run analyses","Answer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1772,1775,1778],{"name":1773,"slug":1774,"type":16},"Analytics","analytics",{"name":1776,"slug":1777,"type":16},"Data Analysis","data-analysis",{"name":1779,"slug":1780,"type":16},"SQL","sql","2026-04-06T17:57:21.593647",{"slug":1783,"name":1783,"fn":1784,"description":1785,"org":1786,"tags":1787,"stars":26,"repoUrl":27,"updatedAt":1797},"architecture","create and evaluate architecture decision records","Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1788,1791,1793,1794],{"name":1789,"slug":1790,"type":16},"ADR","adr",{"name":1792,"slug":1783,"type":16},"Architecture",{"name":1338,"slug":1335,"type":16},{"name":1795,"slug":1796,"type":16},"Engineering","engineering","2026-04-06T17:57:49.26444",{"slug":1799,"name":1799,"fn":1800,"description":1801,"org":1802,"tags":1803,"stars":26,"repoUrl":27,"updatedAt":1816},"audit-support","support SOX 404 control testing","Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1804,1807,1810,1813],{"name":1805,"slug":1806,"type":16},"Audit","audit",{"name":1808,"slug":1809,"type":16},"Finance","finance",{"name":1811,"slug":1812,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":1814,"slug":1815,"type":16},"SOX","sox","2026-04-06T17:57:36.714815",{"slug":1818,"name":1818,"fn":1819,"description":1820,"org":1821,"tags":1822,"stars":26,"repoUrl":27,"updatedAt":1828},"brand-review","review content against brand voice","Review content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before\u002Fafter fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1823,1824,1827],{"name":1579,"slug":1580,"type":16},{"name":1825,"slug":1826,"type":16},"Marketing","marketing",{"name":1680,"slug":1681,"type":16},"2026-04-06T17:58:19.548331",{"slug":1830,"name":1830,"fn":1831,"description":1832,"org":1833,"tags":1834,"stars":26,"repoUrl":27,"updatedAt":1841},"brand-voice-enforcement","enforce brand voice in content","This skill applies brand guidelines to content creation. It should be used when the user asks to \"write an email\", \"draft a proposal\", \"create a pitch deck\", \"write a LinkedIn post\", \"draft a presentation\", \"write a Slack message\", \"draft sales content\", or any content creation request where brand voice should be applied. Also triggers on \"on-brand\", \"brand voice\", \"enforce voice\", \"apply brand guidelines\", \"brand-aligned content\", \"write in our voice\", \"use our brand tone\", \"make this sound like us\", \"rewrite this in our tone\", or \"this doesn't sound on-brand\". Not for generating guidelines from scratch (use guideline-generation) or discovering brand materials (use discover-brand).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1835,1836,1837,1840],{"name":1579,"slug":1580,"type":16},{"name":1676,"slug":1677,"type":16},{"name":1838,"slug":1839,"type":16},"Content Creation","content-creation",{"name":1680,"slug":1681,"type":16},"2026-04-06T18:00:23.528956",200]