Skip to main content
Glama

mcp-server

Search Businesses

search_businesses
Read-only

Search for businesses (listings) for sale on Venturu. Supports natural-language location (e.g. 'Palm Beach, FL', 'Miami', '33101') via the location parameter, or an exact bbox. Use flat min/max fields for ranges (e.g. minPrice/maxPrice, minRevenue/maxRevenue, minProfit/maxProfit, minSde/maxSde, minOpportunityScore/maxOpportunityScore). Returns censored listing data with titles and addresses handled according to listing visibility settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bboxNo
limitNo
stateNo
cursorNo
maxSdeNo
minSdeNo
listedByNo
locationNo
maxPriceNo
minPriceNo
statusesNo
maxProfitNo
minProfitNo
saleTypesNo
maxRevenueNo
minRevenueNo
visaQualifiedNo
maxDownPaymentNo
maxSdeMultipleNo
minDownPaymentNo
minSdeMultipleNo
businessTypeIdsNo
orderByPropertyNorecommended
sbaPrequalifiedNo
maxEmployeeCountNo
minEmployeeCountNo
orderByDirectionNodesc
propertyIncludedNo
maxRevenueMultipleNo
minRevenueMultipleNo
maxEstablishmentAgeNo
maxOpportunityScoreNo
maxOwnerWorkedHoursNo
minEstablishmentAgeNo
minOpportunityScoreNo
minOwnerWorkedHoursNo
buyerFinancingAvailableNo
includeMissingMultiplesNo

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral context by noting that results are 'censored listing data' and that titles/addresses are handled according to listing visibility settings, going beyond annotation coverage.

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 four sentences: purpose first, then location/bbox guidance, range parameters, and output behavior. Every sentence adds necessary information with no redundancy or fluff.

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?

Given the tool's complexity (38 optional parameters, no output schema), the description covers core search behavior and return characteristics but omits pagination (cursor/limit), ordering, and many filter categories, leaving notable gaps for a robust search tool.

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 0%, but the description compensates by explaining the location parameter's natural-language support and the flat min/max range pattern. However, many of the 38 parameters (e.g., statuses, saleTypes, businessTypeIds) are not addressed, so the compensation is only partial.

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 opens with 'Search for businesses (listings) for sale on Venturu,' which clearly states the tool's purpose with a specific verb and resource. This differentiates it from sibling tools like search_brokers and get_business.

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?

It provides clear context on when to use the tool (searching businesses for sale) and how to use location/bbox and range fields. However, it does not explicitly mention alternative tools or exclusions, so it stops short of a 5.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: search vs. get vs. contact for brokers and businesses, list operations for categories and languages, and an auth check. There is no meaningful overlap between tools.

Naming Consistency5/5

All tools use snake_case with a clear verb_noun structure (contact_, get_, list_, search_), and who_am_i is a conventional exception. The pattern is consistent and predictable.

Tool Count5/5

Nine tools is well-scoped for a business-listing marketplace. Each tool serves a clear purpose in the discovery and contact workflow without redundancy or bloat.

Completeness5/5

The tool set covers the full user journey: searching and viewing businesses and brokers, retrieving supporting content (categories, languages), contacting parties, and verifying authentication. No critical operations are missing for the apparent domain.

Resources