Skip to main content
Glama

ChatGPTビジュアル要約

quick_visual_summary
Read-only

Render a ChatGPT-optimized real estate visual summary with map, charts, recommended next actions, and compact markdown fallback. Always use this when the user asks to show, visualize, compare, or continue in ChatGPT. | ChatGPT向けに地図・グラフ・次アクション・要約をまとめて表示するレンダーツール。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaNoTarget area to focus the visual summary on | 表示対象エリア
modeNoDashboard mode | ダッシュボード表示モード2d
intentNoUser goal for choosing the best visual starting point | 表示目的overview
compactNoOptimize copy and layout for ChatGPT mobile/compact views
prefectureNo都道府県名(和名/英名/ISO 3166-2 コード対応)愛知県

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaYes
modeYes
layerYes
titleYes
intentYes
summaryYes
prefectureYes
attributionYes
nextActionsYes
dashboardUriYesMCP Apps ui:// resource URI
dashboardUrlYesBrowser fallback URL or path
markdownReportYesCompact markdown fallback for non-UI clients

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, and the description's rendering purpose is consistent with these — no contradiction. The description adds the ChatGPT-optimization context (compact layout for mobile views) and the markdown fallback behavior, which go beyond the annotations. However, it doesn't describe return format details, though the output schema likely covers this.

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 sentences with zero waste, and the critical 'Always use this when...' routing guidance is front-loaded. The bilingual format is compact and efficient for a tool serving Japanese and English users.

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?

Complete for a rendering tool: contents are enumerated, the fallback behavior is disclosed, and usage directive is clear. With 5 parameters fully documented in the schema, an output schema present, and annotations covering safety, nothing critical is missing.

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 all 5 parameters are well-documented in the schema itself with Japanese/English descriptions plus enums for mode and intent. The tool description adds minimal parameter-level detail, but it does clarify the tool's overall purpose which helps interpret parameters like intent and compact in context. Baseline 3 is appropriate when schema carries the full load.

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 ('Render'), a specific artifact ('ChatGPT-optimized real estate visual summary'), and enumerates concrete contents (map, charts, recommended next actions, markdown fallback). It clearly distinguishes itself from sibling tools like open_dashboard or generate_area_report, which serve different purposes.

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

Usage Guidelines5/5

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

Explicitly states 'Always use this when the user asks to show, visualize, compare, or continue in ChatGPT.' This provides unambiguous when-to-use guidance and implies it's the rendering layer on top of analysis tools, helping an agent route correctly among many sibling 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.