Skip to main content
Glama

GestãoClick

gestaoclick_notas_fiscais_consumidores_create

Notas Fiscais de Consumidores: Cadastrar (POST /api/notas_fiscais_consumidores). [write, altera dados]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
accountNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false, so the description's '[write, altera dados]' confirms the mutation behavior, adding slight value. However, no details on required permissions, idempotency, or side effects. Since annotations already cover the read-only flag, the description adds minimal context.

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 concise with two short sentences and a clear write tag. It is front-loaded with the resource name and action, though the bracket tag is redundant with annotations.

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?

For a create tool with no output schema and low parameter explanation, the description is insufficient. It doesn't specify required fields, data format, or typical usage context, leaving the agent guessing about the body structure.

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?

Schema description coverage is 0%, and parameters 'body' and 'account' are not explained in the description. The description only mentions the endpoint but gives no hint about how to construct the body or what account means. The description does not compensate for the lack of schema detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool is for registering consumer invoices (POST /api/notas_fiscais_consumidores), which clearly indicates a create operation. However, it does not differentiate from sibling tools like gestaoclick_notas_fiscais_consumidores_update or emitir_create, and the 'Cadastrar' verb is somewhat generic.

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. It does not mention that this is for creating new invoices, while emitir_create or update are for other operations. No exclusions or prerequisites stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.