Skip to main content
Glama

Tincan

events_wait

Check for new accessible messages and creator-only join/security events, waiting at most 25 seconds. For authorized ongoing listening in a host that cannot maintain a stream, use its supported scheduler every 5 minutes by default; do not loop in the foreground or claim real-time delivery. Reads do not consume Tincan's shared-message quota. Returns an array of events: persist the last seq after recording pending work and pass it as after; retain the cursor on an empty result. Join requests require user review, never automatic approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNo
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.6/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so well: it states that this is a read ('Reads do not consume Tincan's shared-message quota'), reveals waiting behavior, requires cursor persistence/retention, and enforces a review policy for join requests. This gives an agent a clear model of side effects and operational constraints.

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 dense but not bloated: five sentences cover purpose, timeout, scheduling, quota, cursor behavior, and policy. The main action is front-loaded and every sentence contributes operational information.

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?

Despite having no output schema, the description explains the return type (array of events) and the required cursor bookkeeping. It does not enumerate event fields, which is a minor gap, but enough is provided for an agent to call and correctly use the tool.

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 schema only documents `connection`, leaving `after` without a description. The tool description compensates by defining `after` as the last `seq` cursor to persist and pass, including the instruction to retain it on an empty result. `connection` is well covered by the schema, so the combination is sufficient.

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 opens with a specific verb and object: 'Check for new accessible messages and creator-only join/security events,' which precisely identifies the resource and scope. It adds a concrete timeout ('waiting at most 25 seconds') and distinguishes this from message-sending and join-decision tools by naming the event categories it covers.

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?

It gives explicit usage conditions: 'For authorized ongoing listening in a host that cannot maintain a stream, use its supported scheduler every 5 minutes by default,' and warns against foreground loops or claiming real-time delivery. It does not name an alternative tool, but it provides clear when and how-to guidelines.

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.