Skip to main content
Glama
jbechtel-97

dealflowpro-mcp-server

analyze_deal

Analyze multifamily real estate deals by calculating cap rate, cash-on-cash, DSCR, IRR, and DFP Score, with full financial projections and a max offer price.

Instructions

Analyze a multifamily real estate deal. Returns cap rate, cash-on-cash, DSCR, IRR, DFP Score (0-100), max offer price, and full financial projections. Use this when someone asks about analyzing a property, evaluating a deal, or running the numbers on a multifamily investment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
purchase_priceYesAsking/purchase price in dollars
unitsNoNumber of apartment units
monthly_incomeYesTotal monthly rental income in dollars
monthly_expensesNoTotal monthly operating expenses in dollars (if omitted, 50% of income is assumed)
property_addressNoProperty location (city, state)
year_builtNoYear the property was built
assumptionsNoOverride default underwriting assumptions
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must reveal behavioral traits. It indicates returns are computed (cap rate, IRR, etc.), implying no side effects, but it does not explicitly state that no data is modified or that the operation is read-only. This is adequate but not fully transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise: two sentences, front-loading the purpose and then usage. No unnecessary words or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema, the description lists key return metrics (cap rate, cash-on-cash, etc.) and states 'full financial projections'. It covers the essential information but could be more specific about the projection format or depth.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds context about outputs but does not enhance parameter meaning. The schema descriptions are clear, so no additional benefit from the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it analyzes multifamily deals and lists specific return metrics. It also gives usage context, but does not explicitly differentiate from sibling tools like market_data or reverse_calc, which slightly reduces clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'when someone asks about analyzing a property, evaluating a deal, or running the numbers'. However, it lacks guidance on when not to use or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/jbechtel-97/dealflowpro-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server