Skip to main content
Glama
marccyberleda

openwebui-mcp-server

openwebui_list_chats

List recent chat conversations from Open WebUI, retrieving up to 50 per page with title, ID, and last update time. Paginate with the page parameter to access older chats.

Instructions

List recent chat conversations in Open WebUI. Returns up to 50 chats per page with title, ID, and last update time. Use page parameter to paginate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (starts at 1, default: 1)
Behavior3/5

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

With no annotations provided, the description carries the burden. It discloses that it returns up to 50 chats per page and the fields (title, ID, last update time), giving a clear picture of the output. It does not mention potential caveats like whether it only returns metadata, but for a list operation the behavior is well conveyed.

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 sentences, front-loads the verb and resource, and every sentence adds information - the page size, return fields, and pagination instruction. No fluff.

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 simple listing tool with one parameter and no output schema, the description gives enough to understand the return payload and pagination. It lacks mention of how to get full chat contents, but that is a separate tool. Given low complexity, it is nearly complete.

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?

The schema already fully documents the page parameter with default and description, so the baseline is 3. The description adds value by stating the per-page limit of 50 chats, which is not in the schema, and explicitly connects the page parameter to pagination.

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 uses the specific verb 'List' and names the resource 'chat conversations in Open WebUI', clearly distinguishing it from sibling tools like search or get. It also specifies scope with 'recent' and return fields, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides the main usage context (listing recent chats) and instructs to use the page parameter for pagination, but does not explicitly mention alternatives such as openwebui_search_chats for searching or openwebui_get_chat for retrieving a single chat. Thus it lacks explicit when/when-not guidance.

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/marccyberleda/openwebui-mcp-server'

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