Skip to main content
Glama

総合価値スコア

composite_value_score
Read-only

Composite value score: fuse 5 axes (land price, education, transport, future plans, risk) into a single 0-100 score with radar, tier, peer comparison, and AI narrative. | 総合価値スコア。地価・教育・交通・将来計画・リスクを 1 つの 0-100 スコアに融合。レーダー・Tier・ピア比較・AIナラティブ付き。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaYesTarget area (e.g. '名古屋市中区', '新宿区') | 対象エリア
horizonNoAnalysis horizon | 分析期間3y
weightsNoCustom axis weights (defaults: 0.25/0.20/0.20/0.20/0.15) | 軸の重み
prefectureNo都道府県名(和名/英名/ISO 3166-2 コード対応)愛知県
output_modeNoOutput verbosity. compact=TL;DR + key numbers only (default), detailed=full Markdown report | 出力詳細度。compact=主要数値のみ(デフォルト)、detailed=全文レポート付きcompact
includeMarkdownNoInclude Markdown report | Markdown レポートを含む
includeNarrativeNoGenerate AI narrative summary (requires Gemini API key) | AI ナラティブ生成

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
axesYesPer-axis scores with evidence
tierYesTier rating: S(80+) A(65-79) B(50-64) C(<50)
narrativeNoAI-generated executive summary (if Gemini available)
attributionYes
compositeScoreYesOverall composite score 0-100
markdownReportNoFull Markdown report
peerComparisonYesTop/bottom peer cities for comparison

Schema Changelog

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

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds the fusion semantics and output artifacts. However, it advertises 'AI narrative' without disclosing the Gemini API-key dependency that the includeNarrative parameter documents, which could mislead an agent into expecting the narrative to always succeed. Not a contradiction, but a modest disclosure gap given the output feature is prominent.

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?

Two sentences (English plus a Japanese translation) with the core purpose front-loaded and no filler. The bilingual duplication costs some economy, but it is reasonable for a Japan-market tool and every sentence earns its place.

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

Completeness3/5

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

An output schema exists, so return-value documentation is unnecessary. The description covers the fusion model and output artifacts. Missing pieces: no usage guidance versus siblings, no disclosure of the narrative API dependency, and no clarification of weight semantics (e.g., whether weights must sum to 1). Adequate for a schema-rich tool but not complete.

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%, with every parameter documented including enums, ranges, defaults, and bilingual notes. The description's mention of the 5 axes merely restates what the weights object already documents. It adds no param-level meaning beyond the schema, so the baseline 3 for full coverage 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 states a specific verb ('fuse') and a concrete resource (5 named axes into a 0-100 score), and previews the output artifacts (radar, tier, peer comparison, AI narrative). It is clear what the tool does. However, with 30+ siblings it never names what it is not — an agent cannot readily tell it apart from assess_property_risk, forecast_land_price_trend, or cross_analyze_real_estate_market without opening schemas.

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 when-to-use guidance, no exclusions, and no alternative routing is provided. Given the large sibling set and overlapping analysis tools (assess_property_risk, cross_analyze_real_estate_market, compare_prefectures), an agent has no signal about which tool fits a given query. The purpose is stated, but the choice context is entirely absent.

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.

TDQS

B3.3/5.0
Disambiguation3/5

Many tools have overlapping purposes (e.g., analyze_renovation_yield vs recommend_renovation_targets, multiple scoring functions). While descriptions provide some differentiation, an agent could easily confuse tools like assess_property_risk, assess_family_friendly_score, and composite_value_score, all of which aggregate multiple axes into a single score.

Naming Consistency4/5

Most tools follow a verb_noun pattern (analyze_, assess_, get_, simulate_, etc.), but a few deviate with noun phrases (composite_value_score, portfolio_optimizer, scenario_what_if) or adjective-led names (quick_visual_summary). The pattern is largely consistent with minor exceptions, making it predictable overall.

Tool Count2/5

With 33 tools, the surface is quite heavy and exceeds the 25-tool threshold. While the server covers a broad domain (real estate analysis, simulation, contract review, reporting), many tools could be consolidated (e.g., multiple scoring functions). The count feels overwhelming for an agent to manage efficiently, though the scope is comprehensive.

Completeness4/5

The tool set covers the primary workflows of real estate intel: search/discovery, data retrieval, scoring, simulation, reporting, and contract support. Minor gaps exist (e.g., no direct property transaction listing lookup or lease-specific analysis), but these are not core to the server's stated purpose. The lifecycle of analysis is well-supported.