Norman Finance MCP Server

Official
MIT License
4
  • Linux
  • Apple

update_transaction

Modify details of an existing transaction, including amount, description, category, date, VAT rate, sale type, supplier country, and cashflow type, using the Norman Finance MCP Server.

Instructions

Update an existing transaction.

Input Schema

NameRequiredDescriptionDefault
amountNo
cashflow_typeNo
categoryNo
category_idNo
dateNo
descriptionNo
sale_typeNo
supplier_countryNo
transaction_idYes
vat_rateNo

Input Schema (JSON Schema)

{ "properties": { "amount": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Amount" }, "cashflow_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cashflow Type" }, "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category" }, "category_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category Id" }, "date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Date" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "sale_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sale Type" }, "supplier_country": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Supplier Country" }, "transaction_id": { "title": "Transaction Id", "type": "string" }, "vat_rate": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Vat Rate" } }, "required": [ "transaction_id" ], "title": "update_transactionArguments", "type": "object" }

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/norman-finance/norman-mcp-server'

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