Skip to main content
Glama

Organizze

organizze_get_credit_card_invoice

Read-onlyIdempotent

Detalhes de uma fatura específica de cartão: transações, pagamentos e gastos por categoria. Prefira passar credit_card com o NOME do cartão.

Bulk support: accepts credit_card_ids, invoice_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNo
monthNo
invoice_idNo
credit_cardNo
invoice_idsNo
credit_card_idNo
credit_card_idsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety is covered. The description adds useful behavioral context by naming the returned content and disclosing bulk execution support. No contradiction with annotations.

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

Conciseness5/5

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

Two sentences with no filler: the first states purpose and preferred input method, the second adds bulk behavior. Every sentence contributes useful information.

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?

With 7 optional parameters and no output schema, the description leaves a key gap: how an agent should identify a single invoice, such as invoice_id versus credit_card combined with year/month. The bulk note helps, but the core invocation logic is underspecified.

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%, so the description must compensate, but it only addresses credit_card, credit_card_ids, and invoice_ids. It does not clarify year, month, invoice_id, or credit_card_id, leaving the required identification combinations ambiguous.

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 the tool returns details of a specific credit card invoice, including transactions, payments, and expenses by category. The word 'specific' differentiates it from the plural sibling organizze_get_credit_card_invoices, though it does not explicitly name that sibling.

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

Usage Guidelines4/5

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

It gives explicit guidance to prefer passing credit_card with the card name, and notes bulk support via credit_card_ids and invoice_ids. This is actionable for parameter selection, though it does not state when to choose this tool over the sibling for listing invoices.

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.