Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_invoices_tax_authority_report_create

Destructive

Submit an invoice to the tax authority for validation and clearance. This action is irreversible, so confirm invoice details before reporting.

Instructions

๐Ÿ”ด IRREVERSIBLE ยท files the document with an external tax authority ยท Invoices ยท POST /invoices/{id}/tax-authority/report/

Report invoice to tax authority

Report the invoice to the tax authority for processing and validation.

Submits the document outside your organization for clearance/reporting. It CANNOT be recalled or undone through this API. Confirm with the user before calling, and check the document's contents first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
idempotency_keyNoOptional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well.

Schema Changelog

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

  1. First observedv2.0.0

TDQS

A4.2/5.0
Behavior5/5

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

The description strongly discloses that the action is IRREVERSIBLE, submits the document outside the organization, and cannot be recalled or undone through this API. This goes well beyond the annotations (destructiveHint=true, idempotentHint=false) by explaining the real-world consequence and adding a confirm-with-user directive.

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

Conciseness3/5

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

The warning is effectively front-loaded with the emoji and 'IRREVERSIBLE' label, but the phrase 'Report invoice to tax authority' is repeated in slightly different forms across the description, adding redundancy. It is still readable and scannable.

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

Completeness4/5

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

For a simple 2-parameter mutation tool with no output schema, the description covers the critical context: external submission, irreversibility, need for user confirmation, and the danger of the action. It does not discuss when to prefer this over sibling tools, but the resource-specific naming and endpoints make that a minor gap.

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 coverage is 50%, with idempotency_key already well-documented in the schema. The description adds no explicit prose for the 'id' parameter, though the endpoint '/invoices/{id}/...' implies it is the invoice identifier. This is modest compensation but leaves the parameter semantics mostly to the schema.

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 uses a specific verb ('Report') and resource ('invoice'), and explicitly identifies the endpoint 'POST /invoices/{id}/tax-authority/report/'. The 'Invoices' marker distinguishes this from sibling tax-authority-report tools for credit notes and simplified invoices.

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?

The description clearly instructs to 'Confirm with the user before calling' and to check the document's contents first, which is essential guidance for an irreversible external action. It does not explicitly name sibling alternatives, but the resource scope ('Invoices') and endpoint make the selection obvious.

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/ohneben/Wafeq-MCP'

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