Skip to main content
Glama

chat_list

List persisted chat threads with IDs, titles, agents, and update times to review and resume past conversations.

Instructions

List persisted GUI/MCP chat threads (id, title, agents, updatedAt).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the behavioral burden, and it does so adequately: 'List persisted...' clearly implies a read-only operation, and the parenthetical names the exact fields returned. It does not discuss ordering, pagination, or user scoping, but for a zero-parameter read-only list this is a minor gap.

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 that names the action, resource, and output fields with no filler. It is concise without being a tautology and every clause earns its place.

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 parameterless list tool with no output schema, mentioning the returned fields is sufficient for basic invocation. It could add ordering or clarify whether 'GUI/MCP' means two separate thread sources, but nothing critical is missing.

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?

There are no parameters, so there is no missing parameter documentation to compensate for. The schema is fully covered by virtue of having an empty properties object, and the description adds no conflicting or misleading input semantics.

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?

States a specific verb and resource — 'List persisted GUI/MCP chat threads' — and enumerates the returned fields (id, title, agents, updatedAt). The resource is distinct from sibling tools like list_agents and list_runs, so an agent can tell it apart without opening a schema.

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 when-to-use guidance, exclusions, or references to alternatives are provided. The description does not help an agent decide between chat_list and related listing tools such as list_agents, list_runs, or list_local_models.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Unaware-Kerbin/agent-orchestrator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server