Skip to main content
Glama

List Conversations

list_conversations
Read-only

List unified inbox conversations across all connected channels.

Aggregates comments, mentions, DMs, and messages from all organic and workspace connectors into a single inbox view.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20)
statusNoFilter by conversation status
priorityNoFilter by priority
sentimentNoFilter by sentiment
assignedToNoFilter by assignee
connectorIdNoFilter by connector/platform

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is known. The description adds the aggregation behavior (comments, mentions, DMs, messages from all connectors) but does not disclose extra traits like pagination or sorting. No contradiction with 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 two concise sentences, front-loaded with the primary action, and every phrase adds value. No redundant or vague wording.

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?

As a filtered-list tool with good annotations and a full schema, the description covers the essential scope and aggregation behavior. It lacks an output schema but the return type (conversations) is implied. It could mention result ordering or default limit, but the schema's limit parameter covers that gap.

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 has 100% description coverage for all 6 parameters, each with clear descriptions. The tool description itself does not augment parameter details, so baseline 3 applies.

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 a specific action and resource: 'List unified inbox conversations across all connected channels.' It also distinguishes the scope (unified, all channels) from sibling tools like get_conversation or list_inbox, which likely focus on single or per-channel views.

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: this tool aggregates all organic and workspace connectors into a single inbox view. It implies use when a cross-channel unified view is needed, though it does not explicitly name alternatives or exclusions.

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