Skip to main content
Glama
tiflux

TiFlux MCP Server

Official
by tiflux

list_desk_services_catalogs

List service catalogs (parent containers) associated with a desk in TiFlux. Specify desk by ID or name, optionally filter by catalog name.

Instructions

Listar catalogos de servicos vinculados a uma mesa do TiFlux. Catalogos sao os "containers" pai — diferentes dos itens de catalogo (use search_catalog_item para itens). Aceita desk_id (numerico) OU desk_name (nome parcial/fuzzy). Se ambos informados, desk_id prevalece. O filtro catalog_name e feito client-side com fuzzy match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
desk_idNoID numerico da mesa. Se informado, usa diretamente (nao chama busca fuzzy de mesa).
desk_nameNoNome (parcial ou exato) da mesa. Aceita abreviacoes — ex: "suporte" resolve para a mesa de suporte. Alternativa ao desk_id.
catalog_nameNoFiltro opcional por nome de catalogo (fuzzy client-side). Ex: "infra" filtra catalogos cujo nome contem "infra".
limitNoNumero de resultados por pagina (padrao: 20, maximo: 200)
offsetNoNumero da pagina (padrao: 1)
Behavior4/5

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

Without annotations, the description fully discloses behavior: listing parent containers, fuzzy matching, precedence when both desk_id and desk_name are provided, and client-side filtering. It does not explicitly state read-only nature, but 'listar' implies it. No contradictions.

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 with 4 sentences, each adding value. It starts with the main purpose, then covers desk identification, precedence, and filtering. No extraneous words.

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?

Given the tool has 5 parameters, no required ones, no output schema, and no annotations, the description provides sufficient context: behavioral details, fuzzy matching, precedence, and client-side filtering. It could mention the return format (list of catalog objects) but is not necessary per rules.

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?

Schema coverage is 100%, so baseline is 3. The description adds context beyond schema by explaining fuzzy matching for desk_name and catalog_name, the precedence rule, and the distinction between catalog and catalog item. This enriches the parameter 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?

The description clearly states the tool lists catalogs (parent containers) associated with a desk, and distinguishes it from catalog items by directing users to search_catalog_item. The verb 'listar' and resource 'catalogos de servicos vinculados a uma mesa' are specific, differentiating it from siblings.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (listing catalogs) and when to use an alternative (search_catalog_item for items). It provides clear guidance on desk identification via desk_id or desk_name with precedence rules, and mentions fuzzy matching for desk_name and catalog_name.

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