list_chats
Retrieve a list of recent chats from the store. Specify a limit to control how many chats are returned.
Instructions
List recent chats from the store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Retrieve a list of recent chats from the store. Specify a limit to control how many chats are returned.
List recent chats from the store.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full responsibility for behavioral disclosure. It only states 'List recent chats' without explaining ordering, pagination, whether it's read-only, rate limits, or what constitutes 'recent'. Critical behavioral traits are missing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise (one sentence), but it omits necessary information. Conciseness should not come at the expense of clarity; this is under-specification.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one optional parameter, no output schema), the description should at least explain the meaning of 'recent', the default limit, and the return format. It provides none of this, leaving the agent with insufficient context to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one parameter (limit) with no description, and the tool description does not mention or explain it. With 0% schema description coverage, the description must compensate but fails to add any meaning to the parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb (List) and resource (chats), with a qualifier (recent) and scope (from the store). It distinguishes from siblings like get_messages and send_text, but does not elaborate on what 'recent' means or whether it's all chats or filtered.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No usage guidance is provided. The description does not indicate when to use this tool versus sibling tools like get_messages or chat_mark_read, nor does it specify prerequisites or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zeative/zaileys-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server