Skip to main content
Glama

Excel Finance MCP

business_deductions_analysis

Analyze business expenses to determine allowable tax deductions based on entity type, helping identify eligible write-offs for accurate tax filing.

Instructions

Analyze allowable business deductions

Input Schema

NameRequiredDescriptionDefault
entityTypeYes
expensesYes

Input Schema (JSON Schema)

{ "properties": { "entityType": { "enum": [ "Sole Proprietorship", "Partnership", "S Corporation", "C Corporation", "LLC" ], "type": "string" }, "expenses": { "items": { "properties": { "amount": { "type": "number" }, "category": { "type": "string" }, "description": { "type": "string" } }, "type": "object" }, "type": "array" } }, "required": [ "expenses", "entityType" ], "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