Skip to main content
Glama
veronicabaris

Facebook Marketplace MCP Server

search_listings

Find Facebook Marketplace listings by query, location, price, category, and radius to locate items for sale nearby.

Instructions

Search Facebook Marketplace listings by query, location, and filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax number of results (default: 20)
queryYesSearch query (e.g. 'macbook pro', 'couch')
categoryNoCategory ID to filter by
latitudeYesLatitude of search center
longitudeYesLongitude of search center
max_priceNoMaximum price filter in dollars
min_priceNoMinimum price filter in dollars
radius_kmNoSearch radius in kilometers (default: 50)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations exist, so the description carries the full burden and discloses nothing behavioral: no mention of result freshness, pagination via limit, whether results reflect live Marketplace data, or any rate/auth constraints. For a live external-scrape search tool this leaves meaningful gaps.

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?

A single tight sentence with the resource and search axes front-loaded and zero filler. It is efficiently sized, though its brevity is part of why other dimensions are weak.

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

Completeness3/5

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

For a 3-required-parameter search with full schema coverage the parameters are covered, but with no output schema the description could have described what a result contains and how to page through it. Minimum viable rather than complete.

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%, so baseline 3 applies. The description restates the query/location/filters concept but adds no syntax, default, or format detail beyond what the schema already documents for all 8 parameters.

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?

States a specific verb (Search) plus the exact resource (Facebook Marketplace listings) and the three axes of search: query, location, filters. An agent can distinguish it from get_listing (single listing) purely from the name, though the description itself never names the sibling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No when-to-use guidance and no alternatives referenced, despite clear siblings such as get_listing for a single item and monitor_search/monitor_search for recurring alerts. The agent must infer which sibling to pick from names alone.

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