Skip to main content
Glama
Josh-E-S
by Josh-E-S

get_participant_quality

Read-onlyIdempotent

Retrieve live call quality for an active participant, including packet loss, bitrate, jitter, and codec details. Resolves participants by name or UUID.

Instructions

Live call quality for one active participant.

Combines two Status API endpoints into one response:

  • the participant record (call_quality, connect_time, conference, role, protocol, remote_address, location, current packet loss summary)

  • all media streams for the participant (per-stream rx/tx bitrate, packet loss, jitter, codec, resolution).

For "is Alice's call OK right now?" use cases — pass the name directly. For post-call quality forensics, use get_history_participant which exposes bucketed_call_quality.

Args: participant_id: UUID, or the participant's display name (e.g. "Bob") — names are resolved against currently connected participants automatically, so there is no need to call list_active_participants first. conference: Optional conference name to scope a display-name lookup when the name might not be unique across meetings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conferenceNo
participant_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already indicate readOnly, openWorld, idempotent, non-destructive. Description adds context: combines two endpoints, returns participant record and media streams, and explains automatic name resolution. No contradictions.

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?

Description is well-structured with a summary, then bullet-like details, then parameter info. Could be slightly more concise, but no wasted words. Front-loaded with purpose.

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 output schema exists (not shown but indicated), description covers return fields and contrasts with sibling tool. For a tool that combines two endpoints, it is complete for an agent to understand functionality and usage.

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

Parameters5/5

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

Schema has 0% description coverage, but description fully explains both parameters: participant_id as UUID or display name, conference as optional scope for uniqueness. This adds significant meaning beyond the schema's type/title.

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 it provides live call quality for one active participant, combines two endpoints, and distinguishes from get_history_participant for post-call forensics. The verb 'get' and resource 'participant quality' are specific.

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

Usage Guidelines5/5

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

Explicitly states use case: 'For is Alice's call OK right now?' and directs to use get_history_participant for post-call forensics. Also explains name resolution vs UUID usage, providing clear when-to-use and when-not-to-use guidance.

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/Josh-E-S/pexip-mgmt-mcp'

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