Skip to main content
Glama

nestegg-calculators

Gross Rent Multiplier

gross-rent-multiplier
Read-onlyIdempotent

Gross rent multiplier: price divided by gross annual rent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceYesPurchase price.
grossAnnualRentYesGross annual rent.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
grmNoGross rent multiplier (null if rent<=0).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows it's a safe, non-mutating operation. The description adds the exact computation behavior, which is the core of this tool. It does not mention edge cases like zero rent, but the annotation coverage lowers the burden.

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 sentence, 'Gross rent multiplier: price divided by gross annual rent.' It is front-loaded, contains no filler, and every word earns its place.

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

Completeness5/5

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

Given the tool's simplicity (two numeric inputs, one formula), the description, combined with the rich schema, annotations, and output schema, provides complete context. No additional guidance is necessary for correct use.

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

Parameters4/5

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

Schema coverage is 100% with descriptions for both parameters. The description adds the relationship between them ('price divided by gross annual rent'), clarifying the role of each parameter in the calculation beyond simple type definitions.

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 states the formula 'price divided by gross annual rent', which is a specific calculation and clearly differentiates the tool from siblings. It is concise and unambiguous, though it does not explicitly name alternative tools.

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 vs. alternatives like cap-rate or cash-on-cash. The description only gives the formula, with no context about appropriate use cases.

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.