Skip to main content
Glama
redesignhealth

Google Workspace MCP Server

get_zoom_meeting

Retrieve details of a Zoom meeting by providing the meeting ID, including join URL, topic, start time, and other relevant information.

Instructions

Get details of an existing Zoom meeting.

Args: meeting_id: The Zoom meeting ID

Returns: dict containing meeting details including join_url, topic, start_time, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
meeting_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It only says 'Get details' which implies a safe read operation, but does not disclose potential error behavior (e.g., meeting not found), authentication requirements, or rate limits. This is a significant gap for a tool with no annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is highly concise and well-structured with an Args/Returns format. The summary sentence is front-loaded, and every line provides relevant information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with one parameter and an output schema present, so the description need not detail return values extensively. However, it lacks usage guidance and behavioral transparency, leaving some context to be inferred. It is functional but not rich enough for a 4.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds minimal meaning beyond the schema by defining meeting_id as 'The Zoom meeting ID'. With 0% schema coverage, the description does compensate, but the explanation is barely more than the parameter name itself, lacking format details (e.g., numeric ID, where to find it).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get details of an existing Zoom meeting' with a specific verb and resource. It distinguishes itself from sibling tools like list_zoom_meetings (which lists meetings) and delete_zoom_meeting (which deletes), making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied: the tool takes a meeting_id to fetch details for a specific meeting, which is distinct from list_zoom_meetings for browsing. However, there is no explicit guidance on when to use this tool versus alternatives, such as when you already have the meeting ID.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/redesignhealth/google-mcp-unofficial'

If you have feedback or need assistance with the MCP directory API, please join our Discord server