Skip to main content
Glama
chicoIA

mcp-glpi-it4

by chicoIA

glpi_criar_chamado

Create a new ticket (incident or request) in GLPI with specified name, content, type, urgency, and optional category. Use dry-run mode to preview payload without creating.

Instructions

Abre um novo chamado. type: 1=Incidente, 2=Requisição. urgency: 1..5. Em modo dry_run, retorna o payload sem criar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
contentYes
typeNo
urgencyNo
itilcategories_idNo
entities_idNo
requester_idNo
Behavior3/5

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

Discloses dry_run behavior that returns payload without persisting, and specifies value ranges for type and urgency. However, no annotations exist, and the description omits side effects (e.g., required permissions, success/failure responses, or error conditions).

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?

The description is short (two sentences) and front-loaded with the main action. Each sentence adds value (action + parameter hints + dry_run note). However, it could be slightly more structured or include brief mentions of other parameters.

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

Completeness2/5

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

Despite low schema coverage and no output schema, the description provides minimal context (type/urgency ranges, dry_run mode). It lacks details on required parameters (name, content), return value, error handling, or integration with GLPI entities.

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?

Description clarifies 'type' and 'urgency' parameters (their meaning and ranges), but with 0% schema coverage, it fails to explain other parameters like name, content, itilcategories_id, entities_id, and requester_id. This leaves many parameters ambiguous.

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?

Description clearly states 'Abre um novo chamado' (opens a new ticket) and differentiates from siblings like atualizar (update) or excluir (delete). It also specifies valid values for type and urgency, making the tool's purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies usage for creating new tickets but does not explicitly state when to use this tool vs. alternatives (e.g., glpi_atualizar_chamado for updates). It mentions dry_run mode but lacks guidance on prerequisites or when not to use.

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