Skip to main content
Glama

不動産競売 構造化データハブ — Japan real-estate auctions

search_auctions

Read-onlyIdempotent

日本の不動産競売物件を検索 (BIT, bit.courts.go.jp 由来の構造化データ). Filters: keyword (Japanese FTS over title/address), prefecture, court_code, property_type (land/detached_house/apartment/other), price range, bid_period_only. Returns case_id, court, address, sale_base_price_jpy, bid_period, opening_date, photos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo
limitNo
offsetNo
statusNoDefault = active
keywordNoJapanese keyword over title/address/structure
court_codeNo5-digit BIT court id (本庁=11, 支部=21,31,...) OR slug like "tokyo_main"
prefectureNoPrefecture in kanji, e.g. "東京都"
max_price_jpyNo
min_price_jpyNo
property_typeNo
bid_period_onlyNoOnly listings whose bid period intersects today

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint, idempotentHint, and destructiveHint. The description adds that data comes from BIT (bit.courts.go.jp) but does not disclose additional behaviors like pagination, rate limits, or default sorting beyond what is in the schema.

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 front-loaded with the main purpose and lists filters and return fields efficiently. However, the mix of Japanese and English and the comma-separated style could be clearer.

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 no output schema, the description explains return fields (case_id, court, address, etc.) and mentions data source. It lacks guidance on pagination and sorting default, but overall is sufficient for a search tool with good annotations.

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 45%, and the description lists most filter categories (keyword, prefecture, court_code, property_type, price range, bid_period_only) but omits sort, limit, offset, and status. It adds context by grouping filters but does not fully compensate for the coverage gap.

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 tool searches Japanese real estate auction properties (競売物件検索) with specific filters and return fields, distinguishing it from sibling tools that focus on details or directories.

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?

While the description lists filters and return fields, it does not explicitly guide when to use this tool versus siblings (e.g., get_auction_detail for single auction details). The usage context is implied but not explicitly stated.

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

A4.2/5.0
Disambiguation5/5

Each tool covers a distinct aspect: searching auctions, listing upcoming sales, fetching a single auction's details, looking up court info, and finding practitioners. No two tools overlap in purpose, making selection unambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (e.g., search_auctions, get_auction_detail). The verbs (find, get, list, search) clearly indicate the action, and the nouns are specific to the domain.

Tool Count5/5

Five tools is well-scoped for a read-only data hub covering Japan real-estate auctions. Each tool serves a necessary function without redundancy, and the count is neither too sparse nor overwhelming.

Completeness4/5

The tool surface covers core operations: search, list, detail, court directory, and practitioner lookup. Minor gaps exist (e.g., no historical auction data or bid results), but the set provides a solid foundation for common investment and legal workflows.