Skip to main content
Glama

Excel Finance MCP

expense_add_vendor

Add new vendors to your financial system with essential details including contact information, payment terms, and tax ID for accurate expense tracking and reporting.

Instructions

Add a new vendor to the system

Input Schema

NameRequiredDescriptionDefault
activeNo
contactInfoYes
nameYes
paymentTermsNoNet 30
preferredPaymentMethodNoCheck
taxIdNo
vendorIdYes
w9OnFileNo

Input Schema (JSON Schema)

{ "properties": { "active": { "default": true, "type": "boolean" }, "contactInfo": { "type": "object" }, "name": { "type": "string" }, "paymentTerms": { "default": "Net 30", "type": "string" }, "preferredPaymentMethod": { "default": "Check", "enum": [ "Cash", "Check", "Credit Card", "ACH Transfer", "Wire Transfer", "PayPal", "Other" ], "type": "string" }, "taxId": { "type": "string" }, "vendorId": { "type": "string" }, "w9OnFile": { "default": false, "type": "boolean" } }, "required": [ "vendorId", "name", "contactInfo" ], "type": "object" }

Other Tools from Excel Finance MCP

Related Tools

    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/jeremycharlesgillespie/excel-mcp'

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