Skip to main content
Glama
sind00
by sind00

Search Flippa Listings

flippa_search_listings
Read-onlyIdempotent

Search and filter Flippa marketplace listings by property type, status, sale method, and sort order to find online businesses for acquisition.

Instructions

Search and browse listings on the Flippa marketplace.

Args:

  • property_type: Filter by type (website, saas, ecommerce_store, fba, ios_app, android_app, ai_apps_and_tools, youtube, newsletter, service, other)

  • status: Filter by status (open, closed, ended). Default: "open"

  • sale_method: Filter by sale method (auction, classified)

  • sort_alias: Sort by (lowest_price, highest_price, most_active, most_recent, ending_soonest, most_profitable, most_relevant)

  • page_number: Page number (default 1)

  • page_size: Results per page, 1-100 (default 30)

  • response_format: "markdown" (default) or "json"

Returns: Paginated list of Flippa listings with price, revenue, profit, bid count, and verification status. Includes pagination metadata with has_more flag.

Examples:

  • Search all open SaaS listings: { "property_type": "saas" }

  • Most profitable websites: { "property_type": "website", "sort_alias": "most_profitable" }

  • Ending soon auctions: { "sale_method": "auction", "sort_alias": "ending_soonest" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
property_typeNoFilter by property/business type (e.g., 'saas', 'website', 'ecommerce_store')
statusNoFilter by listing status: 'open' (active), 'closed' (sold), or 'ended' (expired)open
sale_methodNoFilter by sale method: 'auction' or 'classified' (fixed price)
sort_aliasNoSort order for results (e.g., 'most_recent', 'highest_price', 'most_profitable')
page_numberNoPage number for pagination, starting at 1
page_sizeNoNumber of results per page (1-100, default 30)
response_formatNoResponse format: 'markdown' for human-readable or 'json' for structured datamarkdown
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable context beyond this: it specifies the tool returns paginated results with a 'has_more' flag, describes the content of listings (price, revenue, profit, bid count, verification status), and mentions response format options. This provides useful behavioral details not covered by 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 is well-structured with clear sections (purpose, Args, Returns, Examples) and every sentence earns its place. The front-loaded purpose statement is followed by organized parameter documentation and practical examples. No wasted words while maintaining clarity.

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 complexity (7 parameters, search functionality) and rich annotations, the description provides good completeness: it explains what the tool does, documents all parameters, describes the return format and content, and includes helpful examples. The main gap is lack of explicit sibling differentiation, but overall it's quite complete for a search tool without an output schema.

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?

With 100% schema description coverage, the schema already documents all 7 parameters thoroughly with enums, defaults, and descriptions. The description's 'Args' section essentially repeats what's in the schema (though organized differently), adding minimal semantic value. The examples help illustrate parameter combinations but don't add new parameter meaning beyond the schema.

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 'Search and browse listings on the Flippa marketplace' - a specific verb ('search') and resource ('listings') that distinguishes it from siblings like 'analyze_listing' or 'get_listing'. However, it doesn't explicitly differentiate from 'market_overview' which might also involve searching/browsing.

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 implies usage through examples (searching SaaS listings, most profitable websites, ending soon auctions) but doesn't explicitly state when to use this vs. alternatives like 'flippa_get_listing' for specific listings or 'flippa_market_overview' for aggregated data. No explicit when-not-to-use guidance is provided.

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/sind00/flippa-mcp'

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