Skip to main content
Glama

Groundbase

sms_list_thread

Read the SMS conversation with a phone number — the most recent messages, oldest first, both directions. Use this before drafting a reply, and to check whether someone has already replied or opted out. Returns matched: false with an empty list when there is genuinely no conversation with that number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax messages, default 50.
phoneYesThe OTHER party's phone. Any format — "+1 416 555 0123", "14165550123" and "4165550123" all resolve to the same conversation.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

No annotations present, so the description carries the burden. It discloses that it returns the most recent messages, oldest first, and the matched:false behavior, which is helpful. However, it doesn't mention whether it includes opt-out status or any rate limits, so it is 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.

Conciseness4/5

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

Description is compact, front-loaded with the action and direction, and each sentence adds value. Could be slightly shorter by removing 'genuinely' but overall efficient and well-organized.

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 2-parameter read tool with no output schema, the description is quite complete. It covers ordering, direction, and the no-result case, which are the key things an agent needs. Minor gaps like pagination or opt-out status are not critical for basic invocation.

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?

Schema coverage is 100%, but the description adds value beyond the schema: it clarifies the 'phone' parameter is the 'OTHER party' and explains phone number format normalization, which is useful for correct invocation. It also states default limit, though the schema already covers it. This is borderline 3/4, but the normalization detail pushes it to 4.

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?

Description clearly states it reads an SMS conversation with a phone number, specifying direction and ordering. Distinct from siblings like sms_list_scheduled and email_list_threads, and the 'matched: false' behavior disambiguates from other list tools.

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?

Explicitly says to use before drafting a reply and to check for replies/opt-outs. Although it doesn't name alternatives, the context is clear enough given the sibling list includes sms_send_now and sms_optouts, so an agent can infer when to use this tool.

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.

Resources