mcp-glpi-it4
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GLPI_TIMEOUT | No | Tuning HTTP | 15 |
| GLPI_BASE_URL | No | URL base do GLPI | https://suporte.sys.it4solucao.com.br |
| GLPI_PASSWORD | Yes | Usuário de serviço | |
| GLPI_USERNAME | Yes | Usuário de serviço | |
| GLPI_CLIENT_ID | Yes | Cliente OAuth (Setup > OAuth Clients) | |
| GLPI_WRITE_MODE | No | dry_run (simula) | live (executa) | dry_run |
| GLPI_API_VERSION | No | Versão da API | v2.3 |
| GLPI_MAX_RETRIES | No | Tuning HTTP | 3 |
| GLPI_OAUTH_SCOPE | No | Escopo OAuth | api |
| GLPI_CLIENT_SECRET | Yes | Cliente OAuth (Setup > OAuth Clients) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| glpi_listar_chamadosB | Lista chamados do GLPI com filtros opcionais e paginação. status: 1=Novo,2=Atribuído,3=Planejado,4=Pendente,5=Solucionado,6=Fechado. tipo: 1=Incidente,2=Requisição. prioridade: 1..6. |
| glpi_consultar_chamadoA | Detalha um chamado. Se incluir_timeline, agrega follow-ups, tarefas e solução. |
| glpi_criar_chamadoB | Abre um novo chamado. type: 1=Incidente, 2=Requisição. urgency: 1..5. Em modo dry_run, retorna o payload sem criar. |
| glpi_atualizar_chamadoA | Atualiza campos de um chamado. Guarda o estado anterior para reversão. |
| glpi_adicionar_acompanhamentoC | Adiciona um acompanhamento (follow-up) ao chamado. |
| glpi_adicionar_tarefaB | Adiciona uma tarefa ao chamado. actiontime em segundos; state: 1=A fazer,2=Feito. |
| glpi_adicionar_solucaoB | Registra a solução do chamado (pode encerrá-lo conforme a config do GLPI). |
| glpi_atribuir_chamadoC | Define um ator no chamado. role: requester | observer | assign. |
| glpi_excluir_chamadoC | Move o chamado para a lixeira (soft-delete, reversível via glpi_reverter). |
| glpi_listar_computadoresC | Lista computadores do inventário. 'busca' aplica RSQL =like= sobre o nome. |
| glpi_consultar_ativoA | Detalha um computador. Se incluir_softwares, agrega os softwares instalados. |
| glpi_criar_computadorC | Cadastra um computador no inventário. Em dry_run, retorna o payload sem criar. |
| glpi_atualizar_computadorB | Atualiza um computador. Guarda o estado anterior para reversão. |
| glpi_excluir_computadorA | Move o computador para a lixeira (soft-delete, reversível via glpi_reverter). |
| glpi_listar_configA | Lista parâmetros de configuração. Sem 'context' lista todos os contextos; com 'context' (ex.: 'core') lista os parâmetros daquele contexto. |
| glpi_consultar_configC | Lê um parâmetro específico (ex.: context='core', name='default_requesttypes_id'). |
| glpi_atualizar_configA | Altera um parâmetro de configuração (reversível). Exige GLPI_WRITE_MODE=live. Parâmetros sensíveis (URL base, senhas, chaves) são bloqueados. |
| glpi_listar_categoriasC | Lista as categorias ITIL para classificar chamados. |
| glpi_listar_entidadesC | Lista as entidades disponíveis no GLPI. |
| glpi_listar_gruposC | Lista os grupos do GLPI (para atribuição de chamados). |
| glpi_status_sessaoA | Valida credenciais/conectividade autenticando na API (OAuth2). |
| glpi_modo_escritaA | Informa o modo de escrita atual: dry_run (simula) ou live (executa). |
| glpi_reverterA | Reverte uma operação de escrita (por audit_id) ou TODAS as pendentes, em ordem reversa. Sem argumento, reverte o lote pendente registrado. |
| glpi_listar_reversiveisA | Lista as operações de escrita ainda reversíveis (pendentes de reversão). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/chicoIA/mcp-glpi-it4'
If you have feedback or need assistance with the MCP directory API, please join our Discord server