Skip to main content
Glama
sind00
by sind00

Get Flippa Listing Details

flippa_get_listing
Read-onlyIdempotent

Retrieve comprehensive details for a specific Flippa business listing using its ID, including pricing, financial metrics, traffic statistics, and seller verification information.

Instructions

Get full details for a specific Flippa listing by ID.

Args:

  • listing_id: The Flippa listing ID (e.g., "12299903"). Required.

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

Returns: Complete listing details including price, revenue, profit, traffic stats, seller info, verification status, description, and more.

Examples:

  • Get listing details: { "listing_id": "12299903" }

  • Get as JSON: { "listing_id": "12299903", "response_format": "json" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listing_idYesThe Flippa listing ID (e.g., '12299903')
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, covering safety and idempotency. The description adds value by specifying the return content (price, revenue, etc.) and response format options, which are behavioral traits not covered by annotations, though it doesn't mention rate limits or auth needs.

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 front-loaded with the core purpose in the first sentence, followed by structured sections (Args, Returns, Examples) that are efficient and informative. Every sentence earns its place without redundancy, making it appropriately sized and well-organized.

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's low complexity (2 parameters, no nested objects), rich annotations (covering read-only, idempotent, non-destructive), and 100% schema coverage, the description is complete enough. It adds useful context on return content and examples, compensating for the lack of an output schema, making it fully adequate for agent use.

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 both parameters well-documented in the schema (listing_id as ID, response_format with enum and default). The description adds minimal semantics beyond the schema, only restating the parameter names and providing examples, so it meets the baseline for high schema 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 clearly states the verb 'Get' and resource 'full details for a specific Flippa listing by ID', making the purpose explicit. It distinguishes from siblings like 'flippa_search_listings' (which searches multiple listings) and 'flippa_analyze_listing' (which likely analyzes rather than fetches raw details), providing specific differentiation.

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 implies usage context by specifying it's for a 'specific' listing by ID, suggesting it should be used when you have a known listing ID. However, it doesn't explicitly state when not to use it (e.g., vs. 'flippa_search_listings' for unknown IDs) or name alternatives, so it lacks full exclusion guidance.

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