Norman Finance MCP Server

Official
MIT License
4
  • Linux
  • Apple

link_attachment_transaction

Associate a transaction with an attachment by providing their respective IDs. This tool streamlines financial record-keeping by enabling clear linkages between documents and transactions in Norman Finance.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
attachment_idYes
transaction_idYes

Input Schema (JSON Schema)

{ "properties": { "attachment_id": { "title": "Attachment Id", "type": "string" }, "transaction_id": { "title": "Transaction Id", "type": "string" } }, "required": [ "attachment_id", "transaction_id" ], "title": "link_attachment_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