Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get a supplier invoice by invoice number and fiscal year
| Field | Value |
|---|---|
| Name | sap__get_supplier_invoice |
| Group | Integrations |
{
"type": "object",
"properties": {
"supplierInvoice": {
"type": "string",
"description": "SAP supplier invoice number"
},
"fiscalYear": {
"type": "string",
"description": "Fiscal year"
},
"$format": {
"type": "string",
"description": "Response format"
}
},
"required": [
"supplierInvoice",
"fiscalYear"
],
"description": "Input schema for the sap__get_supplier_invoice tool."
}