Skip to main content
Glama

Excel Finance MCP

rental_add_tenant

Add new tenants to rental property management system by entering tenant ID, name, contact information, credit score, and employment details.

Instructions

Add a new tenant to the system

Input Schema

NameRequiredDescriptionDefault
contactInfoYes
creditScoreNo
employmentInfoNo
nameYes
tenantIdYes

Input Schema (JSON Schema)

{ "properties": { "contactInfo": { "type": "object" }, "creditScore": { "type": "number" }, "employmentInfo": { "type": "object" }, "name": { "type": "string" }, "tenantId": { "type": "string" } }, "required": [ "tenantId", "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