Skip to main content
Glama

RubiConnect

get_conversation_history

Retrieves recent back-and-forth chat messages and transcript for a specific recipient.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax number of messages to return (default 20, max 100).
agentIdNoUnique ID of the agent profile. If omitted, uses active agent from context.
accountIdNoOptional account ID (automatically scoped).
recipientYesPhone number of the recipient in E.164 format.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries full burden. 'Retrieves' clearly signals a read-only operation, and 'recent' adds a time-based scope. However, it does not mention ordering, pagination, or any response structure, which would be useful for a tool with no output schema.

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?

A single, front-loaded sentence with no filler. It states the verb, object, and scope efficiently without redundancy.

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

Completeness3/5

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

For a simple read tool with a fully documented schema, the description covers the basic purpose, but it lacks usage guidance relative to siblings and does not explain return values or ordering, which would be more critical given the absence of an output schema.

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 parameter semantics are fully documented. The description adds minimal value beyond echoing 'recipient' and implying limit through 'recent', which does not exceed the baseline for fully covered schemas.

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 states a specific verb ('Retrieves') and resource ('recent back-and-forth chat messages and transcript') scoped to a recipient. It is clear but does not explicitly contrast with siblings like get_inbox_messages, which may also retrieve messaging data.

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 on when to use this tool versus alternatives such as send_message, get_inbox_messages, or get_message_stats. The description implies a recipient-specific use case but does not state exclusions or prefer conditions.

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