Norman Finance MCP Server

Official
MIT License
4
  • Linux
  • Apple

link_transaction

Associate a specific transaction with an invoice using invoice and transaction IDs. Streamlines accounting workflows by connecting financial records for accurate tracking and reporting.

Instructions

Link a transaction to an invoice. Args: invoice_id: ID of the invoice transaction_id: ID of the transaction to link Returns: Response from the link transaction request

Input Schema

NameRequiredDescriptionDefault
invoice_idYes
transaction_idYes

Input Schema (JSON Schema)

{ "properties": { "invoice_id": { "title": "Invoice Id", "type": "string" }, "transaction_id": { "title": "Transaction Id", "type": "string" } }, "required": [ "invoice_id", "transaction_id" ], "title": "link_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