Skip to main content
Glama
mpacarroll

apple-messages-mcp-remote

by mpacarroll

list_chats

Retrieve recent chats from Apple Messages with last message previews and participant details, enabling quick review of conversation history and active threads.

Instructions

List recent chats with last message preview and participant info

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of chats to return (default 50)

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It conveys that the operation is a non-mutating list and describes what is returned, but it does not disclose ordering, pagination, result limits, or whether only the current user's chats are included. It does not contradict any annotations.

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 a single front-loaded sentence with no wasted words. It efficiently conveys the action, resource, and key return fields, making it easy for an agent to parse quickly.

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 low-complexity tool with one optional parameter and no output schema, the description is reasonably complete: it names the result categories (recent chats, last message preview, participant info). It could add explicit ordering or pagination notes, but the essential information for invoking the tool and understanding its result is present.

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

Parameters3/5

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

The input schema documents the only parameter, 'limit', with its default value and purpose, so schema coverage is complete at 100%. The description adds no additional parameter semantics, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the action ('List') and the resource ('recent chats'), and specifies the included data: last message preview and participant info. It is distinguishable from message-level siblings like get_chat_messages and search_messages, though it does not explicitly name an alternative.

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 use case is implied: use this when you need an overview of recent chats with message previews and participant details. However, there is no explicit guidance about when to prefer list_chats over get_chat_messages, search_messages, or get_chat_participants, and no exclusions are stated.

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/mpacarroll/apple-messages-mcp-remote'

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