Skip to main content
Glama

room_status

Retrieve the current discussion state to see whose turn it is, the budget round in progress, and whether the room has closed.

Instructions

Where the discussion stands: whose turn it is, which round of the budget you are on, and whether the room has closed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It usefully indicates that the tool is about where the discussion stands and lists the exact data it reports, implying a read-only snapshot. However, it does not explicitly state that it has no side effects, whether it waits, or whether it consumes any state.

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 front-loads the purpose and then lists three concrete, useful details: turn, round, and room closure. There is no filler or redundant content.

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?

For a zero-parameter status tool with no output schema, the description adequately conveys the key returned information. It could be more complete by explicitly stating that the tool is non-mutating or how it differs from read_room, but the simplicity of the tool keeps this gap minor.

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 tool has zero parameters, so the schema already leaves nothing to document. The baseline of 4 applies because the description adds no parameter-specific detail, but none is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states what the tool reports: the current turn, budget round, and whether the room has closed. This gives a specific status resource and distinguishes it from siblings like post, write_spec, and close_room, though it lacks an explicit imperative verb such as 'get' or 'read'.

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?

It implies you should use this tool when you need a snapshot of the discussion state, but it does not explicitly say when to prefer read_room or wait_for_message instead. No exclusions or alternative conditions are given, so usage guidance is inferred rather than stated.

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

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/lilyanAhmetoglu/roundtable'

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