Skip to main content
Glama
lucassampsouza

omie-mcp

incluir_conta_receber

Create new accounts receivable records in OMIE for tracking owed payments. Specify client, due date, amount, and category to add a receivable.

Instructions

Cria uma nova conta a receber no OMIE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
observacaoNo
data_emissaoNo
data_previsaoYes
numero_pedidoNo
numero_parcelaNo
codigo_vendedorNo
data_vencimentoYes
valor_documentoYes
codigo_categoriaYes
numero_documentoNo
id_conta_correnteNo
codigo_cliente_fornecedorYes
codigo_lancamento_integracaoNo
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only says 'creates', which implies mutation, but does not mention required permissions, reversibility, duplicates, error handling, or the response format. This is a significant gap for a write operation.

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 a single, concise sentence with no unnecessary words. It is front-loaded and easy to read, but it is under-specified, which limits the value of its conciseness.

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 tool with 13 parameters, 5 required, no annotations, and no output schema, this minimal description is inadequate. It does not cover return values, prerequisites, validation behavior, or any other contextual information needed by an agent to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain any of the 13 parameters. Most parameter names are not self-explanatory for a non-domain expert, and the description adds no value to the schema, failing to compensate for the low coverage.

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

Purpose4/5

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

The description clearly states that this tool creates a new 'conta a receber' (accounts receivable) in OMIE, using the verb 'cria' (creates). This distinguishes it from sibling tools that consult, list, or delete contas a receber. However, it adds no extra scope or detail beyond a direct translation of the tool name.

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?

The description provides no guidance on when to use this tool versus alternatives. It simply states the action without mentioning prerequisites, exclusions, or alternative tools for related tasks.

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/lucassampsouza/omie-mcp'

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