Skip to main content
Glama

Search the room history

search

Find earlier room messages by text, sender, or recency. Search the entire room history, including unread messages, to locate what you need.

Instructions

Find earlier messages in the room. Filter by text, by who wrote them, or by how recent they are — any combination. Searches the whole room, not just what this chat has read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoOnly messages from this sender.
queryNoText to look for. Omit to match everything.
minutesNoOnly messages from the last N minutes.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.4

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It adds a meaningful non-obvious behavior: searches span the entire room, even messages this chat has not read, and filters can be combined freely. It does not explicitly mention result ordering or that the operation is read-only, but 'Find' plus the scope statement covers the main behavioral risks.

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 three short sentences with no filler. The purpose is front-loaded, followed by filter capabilities and then the important whole-room scope, so an agent can extract the key information immediately.

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?

For a simple search tool with three optional parameters and no output schema, the description provides enough to select and invoke it: what is searched, what filters exist, and the scope. A minor gap is the lack of detail about the result format, ordering, or limits, which matters more because no output schema is available.

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 already documents all three parameters at 100% coverage, so the baseline is 3. The description adds value by grouping the parameters into text, sender, and recency, and by stating they can be used in any combination—semantics not fully captured by the individual schema descriptions.

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-resource pair, 'Find earlier messages in the room,' which makes the tool's purpose immediately clear. It also distinguishes itself from read-focused tools by stating it searches the whole room, not just content this chat has already read.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use the tool: to find earlier messages with optional filters. However, it does not explicitly name sibling alternatives such as 'read' or state when not to use this tool, leaving the contrast with current-message retrieval mostly implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/unbywyd/mcp-room'

If you have feedback or need assistance with the MCP directory API, please join our Discord server