Skip to main content
Glama

購入候補物件レビュー

review_purchase_recommendation
Read-only

Real estate purchase review for executives: evaluates asking price vs 公示地価/路線価/取引相場, yield (gross/net), risk (vacancy/aging/disaster), future potential, and contract terms. Returns 5-axis scores, decision (buy/negotiate/hold/reject), red flags, negotiation points, and recommended clauses. | 不動産屋経営者向け購入審査:販売価格 vs 公示地価・路線価・取引相場、利回り、リスク、将来性、契約条件を5軸評価。判断(購入/交渉/保留/非推奨)、レッドフラグ、交渉ポイント、推奨特約条項を返却。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes市区町村(例: '名古屋市中区', '新宿区')
floorsNo階数
districtNo町丁目・地区名(販売図面から分かる範囲で可)
structureNo構造(RC/SRC/S/木造など)
prefectureNo都道府県名(和名/英名/ISO 3166-2 コード対応)愛知県
addressMemoNo販売図面・物件資料に記載された住所メモ
askingPriceYes売出価格・購入打診価格(円)
buildingAgeNo築年数
landAreaSqmNo土地面積(㎡)
output_modeNoOutput verbosity. compact=TL;DR + key numbers only (default), detailed=full Markdown report | 出力詳細度。compact=主要数値のみ(デフォルト)、detailed=全文レポート付きcompact
propertyTypeNo物件種別mansion
occupancyRateNo想定稼働率(0-1)
proposedTermsNo提案中の契約条件
renovationCostNo想定リノベ/修繕費(円)
buildingAreaSqmNo建物面積(㎡)
kojiPricePerSqmNo参考公示地価(円/㎡)
negotiablePriceNo交渉後に狙う価格(円)
exclusiveAreaSqmNo専有面積(㎡)
recommenderClaimNo仲介会社・営業担当などが勧めている理由
currentAnnualRentNo現況年間賃料(円)
propertyTaxAnnualNo固定資産税等(円/年)
expectedAnnualRentNo想定年間賃料(円)
rosenkaPricePerSqmNo参考路線価(円/㎡)
operatingExpenseAnnualNo年間運営費・管理費・修繕費等(円)
transactionMedianPerSqmNo近隣取引相場中央値(円/㎡)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
axesYes
decisionYes
redFlagsYes
riskScoreYes
keyNumbersYes
priceScoreYes
yieldScoreYes
attributionYes
dataSourcesYes
futureScoreYes
dashboardUriYes
overallScoreYes
contractScoreYes
decisionLabelYes
markdownReportYes
negotiationPointsYes
missingInformationYes
recommendedClausesYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description does not need to restate safety. It adds significant behavioral context by specifying the evaluation axes and the output structure (decision, red flags, negotiation points, clauses), which goes beyond the annotations. It does not contradict any annotation.

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

Conciseness4/5

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

The description is bilingual (English/Japanese) which adds some length, but both versions are concise and front-load the core purpose before listing outputs. It packs a lot of information into two sentences without redundant filler, appropriate for a tool with 25 parameters.

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?

With a complex schema (25 parameters, nested objects) and an output schema present, the description provides a solid overview of what the tool evaluates and returns. It does not explain how to fill in parameters, but the schema covers that. It also mentions the output_mode parameter (compact/detailed), which is useful context. Minor gap: no mention of data prerequisites or assumptions, but not critical given the schema richness.

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 the schema already documents all 25 parameters. The tool description references some parameters indirectly (e.g., 'asking price vs 公示地価/路線価/取引相場' maps to kojiPricePerSqm, rosenkaPricePerSqm, transactionMedianPerSqm) but does not add new meaning beyond what the schema provides. This meets the baseline for high schema coverage.

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 states a specific verb ('review') and resource ('purchase recommendation') and details the evaluation criteria (asking price vs 公示地価/路線価/取引相場, yield, risk, future potential, contract terms) and outputs (5-axis scores, decision, red flags, negotiation points, recommended clauses). This clearly distinguishes it from narrower sibling tools like assess_property_risk or assess_contract_risk, which focus on single risk dimensions.

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

Usage Guidelines3/5

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

The description clearly implies it is for a holistic purchase decision review ('Real estate purchase review for executives') but does not explicitly state when to use it instead of a sibling tool such as assess_property_risk or composite_value_score. It gives context but no exclusions or alternative routing, leaving the agent to infer usage from the 'purchase review' wording.

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.