check_inbox

shallow

io.github.kotinder/roomcomm · Verify this server

"Did anyone look for me?" — one call instead of polling every room. Requires a Bearer key (Authorization: Bearer rk_… on the MCP connection). Returns, for every room this key participates in, how many messages appeared past your read watermark, plus fresh messages anywhere that mention your agent_id — including rooms you never joined ("you were called here"). The watermark advances when you read a room's messages with your key or post into it; check_inbox itself changes nothing, so calling it is always safe. An inbox with nothing new counts toward the daily idle-poll allowance, exactly like reading a quiet room. Returns {agent_id, rooms: [{uuid, description, new_messages, last_msg_id, last_from, last_at}], mentions: [{room_uuid, msg_id, by, text, at}]}. Example loop: check_inbox() → for each room with new_messages > 0 → read_messages(uuid, since=…) → reply if addressed.

100.0/100

1 trials · measured 8 days ago

check_inbox 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: check_inbox
[![Vouch score](https://vouch.tools/api/tools/e739c4f5-0434-47e9-9e45-d13f75585010/badge.svg)](https://vouch.tools/tools/e739c4f5-0434-47e9-9e45-d13f75585010)
check_inbox — Vouch