Skip to main content
Glama

Rundum Immo Real Estate Appraisal

Server Details

Indicative German property depreciation, useful life, and purchase-price allocation via AfaMax.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Rundum-Immo/real-estate-appraisal-mcp
GitHub Stars
0
Server Listing
immo.rundum/real-estate-appraisal

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools address distinct calculations: one for property depreciation (AfA) and one for purchase price allocation. There is no functional overlap, and each description clarifies its specific input requirements and use case.

Naming Consistency5/5

Both tool names follow the same 'calculate_' + specific noun phrase pattern, making their purpose predictable. The naming is consistent and clearly indicates action and subject.

Tool Count4/5

With only two tools, the set is minimal, but the server's scope is narrowly focused on two specific German real estate tax calculations. Each tool earns its place, though a slightly broader set would feel more substantial.

Completeness3/5

For a server advertised as 'Real Estate Appraisal', the tool surface is limited to tax-related calculations. It covers depreciation and purchase price allocation but lacks other common appraisal functions like market value estimation or rent calculation, leaving notable gaps.

Available Tools

2 tools
calculate_property_depreciationCalculate German property depreciationA
Read-onlyIdempotent
Inspect

Calculate an indicative German real-estate depreciation (AfA) estimate through AfaMax.

Use this for residential German property, including remaining useful life, annual/monthly AfA, statutory comparison, and estimated tax savings. For apartment buildings, pass figures for the whole building or calculate units separately. Ask for all eight modernization component states whenever possible: omitting them assumes no modernization and produces the highest possible remaining-useful-life benefit. The result is non-binding and does not replace tax or legal advice.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeNoLanguage for upstream explanations; defaults to German.
taxRateNoPersonal marginal tax rate as a decimal, e.g. 0.42.
landAreaNoLand area in square metres.
floorAreaYesLiving or usable floor area in square metres.
propertyTypeYesGerman residential property category.
modernizationNoKnown state of eight modernization components. Ask for all eight when possible.
purchasePriceNoTotal purchase price in EUR.
constructionYearYesOriginal year of construction.
includedInventoryNoMovable inventory included in the purchase price, in EUR.
standardLandValueNoStandard land value in EUR per square metre.
coreRenovationYearNoYear of a qualifying core renovation, if applicable.
modernizationLevelNoCoarse modernization level used when detailed component data is unavailable.
purchaseRelatedCostsNoPurchase-related costs in EUR.

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
inputYes
resultsYes
disclaimerYes
assumptionsYes
attributionYes
calculationIdYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds useful behavioral context beyond that by stating the estimate is 'indicative' and 'non-binding,' and by disclosing that omitting modernization components 'assumes no modernization and produces the highest possible remaining-useful-life benefit.' This gives the agent meaningful expectation-setting without contradicting the annotations.

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 front-loaded with the primary action and resource, and every sentence earns its place: purpose, usage scope, modernization guidance, and legal disclaimer. It is compact enough for a complex 13-parameter financial calculation tool while avoiding redundancy or filler.

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 description covers the core purpose, when to use it, apartment-building handling, an important assumption about missing modernization data, and the non-binding nature of the result. With annotations covering safety and an output schema present, the description is reasonably complete, though it could be stronger by explicitly naming the sibling tool and the situations that would route to it.

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 description coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining the consequence of omitting the modernization object—it assumes no modernization and affects the remaining-useful-life result. It also gives guidance on how to pass floor-area figures for apartment buildings, which helps the agent reason about propertyType and floorArea semantics.

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

Purpose5/5

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

The description opens with a specific verb and resource: 'Calculate an indicative German real-estate depreciation (AfA) estimate through AfaMax.' This clearly identifies the tool's function and distinguishes it from the sibling calculate_purchase_price_allocation, which targets a different calculation even though the sibling is not named.

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?

The description gives clear use context: 'Use this for residential German property' and provides special guidance for apartment buildings. It also instructs the agent to 'Ask for all eight modernization component states whenever possible,' but it does not explicitly state when not to use this tool or mention the alternative sibling, so it stops short of full when/when-not guidance.

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

calculate_purchase_price_allocationCalculate German purchase price allocationA
Read-onlyIdempotent
Inspect

Calculate a free, non-binding German property purchase-price allocation (Kaufpreisaufteilung) through AfaMax using the BMF Arbeitshilfe.

