Skip to main content
Glama

価格トライアングル・アービトラージスキャン

detect_arbitrage_signals
Read-only

Price triangulation arbitrage scanner: cross-checks 路線価(rosenka) × 公示地価(koji) × 取引価格(tx) to detect discount buys, inheritance-tax edges, and overheated markets. | 路線価・公示地価・取引価格の三角測量でディスカウント物件・相続有利エリア・市場過熱を検出する。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax cities to return | 最大返却市区町村数
prefectureNo都道府県名(和名/英名/ISO 3166-2 コード対応)愛知県
signalTypeNoFilter by signal type: 'discount' | 'inheritance_edge' | 'overheated' | 'fair' | omit for all | シグナル種別フィルター
includeLiveNoFetch latest MLIT transactions live (requires MLIT_API_KEY) | ライブ取引価格取得
output_modeNoOutput verbosity. compact=TL;DR + key numbers only (default), detailed=full Markdown report | 出力詳細度。compact=主要数値のみ(デフォルト)、detailed=全文レポート付きcompact

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes検出シグナル一覧
dataYearYesデータ年次
benchmarkYes比較用ベンチマーク
prefectureYes
attributionYes
liveDataUsedYesMLIT ライブ取引データ使用
scannedCitiesYesスキャンした市区町村数
markdownReportYesMarkdown 形式の分析レポート

Schema Changelog

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

  1. First observed

TDQS

A3.5/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 description correctly reflects a non-mutating scan. It adds the core behavioral detail—triangulating three price sources to compute signals—which is beyond annotations. However, it does not mention data freshness, staleness, or the fact that includeLive requires an API key (that is left to the schema). For a read-only tool, the description adds moderate context but not rich operational caveats.

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?

Two tightly written sentences, with the core purpose and key signals front-loaded. The bilingual repetition is intentional and adds no fluff. Every word earns its place, and there is zero redundancy.

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?

For a read-only scanner with full parameter descriptions and an output schema, the description covers the central function and signal categories. The main gap is the lack of usage guidance relative to siblings, and it doesn't touch on operational constraints like data licensing or API-key requirements (though those are hinted in the includeLive parameter schema). Overall it is adequate but not exhaustive for a tool with 5 parameters and many siblings.

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%, so every parameter is already documented in the input schema. The description adds value by mapping signal types (discount, inheritance_edge, overheated) to the tool's purpose, which clarifies the meaning of signalType. However, it doesn't elaborate on output_mode or limit beyond what the schema provides, so the added value over the schema is modest.

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 and resource: 'Price triangulation arbitrage scanner' that cross-checks three named data sources (rosenka, koji, tx) and produces three concrete signal types. This clearly distinguishes it from sibling tools like discover_opportunities or composite_value_score, which target different analytical angles.

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?

The description explains what the tool does but never states when to prefer it over alternatives, nor does it give exclusions or conditions. Sibling tools like discover_opportunities or cross_analyze_real_estate_market overlap in domain, yet no routing guidance is provided. An agent would have to infer usage from the tool name alone.

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.