Skip to main content
Glama

nestegg-calculators

Net Operating Income

noi
Read-onlyIdempotent

Net operating income: gross rental income less vacancy and operating expenses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vacancyPctYesVacancy rate in percent.
grossRentalIncomeYesGross annual rental income.
operatingExpensesYesAnnual operating expenses.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noiNoNet operating income.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint=false, so the description adds the formula context. It does not disclose additional behavior such as rounding, output type, or handling of percent inputs, but the formula is a useful behavioral clarification.

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 a single concise sentence that front-loads the tool's purpose. Every word earns its place with no redundancy or irrelevant information.

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?

The tool is simple, all parameters are documented, and an output schema exists, so the description need not explain return values. The formula is enough for a straightforward calculator, though it omits potential edge-case context like whether vacancy should be expressed as a whole number or decimal (schema does say percent).

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 coverage is 100% with clear descriptions for each parameter. The description mentions vacancy and operating expenses but adds no further detail beyond what the schema already provides, so baseline score of 3 applies.

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 defines Net Operating Income as gross rental income less vacancy and operating expenses, which is a specific formula. It distinguishes the tool from siblings by stating the exact calculation, though it lacks an explicit verb like 'calculates'.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description only gives the formula, with no mention of excluded scenarios or comparison to related tools such as cap-rate or cash-on-cash.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.