Skip to main content
Glama

Excel Finance MCP

rental_add_lease

Add new rental lease agreements to Excel with lease details, tenant information, rent amounts, and security deposits for property management.

Instructions

Add a new lease agreement

Input Schema

NameRequiredDescriptionDefault
endDateYes
escalationFrequencyNoannually
escalationRateNo
leaseIdYes
monthlyRentYes
securityDepositYes
startDateYes
tenantIdYes
unitIdYes

Input Schema (JSON Schema)

{ "properties": { "endDate": { "format": "date", "type": "string" }, "escalationFrequency": { "default": "annually", "type": "string" }, "escalationRate": { "default": 0, "type": "number" }, "leaseId": { "type": "string" }, "monthlyRent": { "type": "number" }, "securityDeposit": { "type": "number" }, "startDate": { "format": "date", "type": "string" }, "tenantId": { "type": "string" }, "unitId": { "type": "string" } }, "required": [ "leaseId", "unitId", "tenantId", "startDate", "endDate", "monthlyRent", "securityDeposit" ], "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