Skip to main content
Glama

Excel Finance MCP

rental_add_property

Add new rental properties to Excel Finance MCP with property details including ID, name, address, type, unit count, year built, and amenities for investment tracking.

Instructions

Add a new rental property to the system

Input Schema

NameRequiredDescriptionDefault
addressYes
amenitiesNo
nameYes
propertyIdYes
propertyTypeYes
totalUnitsYes
yearBuiltNo

Input Schema (JSON Schema)

{ "properties": { "address": { "type": "string" }, "amenities": { "items": { "type": "string" }, "type": "array" }, "name": { "type": "string" }, "propertyId": { "type": "string" }, "propertyType": { "type": "string" }, "totalUnits": { "type": "number" }, "yearBuilt": { "type": "number" } }, "required": [ "propertyId", "name", "address", "propertyType", "totalUnits" ], "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