Tiflux
Server Details
Wrapper for the official Tiflux API v2 (help desk and service desk): tickets with replies to the req
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/tiflux-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
36 toolsauthenticateIdempotentInspect
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header Authorization: Bearer <token> for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "" } after the user pastes, or with no args to get the link.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
connectRead-onlyIdempotentInspect
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
marketplaceInspect
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/ link that opens without login.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| action | No | search | |
| mcp_id | No | ||
| message | No | ||
| tool_id | No | ||
| arguments | No | {} | |
| immediate | No | ||
| tier_slug | No | ||
| prompt_body | No | ||
| prompt_slug | No | ||
| prompt_tool | No | ||
| prompt_vars | No | {} | |
| conversation | No | [] | |
| prompt_title | No | ||
| request_name | No | ||
| cancel_reason | No | ||
| cancel_comment | No | ||
| prompt_targets | No | ||
| report_context | No | ||
| prompt_category | No | ||
| request_details | No | ||
| prompt_description | No |
report_bugIdempotentInspect
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
show_versionRead-onlyIdempotentInspect
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
tiflux_billings_historyRead-onlyIdempotentInspect
Histórico de faturamentos. Os pares de data são obrigatórios em conjunto: billing_start_date com billing_end_date, e due_start_date com due_end_date.
Bulk support: accepts client_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | ||
| offset | No | ||
| client_id | No | ||
| client_ids | No | ||
| nfe_number | No | ||
| due_end_date | No | ||
| ticket_number | No | ||
| due_start_date | No | ||
| billing_end_date | No | ||
| billing_start_date | No |
tiflux_cancel_ticketInspect
Cancela um chamado, encerrando-o SEM tratá-lo como atendido (duplicado, aberto por engano, fora de escopo). Cancelados não contam como resolvidos nos relatórios. Para um chamado efetivamente resolvido, use tiflux_close_ticket.
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_number | Yes |
tiflux_close_ticketInspect
Encerra um chamado, marcando-o como resolvido. Encerrar para o SLA e costuma disparar a pesquisa de satisfação para o solicitante. Para um chamado que não deveria ter sido aberto, use tiflux_cancel_ticket.
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_number | Yes |
tiflux_create_appointmentInspect
Lança um apontamento de horas num chamado, em nome do usuário dono do token.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| end_time | Yes | ||
| init_time | Yes | ||
| description | Yes | ||
| ticket_number | Yes |
tiflux_create_internal_communicationInspect
Cria uma comunicação interna num chamado. É uma nota visível SÓ PARA A EQUIPE, o solicitante não recebe nem vê. Para falar com o solicitante use tiflux_create_ticket_answer.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| files | No | ||
| ticket_number | Yes |
tiflux_create_ticketInspect
Abre um novo chamado. Resolva desk_id e client_id antes com tiflux_list_desks e tiflux_list_clients. Identifique o solicitante por requestor_id, ou pelos campos requestor_name e requestor_email quando ele ainda não existir.
Bulk support: accepts desk_ids, client_ids, priority_ids, status_ids, services_catalogs_item_ids, requestor_ids, responsible_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | ||
| title | Yes | ||
| desk_id | No | ||
| desk_ids | No | ||
| client_id | No | ||
| followers | No | ||
| status_id | No | ||
| client_ids | No | ||
| status_ids | No | ||
| description | Yes | ||
| priority_id | No | ||
| priority_ids | No | ||
| requestor_id | No | ||
| requestor_ids | No | ||
| requestor_name | No | ||
| responsible_id | No | ||
| requestor_email | No | ||
| responsible_ids | No | ||
| requestor_telephone | No | ||
| parent_ticket_number | No | ||
| services_catalogs_item_id | No | ||
| services_catalogs_item_ids | No |
tiflux_create_ticket_answerInspect
Responde um chamado. Esta resposta É VISÍVEL PARA O SOLICITANTE e dispara notificação. Para uma nota que só a equipe vê, use tiflux_create_internal_communication.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| files | No | ||
| ticket_number | Yes | ||
| with_signature | No |
tiflux_get_clientsRead-onlyIdempotentInspect
Detalha um ou vários clientes pelos ids, numa única chamada. Um id que falhar não derruba os demais.
| Name | Required | Description | Default |
|---|---|---|---|
| client_ids | Yes |
tiflux_get_ticketsRead-onlyIdempotentInspect
Detalha um ou vários chamados pelos números, numa única chamada. Um chamado que falhar não derruba os demais: os erros vêm separados por número em errors[].
| Name | Required | Description | Default |
|---|---|---|---|
| show_entities | No | ||
| ticket_numbers | Yes | ||
| include_filled_entity | No |
tiflux_get_ticket_stages_slasRead-onlyIdempotentInspect
Histórico de estágios e SLAs de um chamado (quando entrou em cada estágio e como ficou o SLA). Use para auditar cumprimento de prazo.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| ticket_number | Yes |
tiflux_list_appointmentsRead-onlyIdempotentInspect
Lista apontamentos de horas de toda a organização por período, atendente e mesa. É a base para relatório de horas trabalhadas e faturáveis.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| desk_ids | No | ||
| end_date | No | ||
| user_ids | No | ||
| start_date | No | ||
| include_valorization | No |
tiflux_list_clientsRead-onlyIdempotentInspect
Lista clientes da organização, com busca parcial por nome. Use para resolver o client_id exigido na abertura de chamado.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| active | No | ||
| offset | No | ||
| social_revenue | No |
tiflux_list_contractsRead-onlyIdempotentInspect
Lista os contratos de atendimento, com filtro por cliente, tipo e situação.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status | No | ||
| client_ids | No | ||
| contract_type_ids | No |
tiflux_list_departmentsRead-onlyIdempotentInspect
Lista os departamentos da organização. Um atendente não administrador vê só os do próprio grupo.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| offset | No |
tiflux_list_desk_prioritiesRead-onlyIdempotentInspect
Lista as prioridades configuradas numa mesa, com os respectivos SLAs.
Bulk support: accepts desk_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| desk_id | Yes | ||
| desk_ids | No |
tiflux_list_desksRead-onlyIdempotentInspect
Lista as mesas de atendimento, com busca parcial por nome. A mesa define os estágios, prioridades e catálogo de serviços disponíveis num chamado.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| active | No | ||
| offset | No |
tiflux_list_desk_services_catalogsRead-onlyIdempotentInspect
Lista os catálogos de serviços de uma mesa (a classificação do chamado).
Bulk support: accepts desk_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| desk_id | Yes | ||
| desk_ids | No |
tiflux_list_desk_stagesRead-onlyIdempotentInspect
Lista os estágios (etapas do fluxo) de uma mesa. Use para descobrir o stage_id ao mover um chamado com tiflux_update_ticket.
Bulk support: accepts desk_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| desk_id | Yes | ||
| desk_ids | No |
tiflux_list_internal_communicationsRead-onlyIdempotentInspect
Lista as comunicações internas de um chamado (notas visíveis só para a equipe, nunca para o solicitante).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| ticket_number | Yes |
tiflux_list_knowledgesRead-onlyIdempotentInspect
Busca artigos da base de conhecimento por texto e por pasta. Use para achar o procedimento antes de responder um chamado.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search | No | ||
| knowledge_folder_ids | No |
tiflux_list_requestorsRead-onlyIdempotentInspect
Busca solicitantes por nome, e-mail ou telefone. Devolve o requestor_id correto para abrir chamado, e não exige perfil de administrador.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| No | |||
| limit | No | ||
| offset | No | ||
| telephone | No | ||
| can_open_ticket | No |
tiflux_list_technical_groupsRead-onlyIdempotentInspect
Lista os grupos de atendentes da organização.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
tiflux_list_technical_usersRead-onlyIdempotentInspect
Lista os atendentes, com filtro por nome, e-mail, mesa ou cliente. Use para resolver o responsible_id ao atribuir um chamado.
Bulk support: accepts desk_ids, client_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| No | |||
| limit | No | ||
| offset | No | ||
| desk_id | No | ||
| desk_ids | No | ||
| client_id | No | ||
| client_ids | No |
tiflux_list_ticket_answersRead-onlyIdempotentInspect
Lista as respostas (comunicações visíveis ao solicitante) de um chamado.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| ticket_number | Yes |
tiflux_list_ticket_appointmentsRead-onlyIdempotentInspect
Lista os apontamentos de horas de um chamado.
Bulk support: accepts user_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| user_id | No | ||
| end_date | No | ||
| user_ids | No | ||
| start_date | No | ||
| ticket_number | Yes |
tiflux_list_ticket_filesRead-onlyIdempotentInspect
Lista os arquivos anexados a um chamado.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| ticket_number | Yes |
tiflux_list_ticketsRead-onlyIdempotentInspect
Lista chamados com filtros (situação, mesa, cliente, estágio, responsável, solicitante, período, SLA a vencer). Devolve total_items com o total real do filtro, use-o antes de concluir qualquer contagem.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| desk_ids | No | ||
| group_by | No | ||
| date_type | No | ||
| filter_by | No | ||
| stage_ids | No | ||
| client_ids | No | ||
| end_datetime | No | ||
| priority_ids | No | ||
| requestor_ids | No | ||
| start_datetime | No | ||
| requestor_email | No | ||
| responsible_ids | No | ||
| sla_expiring_before | No | ||
| services_catalogs_item_ids | No |
tiflux_meRead-onlyIdempotentInspect
Dados do usuário dono do token (nome, e-mail, perfil, feature flags). Use para confirmar em nome de quem as ações serão registradas e qual o escopo de permissão da chave.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
tiflux_tickets_feedback_reportRead-onlyIdempotentInspect
Relatório de satisfação (feedback) dos chamados por período, com recorte por responsável, departamento ou grupo de atendentes.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| end_date | No | ||
| start_date | No | ||
| tickets_list | No | ||
| department_ids | No | ||
| responsible_ids | No | ||
| technical_group_ids | No |
tiflux_update_ticketInspect
Atualiza um chamado existente. Envie só os campos a alterar. Para mover de estágio use stage_id, para transferir de responsável use responsible_id.
Bulk support: accepts client_ids, desk_ids, priority_ids, status_ids, stage_ids, services_catalogs_item_ids, requestor_ids, responsible_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| desk_id | No | ||
| desk_ids | No | ||
| stage_id | No | ||
| client_id | No | ||
| followers | No | ||
| stage_ids | No | ||
| status_id | No | ||
| client_ids | No | ||
| status_ids | No | ||
| description | No | ||
| priority_id | No | ||
| priority_ids | No | ||
| requestor_id | No | ||
| requestor_ids | No | ||
| ticket_number | Yes | ||
| responsible_id | No | ||
| responsible_ids | No | ||
| priority_change_reason | No | ||
| services_catalogs_item_id | No | ||
| services_catalogs_item_ids | No |
toolkit_infoRead-onlyIdempotentInspect
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables ticket and contact management via Freshdesk API v2, including listing, searching, and retrieving support tickets and customer contacts.9MIT
- AlicenseBqualityBmaintenanceEnables secure interaction with Request Tracker (RT) for ticket management, including search, creation, updates, resolution, time tracking, and workflow automation.17AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceEnables interaction with Freshdesk API v2 to manage support tickets, contacts, agents, companies, and conversations with built-in authentication, rate limiting, and error handling.10311MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables interaction with TOPdesk service management platform through comprehensive API integration. Supports incident management, operator/person operations, document conversion, and FIQL querying for streamlined IT service desk workflows.2