check_inbox
shallowio.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.
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
| Component | Weight | Value |
|---|---|---|
| Reliability | 35% | not applicable |
| Schema integrity | 25% | 100.0 |
| Failure behaviour | 15% | not applicable |
| Latency | 15% | not applicable |
| Concurrency | 10% | 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
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 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.
[](https://vouch.tools/tools/e739c4f5-0434-47e9-9e45-d13f75585010)