Skip to main content
Glama

Excel Finance MCP

rental_add_unit

Add a rental unit to a property by providing unit details including square footage, bedrooms, bathrooms, and market rent for property management.

Instructions

Add a rental unit to a property

Input Schema

NameRequiredDescriptionDefault
amenitiesNo
bathroomsYes
bedroomsYes
marketRentYes
propertyIdYes
squareFeetYes
unitIdYes
unitNumberYes
unitTypeNo

Input Schema (JSON Schema)

{ "properties": { "amenities": { "items": { "type": "string" }, "type": "array" }, "bathrooms": { "type": "number" }, "bedrooms": { "type": "number" }, "marketRent": { "type": "number" }, "propertyId": { "type": "string" }, "squareFeet": { "type": "number" }, "unitId": { "type": "string" }, "unitNumber": { "type": "string" }, "unitType": { "type": "string" } }, "required": [ "unitId", "propertyId", "unitNumber", "squareFeet", "bedrooms", "bathrooms", "marketRent" ], "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