Use this to divide acquisition costs between non-depreciable land and the depreciable building. Inventory is deducted before allocation. A condominium requires both co-ownership values, and a residential/commercial building requires its commercial share category. Provide monthlyNetColdRent when known so the income method can be calculated; otherwise only the asset method is available. Comparative valuation is unavailable because this public contract excludes surveyor-only factors. The result does not replace tax or legal advice.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeNoLanguage for the disclaimer and AfaMax attribution link. Defaults to German.de
garagesNoNumber of enclosed garage spaces. Defaults to 0.
landAreaYesPlot area in square metres.
floorAreaYesLiving or usable floor area in square metres.
propertyTypeYesGerman residential property category.
purchaseDateYesDate of the notarized purchase contract in YYYY-MM-DD format; must be from 1990-01-01 through today.
commercialShareNoRequired for RESIDENTIAL_COMMERCIAL_BUILDING: whether the commercial share is under or over 50%.
constructionYearYesOriginal construction year; it cannot be later than the purchase year.
includedInventoryNoMovable inventory included in the purchase price, in EUR. It is deducted before allocation.
standardLandValueYesStandard land value (Bodenrichtwert) in EUR per square metre.
monthlyNetColdRentNoTotal monthly net cold rent in EUR. A positive value enables the income method; omitting or passing 0 leaves it unavailable.
totalPurchasePriceYesTotal notarized purchase price in EUR.
coOwnershipNumeratorNoCo-ownership numerator (Miteigentumsanteil); required with the denominator for a condominium.
purchaseRelatedCostsNoLand transfer tax, notary, land-register, and broker costs in EUR. Defaults to 0.
coOwnershipDenominatorNoCo-ownership denominator; required with the numerator for a condominium.
undergroundParkingSpacesNoNumber of underground parking spaces. Defaults to 0.

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
inputYes
appliedYes
methodsYes
skippedYes
degenerateYes
disclaimerYes
attributionYes
calculationIdYes
assetMethodDefaultsYes

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already declare readOnly and idempotent, but the description adds substantial behavioral context beyond them: free and non-binding, inventory is deducted before allocation, income method availability depends on monthlyNetColdRent, comparative valuation is excluded, and the result is not tax/legal advice. No contradiction with annotations.

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 compact and front-loaded with the primary purpose, then supplies only decision-relevant conditions. Each sentence adds value, and the legal disclaimer is placed last without weighing the text down.

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?

For a 16-parameter tool with an output schema, the description covers the key context an agent needs: what the calculation does, prerequisites for special property types, method availability, and limitations. Return details are covered by the output schema, so nothing critical is missing.

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

Parameters5/5

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

Schema coverage is 100%, so the baseline is 3, but the description meaningfully supplements the schema. It explains that includedInventory is deducted before allocation, that coOwnership numerator/denominator are both required for condominiums, that commercialShare applies only to RESIDENTIAL_COMMERCIAL_BUILDING, and that monthlyNetColdRent enables the income method versus the asset-only fallback.

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

Purpose5/5

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

The description opens with a specific verb and resource: 'Calculate a free, non-binding German property purchase-price allocation (Kaufpreisaufteilung)' and immediately clarifies the mechanism (AfaMax, BMF Arbeitshilfe). It states the core function—dividing acquisition costs between land and building—which differentiates it from the sibling calculate_property_depreciation.

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?

The description provides explicit usage context: 'Use this to divide acquisition costs...' and details conditional requirements (condominium co-ownership values, commercial share category, monthlyNetColdRent enabling the income method). It does not explicitly name an alternative tool, but the contrast with depreciation is implied.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedcalculate_property_depreciation
    • First observedcalculate_purchase_price_allocation

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables transparent, indicative mortgage calculations for annuities and linear mortgages, including comparisons, product listings, and interest rate information.
    5
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables users to calculate Portuguese property purchase costs (IMT, stamp duty, deed/registration) and query annual IMI rates and costs for all 308 municipalities, with sourced figures.
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Accounting MCP server for the French LMNP tax status (furnished rentals, e.g. Airbnb hosts). 44 tools to manage properties, income and expenses, compute component-based depreciation and fiscal results, and generate the official French tax return (2031/2033) and FEC accounting export.
    45
    4
    AGPL 3.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.