Skip to main content
Glama
gambot-ai

gambot-mcp

Official

List conversations

gambot_list_conversations

Get contacts and conversations ordered by latest message. Use search, page size, and page number to find recent chats quickly.

Instructions

List conversations (contacts) ordered by most recent message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNo
pageSizeNo
pageNumberNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It provides one behavioral detail: conversations are ordered by most recent message. However, it does not disclose pagination defaults, search behavior, return shape, or any side effects. For a list operation, this is thinner than the safety-critical information the tool.

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, front-loaded sentence with no filler, which makes it concise and easy to parse. It does not devote space to unnecessary explanations. However, the conciseness crosses into under-specification—the sentence is too short to cover the tool's important parameter and behavioral details.

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?

The tool has 3 parameters, no output schema, and no annotations, so the description must provide all usage context. It does not explain return values, the search filter's behavior, pagination defaults, or any execution context. An agent cannot build a correct invocation from this description and the bare schema alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three parameters (search, pageSize, pageNumber) have zero schema descriptions, and the tool description mentions none of them. The description adds no meaning beyond the parameter names in the schema, and since schema_description_coverage is 0%, this is a critical gap—the agent has no way to understand what 'search' filters, default page size, or how pagination works.

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 action (list), resource (conversations), and even clarifies that conversations are contacts. It also specifies ordering by most recent message, which helps differentiate it from the broad set of sibling list tools. However, it doesn't explicitly distinguish itself from related tools like gambot_get_conversation_messages by name, so the differentiation is implicit.

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 given about when to use this tool versus alternatives, when to use the search parameter, or how pagination should be handled. The description simply states what it does, leaving the agent to infer the appropriate use context from the tool name. Many siblings exist, but none are referenced as alternatives.

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

Deploy Server

Other Tools