Skip to main content
Glama
mpacarroll

apple-messages-mcp-remote

by mpacarroll

get_chat_participants

Get the list of participants in an Apple Messages chat by providing its chat identifier. Use this to identify who is included in a conversation.

Instructions

Get participants of a chat

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYesChat identifier (e.g. iMessage;-;+1234567890)

Schema Changelog

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

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Get' implies a read-only operation, but the description does not mention authentication needs, return format, pagination, or any other behavioral traits beyond the trivial verb.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no redundant words or filler. It is front-loaded and appropriately sized for a tool with one parameter, though it lacks richer context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema and no annotations, the description does not explain what the participants data looks like, whether it returns names, IDs, or objects, or any edge cases. The description is enough for a trivial call but leaves important operational details unexplained.

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?

Schema description coverage is 100%, so the single chat_id parameter is fully documented in the schema, including an example format. The description itself adds no parameter-specific meaning, but the schema already covers what is needed, justifying the baseline score of 3.

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 states the verb 'Get' and the resource 'participants of a chat', making the tool's primary purpose obvious. However, it does not differentiate itself from sibling tools such as list_chats or get_chat_messages.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives like list_chats or search_messages. The description gives no context, prerequisites, or exclusions, so the agent must infer usage entirely from the tool name and schema.

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