Skip to main content
Glama

Server Details

Actual real estate transaction prices and official land price data by prefecture/municipality/year, from Japan's Ministry of Land, Infrastructure, Transport and Tourism.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.7/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: get_land_price for official land prices, list_municipalities for retrieving municipality codes, and search_transactions for actual transaction prices. There is no overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: get_land_price, list_municipalities, search_transactions. This makes the API predictable and easy to navigate.

Tool Count5/5

With exactly 3 tools, the server is well-scoped for its purpose of providing Japanese real estate price data. Each tool addresses a distinct need without unnecessary duplication or bloat.

Completeness4/5

The tool set covers the two main types of real estate pricing data (official land prices and transaction prices) and provides a utility to look up municipality codes. A minor gap is the lack of a prefecture listing tool, but prefecture names are assumed known, so the surface is nearly complete.

Available Tools

3 tools
get_land_price地価公示・地価調査価格を取得BInspect

指定した都道府県・市区町村の地価公示価格(毎年1月1日時点の公的な土地評価額、いわゆる公示地価)を取得する。実勢の取引価格より安定した「公的基準地価」を知りたい場合に使う。

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYes公示年(例: 2025)
city_codeYes市区町村コード5桁(list_municipalitiesで取得)
prefectureYes都道府県名(例: 東京都)
max_resultsNo最大件数
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It describes the data source (public assessment as of Jan 1) and implies a read operation, but does not disclose rate limits, required permissions, or if the operation is safe. The lack of explicit read-only or destructive hint is a gap.

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?

The description is a single sentence in Japanese, front-loading the core functionality with specific verb and resource. It is concise and efficient, though a bit dense.

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 no output schema and 4 parameters, but the description does not explain the return format, pagination, or expected data structure. For a list-returning tool, this omission makes it incomplete for an agent to understand what to expect.

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 the schema already documents all parameters. The main description adds only the data source context (official land prices) but does not elaborate on parameter usage or constraints beyond what the schema provides. Hence baseline 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 clearly states the tool retrieves official public land prices (公示価格) for specified prefecture, city, and year, distinguishing it from real transaction prices. It mentions it's for those wanting stable official prices, but it does not explicitly contrast with sibling tool search_transactions, so lacking full differentiation.

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

Usage Guidelines3/5

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

The description gives a use case ('when you want official benchmark land prices') and hints at a prerequisite (list_municipalities for city_code). However, it does not specify when not to use this tool, nor does it provide explicit alternatives beyond implied context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_municipalities都道府県内の市区町村コード一覧を取得AInspect

都道府県名を指定して、その中の市区町村コード一覧を取得する。取引価格検索(search_transactions)に必要なcity codeの調べ物に使う。

ParametersJSON Schema
NameRequiredDescriptionDefault
prefectureYes都道府県名(例: 東京都)
Behavior2/5

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

No annotations are provided, so the description must fully convey behavioral traits. It only states the basic function without disclosing read-only nature, authentication needs, rate limits, or output format. This leaves significant behavioral aspects undocumented.

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?

The description is extremely concise: two sentences that front-load the action and then provide context. Every word is essential, no redundancy.

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?

Given the tool's simplicity (one parameter, no output schema), the description covers the essential purpose and use case. It could mention the output format for completeness, but as a standalone lookup tool it is adequately 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?

The single parameter is fully described in the schema (coverage 100%). The description adds context about its usage (for search_transactions), but does not enhance the semantic meaning beyond what the schema already provides, so baseline 3 is appropriate.

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 clearly states the verb 'get' and resource 'list of municipality codes within a prefecture'. It distinguishes itself from siblings by explicitly noting its use for looking up city codes needed for search_transactions, making its purpose unique and specific.

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

Usage Guidelines4/5

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

The description provides clear context by stating that this tool is used to obtain city codes required for search_transactions. However, it does not include explicit exclusions or when-not-to-use guidance for the other sibling tools, which is acceptable given its straightforward purpose.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_transactions不動産取引価格を検索AInspect

国土交通省の不動産取引価格情報(実際に成約した価格)を検索する。都道府県・市区町村・四半期を指定。市区町村コードが不明な場合はlist_municipalitiesで調べる。土地・戸建て・マンション等の実取引価格を含む、地価公示より生々しい相場データ。

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYes取引年(例: 2025)
quarterNo四半期(1〜4)。省略時は年間全体
city_codeNo市区町村コード5桁(list_municipalitiesで取得。省略時は都道府県全体)
prefectureYes都道府県名(例: 東京都)
max_resultsNo最大件数(1〜100)
Behavior3/5

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

No annotations are provided, so the description must cover safety and behavior. It mentions the data source and nature (actual transaction prices, more vivid), but lacks details on auth, rate limits, pagination, or result format. Adequate but not comprehensive.

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?

The description is very concise, with three sentences that front-load the main purpose and then provide additional context. No wasted words.

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?

With 5 parameters and no output schema, the description could explain return values or pagination. It mentions sibling tools but lacks details on result format. Adequate but not fully 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 coverage is 100%, so the schema already documents parameters. The description adds context about city_code lookup but does not add new parameter details beyond the schema. Baseline of 3 is appropriate.

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 clearly states the resource (real estate transaction prices from the Ministry of Land), the verb (search), and distinguishes from sibling tools like get_land_price by highlighting it includes actual contract prices.

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

Usage Guidelines4/5

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

The description specifies when to use list_municipalities for city code lookup, and contrasts the data with official land prices, but does not explicitly state when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources