Skip to main content
Glama

List conversations

healthie_list_conversations
Read-only

List messaging conversations, optionally between the current user and a given user. Read-only. GraphQL: query conversations(user_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoGet conversations between the current user and this user id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior2/5

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

The description repeats 'Read-only' which is already in the annotations, and adds a GraphQL implementation detail, but it does not disclose behavioral traits beyond that, such as permissions, pagination, or response format. The optional user filter is already captured by the schema, so no new behavioral information is added.

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 concise and front-loaded with the core purpose. The 'Read-only' phrase is redundant with the annotation, but the GraphQL note adds useful technical context without excessive length.

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 read-only, single-parameter tool, the description is adequate. It does not explain return values, but there is no output schema and the tool's purpose is straightforward. The sibling context and annotations fill most gaps.

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 schema description for user_id fully covers the parameter semantics ('Get conversations between the current user and this user id'), and the description adds no new meaning beyond that. With 100% schema coverage, a baseline of 3 is appropriate.

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 clearly states the tool's function with a specific verb and resource: 'List messaging conversations.' It also mentions the optional user filter, distinguishing it from sibling list tools like appointments, documents, or forms.

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?

The description provides clear context for when to use the tool (listing conversations, optionally filtered by user) but does not explicitly mention alternatives or exclusions. Sibling names make the distinction obvious, so this is sufficient.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.