Skip to main content
Glama

baton_who

방 참가자를 본다. member_id(참가자) 또는 room_id+api_key(방장 관리뷰).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
room_idNo
member_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed5 schema fields changed
    • addedInput schema / properties / api_key
      Added value: +{
      +  "type": "string"
      +}
    • removedInput schema / properties / code
      Removed value: -{
      -  "type": "string"
      -}
    • addedInput schema / properties / member_id
      Added value: +{
      +  "type": "string"
      +}
    • addedInput schema / properties / room_id
      Added value: +{
      +  "type": "string"
      +}
    • removedInput schema / required
      Removed value: -[
      -  "code"
      -]
  2. First observed

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It indicates a read-only operation ('view'), which is non-destructive, but does not detail any side effects, required permissions, or response format. The parameter combinations are explained, but deeper behavioral aspects are omitted.

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 extremely concise—a single sentence that fronts the main action ('View room participants') and then efficiently details the two parameter combinations. Every word adds value, with no redundancy.

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

Completeness4/5

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

Given the small number of parameters and absence of annotations or output schema, the description covers the essential usage scenarios. However, it could be improved by noting any prerequisites (e.g., being a room member) or the expected output format, but overall it is adequate for a straightforward tool.

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?

The input schema has zero description coverage, so the description fully compensates by explaining the three parameters: member_id (for participant viewing) and room_id+api_key (for manager viewing). This adds crucial meaning beyond the raw schema, enabling correct tool invocation.

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 tool's purpose: 'View room participants.' It specifies two distinct usage modes (participant view with member_id, manager view with room_id+api_key), which helps distinguish it from sibling tools like baton_kick or baton_join.

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

Usage Guidelines4/5

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

The description provides context for when to use each parameter combination (participant vs. manager view), but does not explicitly exclude alternative tools or provide when-not-to-use guidance. The two modes are clearly described, which is sufficient for a simple tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.