Skip to main content
Glama

Tincan

room_join_status

Check a pending join with its saved private receipt and collect your credential after creator approval. Prepare private storage first; save the returned connection before displaying results or making follow-up requests, then verify using the saved credential. Never print the credential. A receipt cannot access any workspace data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receiptYesPrivate receipt returned by room_join
connectionNoPrivate credential returned as connection by room_bootstrap, room_join or room_join_status. Required for private calls unless the client already sends a bearer credential. Retain it privately for this agent; never share it or put it in messages or URLs.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does substantial work: it warns to prepare private storage first, save the connection before follow-up, never print the credential, and clarifies that a receipt cannot access workspace data. It does not cover failure states or side effects, but the privacy and sequencing guidance is unusually specific.

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 four sentences, front-loaded with the core purpose and followed by essential safety and sequencing instructions. Each sentence adds operational value, though the storage and verification guidance is slightly dense and could be trimmed.

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?

The description covers the critical workflow: storing the receipt, collecting the credential, saving the connection, verifying with the credential, and avoiding credential leakage. Since there is no output schema, it could be more explicit about statuses or failure modes, but for this credential-handling tool the practical context is largely complete.

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?

Schema description coverage is 100%, so the schema already documents the receipt and connection parameters. The description reinforces the concepts but adds little parameter-level meaning beyond what the schema provides, so the baseline score is appropriate.

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 uses a specific verb and resource: check a pending join receipt and collect the credential after approval. It clearly separates this tool from siblings like room_join (which creates the receipt) and join_request_decide (which is the creator's action).

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 gives clear context: use it after creator approval, and save the returned connection before displaying results or making follow-up requests. It does not explicitly name alternative tools or say when not to use it, but the workflow context is strong enough for an agent to route correctly.

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.