Skip to main content
Glama

Get Meeting

get_meeting
Read-onlyIdempotent

Retrieve a meeting's full details and participant list by conference key. Optionally specify fields to narrow the response.

Instructions

One meeting with its full participant list. Returns everything the payload has by default — detail is asked for by key, and for the detail: conference_key, room_name, title, start, end (ISO-8601, local zone, to the second), participants_count, participants and invited_participants (full; a guest without an account → {name, is_anonymous: true} — anonymousName is all the identification they have), has_chat, recording_ids, session_halls_artifacts. A field the API did not send is simply missing, which means "not in this payload", not "no data at all".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNonarrow the row to these; omitted → every field above.
conference_keyYesthe conference_key from list_meetings (a recording exposes the same value under conference_key too).
participant_fieldsNonarrow each participant; omitted → every userInfo field.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior, so the description adds extra context beyond them. It explains that a missing field means 'not in this payload' rather than 'no data at all' and describes how anonymous guests appear, providing valuable behavioral detail for handling responses.

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

Conciseness4/5

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

The description is a single, lengthy paragraph but stays focused on the tool's behavior and data shape. It front-loads the core purpose and then elaborates on field details and edge cases; while a bit verbose, each part contributes useful information without excess fluff.

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

Completeness5/5

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

Given the tool's moderate complexity and that the output schema is not shown (though hinted to exist), the description comprehensively explains the return payload, including field enumeration, missing-field semantics, and anonymous participant representation. It fully prepares the agent to understand what get_meeting returns and how to interpret it.

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?

Schema description coverage is 100%, so the schema already documents each parameter clearly. The description adds extra nuance by explaining that fields are requested 'by key' and that omitted parameters default to all fields, plus the meaning of missing fields, enriching the parameter semantics beyond the schema.

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 'One meeting with its full participant list,' which specifies the verb (get) and resource (meeting), and distinguishes it from list_meetings by focusing on a single meeting. It also explains the default return behavior, 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?

The description implies usage by saying 'One meeting' and referencing the conference_key, but it never explicitly states when to use this tool over siblings like list_meetings or get_recording. No exclusions or alternatives are mentioned, leaving usage guidance implicit rather than explicit.

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/mainpart/ktalk-mcp'

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