Skip to main content
Glama
tonywang0122

買屋快搜

by tonywang0122

house_get_detail

Get complete details for a Taiwan home listing by ID or URL, including price, layout, area, photos, agent info, and nearby amenities.

Instructions

查詢單一房屋物件的完整明細。

回傳所有公開資訊,包含:

  • 基本:名稱、地址、城市、行政區、社區、物件類型

  • 價格:總價、單價、土地單價、原始開價、降價幅度

  • 格局:房/廳/衛/開放式數量、所在樓層、總樓層、屋齡

  • 面積:建物/主建物/土地面積、面積明細、是否有陽台

  • 座向:房屋/大樓/窗戶/土地座向

  • 特徵:邊間、暗房、管理方式、月管理費、車位詳情

  • 建築結構:結構、牆壁、每層戶數、用途、使用分區、注意事項

  • 經紀人賣點描述(description 列表)

  • 標籤:規格/設施/生活機能/特色標籤

  • 媒體:照片 URL 列表、格局圖、3D 格局圖、地圖圖片、VR 看屋連結、 AI 導覽、影片 URL、語音導覽

  • 生活圈:周邊交通/學校/市場/醫療步行距離

  • 經紀人:姓名、電話、門市、照片等完整資訊

  • 其他:經緯度座標、關注人數、首次上架日期、分享連結

Args: house_no: 物件編號(如 '1083GN'),從 house_search 結果的 id 欄位取得。 也可傳入物件 URL,會自動提取編號。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
house_noYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It explicitly states that it 'returns all public information' and enumerates a comprehensive list of returned categories, making the behavior transparent. It also discloses that a house URL can be passed and the number is auto-extracted, adding input flexibility. This goes beyond a generic 'retrieve details' statement.

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 lengthy due to the enumerated return categories, but it is well-structured with a clear opening statement and labeled sections. Each category informs the agent about available data, which is valuable for a detail endpoint. It is front-loaded with the primary purpose first, and the Args section is concise.

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

Completeness5/5

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

Given the tool has only one parameter and no annotations, the description provides thorough guidance: parameter source, alternative input, and a comprehensive overview of returned data. The sibling tool house_search is referenced appropriately. There is little ambiguity about what the tool does and how to use it.

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

Parameters5/5

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

The input schema only defines house_no as a required string with no description. The description adds substantial meaning: it specifies the format (e.g., '1083GN'), the source (house_search's id field), and an alternative input type (URL with auto-extraction). This fully compensates for the 0% schema description coverage.

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 opens with a clear statement of purpose: '查詢單一房屋物件的完整明細' (query complete details of a single house object). It specifies a specific verb (query) and resource (single house details), and distinguishes itself from the sibling tool house_search by requiring a single house identifier and referencing house_search as the source for that identifier.

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 Args section explicitly instructs that house_no is obtained from house_search results' id field, implying this tool is for post-search detail lookup on a specific property. It does not explicitly state when not to use it, but the reference to house_search provides sufficient contextual guidance for when to invoke this tool versus searching.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tonywang0122/house-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server