Skip to main content
Glama
tiflux

TiFlux MCP Server

Official
by tiflux

list_inbox_chats

List unassigned inbox chats with optional filters for department, client, origin, and pagination.

Instructions

Listar chats na caixa de entrada (chats não assumidos) com filtros opcionais de departamento, cliente, origem e paginação.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNoNúmero da página a ser retornada (padrão: 1, mínimo: 1)
limitNoNúmero de chats por página (padrão: 20, máximo: 200)
department_idNoFiltrar por ID do departamento (opcional)
client_idNoFiltrar por ID do cliente (opcional)
requestor_idNoFiltrar por ID do requerente — deve ser maior que 0 (opcional)
numberNoFiltrar por número de contato WhatsApp — requer licença WhatsApp (opcional)
originsNoCanal(is) de origem separados por vírgula: chat, site_widget, campaign, whatsapp, whatsapp_web, gupshup, whatsapp_cloud (opcional)
started_byNoTipo de iniciador do chat: Client, Attendant, Campaign, API (opcional)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the basic operation (listing unassigned chats) but does not disclose behavioral traits like read-only nature, pagination behavior, or potential side effects.

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 a single, front-loaded sentence that efficiently conveys the core purpose. Every word is necessary, and it avoids redundancy.

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?

Given the tool has 8 parameters and no output schema, the description is too minimal. It fails to mention what the response contains, pagination details, or any additional context needed for an agent to use it effectively.

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?

Schema coverage is 100%, so baseline is 3. The description lists some filters (department, client, origin, pagination) but misses several parameters (requestor_id, number, started_by). It does not add significant meaning beyond the schema descriptions.

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 it lists chats in the inbox (unassigned chats) with optional filters, distinguishing it from siblings like list_archived_chats and list_in_attendance_chats.

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?

The description provides no guidance on when to use this tool versus alternatives like list_my_chats or list_in_attendance_chats. It only mentions filters but does not explain context for choosing this tool.

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/tiflux/tiflux-mcp'

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