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

get_history_participant

Read-onlyIdempotent

Retrieve detailed call quality forensics for a past participant by ID, including per-window timeline and quality category counts.

Instructions

Retrieve one past participant by id.

Returns full quality forensics: historic_call_quality (per-window timeline) and bucketed_call_quality ([unknown, good, ok, bad, terrible] counts). These deep fields are only populated on individual GET, not list responses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
participant_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds important context that full quality forensics are available only on individual GET, which is not captured by annotations.

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?

Three sentences, front-loaded with purpose, then specific details about return fields and availability. Every sentence adds value without redundancy.

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 low complexity (one parameter) and presence of an output schema, the description adequately covers return values and key behavioral nuance (deep fields only on GET). No gaps identified.

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?

Only one parameter (participant_id) with schema coverage 0%. The description does not elaborate on the parameter beyond 'by id', but the schema defines it as string or integer, which is minimal but sufficient. No additional context added.

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?

Description explicitly states 'Retrieve one past participant by id', which is a specific verb-resource combination. It clearly differentiates from sibling tools like get_active_participant and list_history_participants.

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?

The description explains that deep quality forensics fields are only populated on individual GET, not list responses, providing clear guidance on when to use this tool vs list_history_participants.

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