Norman Finance MCP Server

Official
MIT License
1

upload_bulk_attachments

Upload multiple file attachments in bulk to Norman Finance MCP Server. Supports optional cashflow type labeling (INCOME or EXPENSE) for streamlined financial workflows.

Instructions

Upload multiple file attachments in bulk. Args: file_paths: List of paths to files to upload cashflow_type: Optional cashflow type for the transactions (INCOME or EXPENSE) Returns: Response from the bulk upload request

Input Schema

NameRequiredDescriptionDefault
cashflow_typeNo
file_pathsYes

Input Schema (JSON Schema)

{ "properties": { "cashflow_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cashflow Type" }, "file_paths": { "items": { "type": "string" }, "title": "File Paths", "type": "array" } }, "required": [ "file_paths" ], "title": "upload_bulk_attachmentsArguments", "type": "object" }
ID: akjl8hgv47