Skip to main content
Glama

Opportunity Radar

discover_opportunities
Read-only

Opportunity Radar: scan a prefecture for undervalued areas matching your goal (investment/store/family/office/development). Returns hypothesis cards with multi-source scoring. | Opportunity Radar。都道府県内を横断スキャンし、目的に応じた次に見るべきエリア仮説カードを返す。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNo探索目的investment
limitNo返却する候補数
horizonNo3y
prefectureNo都道府県名(和名/英名/ISO 3166-2 コード対応)愛知県
budgetLevelNo想定予算帯。low=㎡15万以下, middle=15-50万, high=50万超any
output_modeNoOutput verbosity. compact=TL;DR + key numbers only (default), detailed=full Markdown report | 出力詳細度。compact=主要数値のみ(デフォルト)、detailed=全文レポート付きcompact
riskToleranceNomedium
includeMarkdownNo
useGeminiNarrativeNotrue かつ GOOGLE_GENAI_API_KEY があるとき、Gemini でカードに creativeAngle と質問候補を追加
includeExternalFreshnessNotrue かつ MLIT_API_KEY 環境変数があるとき、MLIT API から最新取引を取得しシグナルに反映

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardsYes
summaryYes
attributionYes
nextActionsYes
dataCoverageYes
markdownReportNo

Schema Changelog

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

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already cover readOnlyHint=true and destructiveHint=false, so the description's burden is lowered. It adds the behavioral trait of 'multi-source scoring' and hypothesis-card generation, which is genuine context beyond annotations. However, it does not disclose API-key-gated behavior (MLIT/Gemini) or anything about how scoring aggregates sources, leaving some behavioral detail unstated.

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

Conciseness3/5

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

The core info ('scan a prefecture + goal + hypothesis cards') is front-loaded in the first sentence, which is good. But the entire English text is duplicated verbatim in Japanese, roughly doubling the length without adding information. This bilingual redundancy is wasteful, though not egregious.

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 values are covered. However, with 10 parameters and only 70% schema coverage, the description should clarify the compact-vs-detailed output_mode behavior and the API-key-dependent features (useGeminiNarrative, includeExternalFreshness), neither of which is addressed. The description is adequate for the core use case but under-specifies the tool's optional, conditional behaviors.

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

Parameters2/5

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

Schema coverage is 70% (goal, limit, prefecture, budgetLevel, output_mode, useGeminiNarrative, includeExternalFreshness have descriptions; horizon, riskTolerance, includeMarkdown do not). The description's only param contribution is restating goal values (investment/store/family/office/development), which are already enumerated in the goal enum in the schema. The description adds no meaning for the three undocumented parameters, so it fails to compensate where the schema is silent.

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 clearly states a specific verb ('scan') applied to a resource ('prefecture') with explicit goal types (investment/store/family/office/development) and describes the output format ('hypothesis cards with multi-source scoring'), which distinguishes it from area-report and drill-down siblings. However, no sibling is named explicitly, so the distinctiveness relies on the reader inferring the difference from the output type rather than a stated boundary.

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 explicit when-to-use, when-not-to-use, or alternative-tool guidance. The phrase 'scan a prefecture for undervalued areas' implies a discovery use case, but there is no exclusion of cases where search_area_candidates or drill_down_local_analysis would be more appropriate, which matters given 31 siblings including several area-search tools.

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.