Skip to main content
Eighteen tools, paired read and write, grouped by the part of the CRM they touch. Lofty is lead-centric — tasks, calls, texts, emails, notes and most transactions all hang off a lead — so the surface is shaped the same way, with listings, webhooks and account configuration standing on their own. Between them these cover all 123 operations of the Lofty API — anything the REST API can do is reachable here. Three rows are asymmetric on purpose: listings are read-only at this layer, notify_agent only sends, and notes and manual logs are read from the activity timeline but written through manage_leads. Every tool call is a standard MCP tools/call request and returns a standard CallToolResult. Optional arguments are marked with ? throughout the reference. Write tools past a risk threshold return {"needsConfirmation": true, "confirm_token": "..."} instead of executing — see Confirmation tiers.