Skip to main content
Glama
chicoIA

mcp-glpi-it4

by chicoIA

glpi_listar_chamados

List GLPI tickets with filters by status, type, priority, technician, and pagination controls.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
tipoNo
prioridadeNo
tecnico_idNo
limiteNo
offsetNo
Behavior2/5

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

No annotations provided, so description must cover behavioral traits. It does not state that the operation is read-only (assumed but not explicit), does not describe pagination behavior beyond defaults, and omits any side effects or authorization needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is short and front-loaded with purpose. Includes useful value mappings. Could be more structured (e.g., separate pagination info) but no wasted sentences.

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?

Given 6 parameters, no output schema, and no annotations, description needs to be more complete. It covers purpose and some params but lacks pagination behavior details, return format, and any prerequisites. Adequate but with clear gaps.

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 has no descriptions (0% coverage). Description explains meaning for three parameters (status, tipo, prioridade) with value mappings. However, tecnico_id, limite, offset lack explanation beyond names. Partial coverage.

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 tickets from GLPI with optional filters and pagination. It differentiates from siblings like glpi_consultar_chamado (single ticket) and glpi_criar_chamado (creation).

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?

No guidance on when to use this tool versus alternatives. Does not specify when filters are appropriate or when pagination should be used. Lacks exclusions or prerequisites.

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/chicoIA/mcp-glpi-it4'

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