Skip to main content
Glama
metaember

bluebubbles-mcp

by metaember

search_messages

Read-onlyIdempotent

Search iMessage conversations by text content, optionally filtering by chat, time range, and paginating results using limit and offset.

Instructions

Search messages by text content and/or filter by chat and time range.

Args: query: Text to search for in message bodies. chat_guid: Limit search to a specific chat. limit: Max results (default 25). offset: Pagination offset. after: Only messages after this epoch-ms timestamp. before: Only messages before this epoch-ms timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
chat_guidNo
limitNo
offsetNo
afterNo
beforeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. Description adds filtering scope but no additional behavioral traits (e.g., performance, pagination behavior). Adequate but not rich.

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?

One-sentence purpose followed by a clean bullet list of args. No fluff, front-loaded, every sentence earns its place. Efficiently structured.

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?

Covers all parameters and search scope. Output schema exists, so return details are not required. Could mention ordering or result format, but sufficient for typical use given complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but description provides one-liners for all 6 parameters, including units (epoch-ms), defaults (e.g., limit 25), and purpose (e.g., 'search for in message bodies'). Adds significant value beyond schema.

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?

Clear verb 'search' with resource 'messages'; description specifies filtering by text, chat, and time range. Distinguishes from siblings like get_chat_messages (no text search) and get_message (single message).

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?

States when to use: search by text content or filters. Does not explicitly exclude cases or mention alternatives, but the purpose is clear and siblings provide context. No misleading guidance.

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

Install Server

Other Tools

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/metaember/bluebubbles-mcp'

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