Skip to main content
Glama

売り案件を検索

search_deals
Read-onlyIdempotent

MANDA の公開中の売り案件(M&A・事業承継)をキーワード・地域・売上規模・譲渡額などで検索する。結果は1ページ20件。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoページ番号(1始まり)。省略時は1
sortNodate を指定すると新着順。省略時は関連度順
queryNo検索キーワード。案件名・業種名・本文にマッチする。スペース区切りで複数指定可
areaIdNo地域ID。list_areas で得られる地方ID(例: 300)または都道府県ID(例: 306)
priceRangeNo譲渡希望額レンジ(万円): lt1000 / 1000to5000 / 5000to10000 / 10000to50000 / 50000to100000 / gt100000 / gt10000(1億以上すべて)
salesRangeNo売上高レンジ(万円): lt1000 / 1000to5000 / 5000to10000 / 10000to50000 / 50000to100000 / gt100000 / gt10000(1億以上すべて)
sellerTypeNoowner を指定すると売り手本人が MANDA に直接掲載した案件のみに絞り込む
successionOnlyNotrue で事業承継案件(後継者不在が売却理由=高齢経営者の事業承継)のみに絞り込む

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
dealsYes
totalYes検索条件にマッチした総件数
perPageYes
hasNextPageYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / priceRange / description
      Previous value: -"譲渡希望額レンジ(万円): lt1000 / 1000to5000 / 5000to10000 / gt10000"New value: +"譲渡希望額レンジ(万円): lt1000 / 1000to5000 / 5000to10000 / 10000to50000 / 50000to100000 / gt100000 / gt10000(1億以上すべて)"
    • changedInput schema / properties / salesRange / description
      Previous value: -"売上高レンジ(万円): lt1000 / 1000to5000 / 5000to10000 / gt10000"New value: +"売上高レンジ(万円): lt1000 / 1000to5000 / 5000to10000 / 10000to50000 / 50000to100000 / gt100000 / gt10000(1億以上すべて)"
  2. Changed1 schema field changed
    • changedInput schema / properties / successionOnly / description
      Previous value: -"true で事業承継案件(引退・後継者不在が売却理由)のみに絞り込む"New value: +"true で事業承継案件(後継者不在が売却理由=高齢経営者の事業承継)のみに絞り込む"
  3. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, indicating a safe read operation. The description adds behavioral context: results are paginated with 20 per page, and it searches 'public' deals. No contradictions.

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?

Single sentence that is concise and front-loaded with the key action and resources. No wasted words; every part adds value.

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 8 parameters (all documented), an output schema (so return values are covered), and annotations, the description provides sufficient context. It explains the data source (MANDA) and pagination. Minor omission: no explicit mention of the public status of deals, but implied.

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% with detailed parameter descriptions. The tool description adds no additional meaning beyond summarizing the search dimensions (keyword, region, etc.), which is already covered by schema. Baseline 3 applies.

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?

Description clearly states it searches for public selling deals (M&A/business succession) using keyword, region, sales size, transfer amount, etc., with results limited to 20 per page. This distinguishes it from siblings: get_deal (single deal), list_areas (area filtering), and list_industries (industry filtering).

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 that this is the primary search tool for deals with various filters, but does not explicitly state when to use alternatives or provide exclusion criteria. Sibling tools are clearly differentiated by their purpose, so the usage context is clear.

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