Skip to main content
Glama

tiflux_list_clients

Read-onlyIdempotent

Lista clientes da organização, com busca parcial por nome. Use para resolver o client_id exigido na abertura de chamado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
limitNo
activeNo
offsetNo
social_revenueNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

The annotations already show readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds useful context about partial name matching and the organizational scope, but it does not mention pagination behavior, ordering, authentication requirements, or result trimming, so the added behavioral detail is moderate.

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 concise, front-loaded with the main verb and resource, and gives a practical use case in just two short sentences. Every sentence earns its place without unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list/search tool, the description covers the primary context and the reason to call it. However, there is no output schema and no explicit statement about what the response will contain, how pagination works, or which fields match the partial-name filter, leaving some gaps.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only hints at the 'name' parameter via 'busca parcial por nome'. The remaining parameters—limit, offset, active, and social_revenue—are not explained at all, leaving a significant semantic gap for a 5-parameter tool.

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 says 'Lista clientes da organização' and clarifies the partial-name search behavior, which is a specific verb+resource pairing. However, it does not explicitly differentiate itself from the sibling tool 'tiflux_get_clients', so some possible ambiguity about list vs. get remains.

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

Usage Guidelines4/5

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

It gives a concrete use case: 'Use para resolver o client_id exigido na abertura de chamado'. This tells the agent when the tool is useful, but it does not provide exclusions or compare itself with alternatives such as tiflux_get_clients.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.