Skip to main content
Glama

predict_corporate_demand

Read-only

Predict corporate demand: manufacturing, office, retail demand scores. 10 prefectures. | 企業立地需要予測。製造業・オフィス・小売の企業需要スコアを算出。全10都道府県。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaYesエリア
prefectureNo都道府県名(和名/英名/ISO 3166-2 コード対応)愛知県
neighborhoodNo町丁目(例: '名駅南1丁目')。v2.4 では町丁目レベル実データに対応(対応都道府県のみ)
propertyTypeNooffice
includeCommuteAnalysisNo通勤時間分析を含むか

Schema Changelog

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

  1. First observed

TDQS

B3.1/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, and the description's 'predict/算出' language is consistent with a read operation, so no contradiction exists. The description does add the useful '10 prefectures / 全10都道府県' scope constraint. However, it discloses nothing beyond that — no mention of input data sources, what the scores mean, output shape, or that only a subset of prefectures have full data (which the neighborhood schema description hints at). With read-only safety already covered by annotations, a 3 is fair: acceptable but light on behavioral detail.

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?

At two short sentences with the core action front-loaded, it's tightly written and scannable. Half a point is lost to redundancy: the Japanese sentence is a near-verbatim translation of the English one (企業立地需要予測 ≈ 'predict corporate demand'), so roughly half the description repeats information already provided rather than adding distinct value for the consuming agent.

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

Completeness2/5

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

The tool has 5 parameters, including an enum, and — critically — has no output schema, yet the description never explains what the call returns: score ranges, format, units, or how scores map to the three demand categories. For a scoring/prediction tool whose return contract is undocumented, this is a real gap. The geographic scope (10 prefectures) is there, but an agent cannot reason about the result without reading more; given the complexity and missing output schema, the description is noticeably incomplete.

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 80%, so the schema already documents most parameters (prefecture name formats, neighborhood example, propertyType enum, commute boolean). The description adds one genuinely useful semantic clue — the '10 prefectures' constraint on the valid geographic scope — but says nothing about the area/prefecture/neighborhood hierarchy or how includeCommuteAnalysis changes the result. The schema does the heavy lifting, so the description only marginally raises the baseline of 3.

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 ('Predict') and resource ('corporate demand') plus the three demand categories (manufacturing, office, retail) and scope (10 prefectures), which separates it from siblings like evaluate_store_location by telling the agent what domain it covers. It loses a point because 'corporate demand scores' is not operationalized — it never says what these scores represent or how they're expressed, and the bilingual repetition of the same two sentences adds no new meaning.

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?

There is no guidance on when to use this tool versus alternatives. Siblings such as evaluate_store_location, get_population_outlook, compare_prefectures, and discover_opportunities plausibly overlap with corporate-demand prediction, yet the description offers no selection criteria, exclusions, or 'use X instead' routing. The agent is left to infer relevance from the 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.