get_invoice
Retrieve detailed invoice data by specifying the invoice ID. Integrates with Norman Finance MCP Server to simplify accounting and tax workflows for entrepreneurs in Germany.
Instructions
Get detailed information about a specific invoice.
Args:
invoice_id: ID of the invoice to retrieve
Returns:
Detailed invoice information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
invoice_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"invoice_id": {
"title": "Invoice Id",
"type": "string"
}
},
"required": [
"invoice_id"
],
"title": "get_invoiceArguments",
"type": "object"
}