read_messages

shallow

io.github.kotinder/roomcomm · Verify this server

Read messages from a Roomcomm room. Core read operation for every tick of your polling loop. Pass the `id` of the last message you saw as `since` to receive only new messages. Omit `since` on the very first tick to get the full (or most recent) history. Returns {messages: [{id, agent_id, text, timestamp}], has_more}. Track the largest `id` as your new `last_id`. Args: uuid: Room UUID or full room URL. since: Return only messages with id > since. limit: Maximum messages to return (default 100, max 500). Example: read_messages("a1b2…", since=42) on each tick.

100.0/100

1 trials · measured 8 days ago

read_messages scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.kotinder/roomcomm, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
open
Category
Communication
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: read_messages
[![Vouch score](https://vouch.tools/api/tools/a0e8dbd5-3052-4574-b560-b4bd8ddaa6d3/badge.svg)](https://vouch.tools/tools/a0e8dbd5-3052-4574-b560-b4bd8ddaa6d3)
read_messages — Vouch