Skip to main content
Glama
GhazwaPasha

Google Workspace MCP Server

by GhazwaPasha

meet_list_participants

Retrieve participants and their sessions from a Google Meet conference record. Provide the conference record name to get a list of attendees and session details.

Instructions

List participants and their sessions for a conference record (e.g. 'conferenceRecords/abc-defg-hij').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conference_record_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 discloses the basic operation but does not mention whether it's a read-only operation, any necessary permissions, or behavior for invalid conference record names. The description adds minimal behavioral context beyond the tool's name.

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 a single sentence that is direct and includes a practical example. It contains no unnecessary words or redundant information.

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, so the description doesn't need to explain return values. However, it lacks usage guidelines and behavioral details such as read-only semantics, which would be useful given no annotations. The example helps, but overall the description is minimally adequate.

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

Parameters4/5

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

The schema has one parameter with no description (0% coverage). The tool description compensates by providing an example format ('conferenceRecords/abc-defg-hij'), which clarifies the expected structure of the conference_record_name parameter. This is helpful but could elaborate on how to obtain the name.

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 the action (list), the resource (participants and their sessions), and the scope (for a conference record). It distinguishes itself from sibling tools like meet_list_participant_sessions by focusing on participants rather than sessions alone.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as meet_list_participant_sessions or meet_list_conference_records. It only states the function without any context on prerequisites, exclusions, or conditions.

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/GhazwaPasha/Google-wrk-spc-mcp'

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