Skip to main content
Glama

売り案件の詳細を取得

get_deal
Read-onlyIdempotent

売り案件1件の詳細(事業内容の全文・属性情報など)を取得する。domain と localId は search_deals の結果から得る。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYessearch_deals の結果の domain
localIdYessearch_deals の結果の localId

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes案件詳細ページのURL。ユーザーに案件を紹介するときはこれを示す
titleYes
domainYes
isCloseYestrue なら成約・掲載終了済み
isMandaYestrue なら売り手本人による MANDA 直掲載
localIdYes
areaNameYes
isSoldOutYes
priceTextYes譲渡希望額
salesTextNo売上高
attributesNo従業員数などの属性情報
descriptionYes事業内容の全文
sellReasonsNo売却理由 (例: retirement, no_successor)。MANDA直掲載の案件のみ
industryTypesYes
registeredTimeYes
lastModifiedTimeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds value by explaining the returned content (full business content, attribute information), which goes beyond the annotations.

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 consists of two concise sentences. The first sentence states the core purpose, and the second provides a necessary usage tip, with no extraneous words.

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 presence of an output schema and complete annotations, the description covers all necessary aspects: purpose, parameter origin, and behavioral safety. It is fully sufficient for correct tool invocation.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds the crucial usage context that domain and localId are obtained from search_deals, providing meaningful information beyond the schema descriptions.

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 specifies the exact verb (get), resource (details of one sales deal), and scope (one deal). It distinguishes from siblings by focusing on a single deal's full details and linking to search_deals.

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 explicitly states that domain and localId come from search_deals, providing clear context for when to use this tool. It doesn't include explicit when-not-to-use or alternative tools, but the context is sufficient for correct usage.

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.

Resources