mcp_config_meeting_poll_handling.json•5.58 kB
{
"server": {
"url": "https://api.zoom.us/v2"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "Polls allow the meeting host to survey attendees. Use this API to create batch [polls](https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings) for a meeting.\u003cbr\u003e\u003cbr\u003e **Scopes**: `meeting:write:admin` `meeting:write`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`\u003cbr\u003e **Prerequisites**:\u003cbr\u003e * Host user type must be **Pro** or higher plan. * Polling feature must be enabled in the host\u0027s account. * Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.",
"name": "create_batch_polls"
},
{
"description": "Polls allow the meeting host to survey attendees. Use this API to list [polls](https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings) of a meeting.\u003cbr\u003e\u003cbr\u003e **Scopes**: `meeting:read:admin` `meeting:read`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`\u003cbr\u003e **Prerequisites**:\u003cbr\u003e * Host user type must be **Pro** or higher plan. * Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.",
"name": "meeting_polls"
},
{
"description": "Polls allow the meeting host to survey attendees. Use this API to create a [poll](https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings) for a meeting.\u003cbr\u003e\u003cbr\u003e **Scopes**: `meeting:write:admin` `meeting:write`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`\u003cbr\u003e **Prerequisites**:\u003cbr\u003e * Host user type must be **Pro** or higher plan. * Polling feature must be enabled in the host\u0027s account. * Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.",
"name": "meeting_poll_create"
},
{
"description": "Polls allow the meeting host to survey attendees. Use this API to delete a meeting [poll](https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings).\u003cbr\u003e **Scopes**: `meeting:write:admin` `meeting:write`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light` \u003cbr\u003e **Prerequisites**:\u003cbr\u003e * Host user type must be **Pro**. * Polling feature should be enabled in the host\u0027s account. * Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.",
"name": "meeting_poll_delete"
},
{
"description": "Polls allow the meeting host to survey attendees. Use this API to get information about a specific meeting [poll](https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings).\u003cbr\u003e\u003cbr\u003e **Scopes**: `meeting:read:admin` `meeting:read`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "meeting_poll_get"
},
{
"description": "Polls allow the meeting host to survey attendees. Use this API to update information of a specific meeting [poll](https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings)\u003cbr\u003e\u003cbr\u003e **Scopes**: `meeting:write:admin` `meeting:write` **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "meeting_poll_update"
},
{
"description": "[Polls](https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings) allow the meeting host to survey attendees. Use this API to list poll results of a meeting.\u003cbr\u003e\u003cbr\u003e **Scopes**: `meeting:read:admin`, `meeting:read`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium` \u003cbr\u003e **Prerequisites**:\u003cbr\u003e * Host user type must be **Pro**. * Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.",
"name": "list_past_meeting_polls"
},
{
"description": "Retrieve a report of [poll](https://support.zoom.us/hc/en-us/articles/213756303-Polling-for-Meetings) results for a past meeting. \u003cbr\u003e\u003cbr\u003e **Scopes:** `report:read:admin`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Heavy`\u003cbr\u003e **Prerequisites:**\u003cbr\u003e * Pro or a higher plan.\u003cbr\u003e",
"name": "report_meeting_polls"
},
{
"description": "Create a [poll](https://support.zoom.us/hc/en-us/articles/203749865-Polling-for-Webinars) for a webinar.\u003cbr\u003e\u003cbr\u003e **Scopes:** `webinar:write:admin` `webinar:write`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`\u003cbr\u003e",
"name": "webinar_poll_create"
},
{
"description": "Update a webinar\u0027s [poll](https://support.zoom.us/hc/en-us/articles/203749865-Polling-for-Webinars).\u003cbr\u003e\u003cbr\u003e **Scopes:** `webinar:write:admin` `webinar:write`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`\u003cbr\u003e",
"name": "webinar_poll_update"
}
]
}