Skip to main content
Glama

discava – Business Directory for AI

search_businesses

Read-onlyIdempotent

Search for local businesses. Returns name, category, city, country, logo_url, available_details (what data exists), and scores. Check available_details to see what is available, then call get_business for full details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoLatitude for distance calculation
lonNoLongitude for distance calculation
cityNoCity name (e.g. "Hamburg", "Wien", "New York")
langNoLanguage for category labels: "de", "en", "fr", "nl", "it", "es", "pt", "pl"
pageNoPage number for pagination (default 1)
limitNoResults per page (1-50, default 10)
queryNoSearch query (e.g. "plumber", "Zahnarzt", "Italian restaurant")
countryYesISO country code (required, e.g. "DE", "AT", "US")
categoryNoCategory slug (e.g. "plumber", "restaurant", "dentist")
min_confidenceNoMinimum confidence score 0-100 to filter low-quality entries

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • removedInput schema / properties / format
      Removed value: -{
      -  "description": "Response format: \"json\" (default) or \"html\" for interactive cards",
      -  "enum": [
      -    "json",
      -    "html"
      -  ],
      -  "type": "string"
      -}
  2. Changed1 schema field changed
    • addedInput schema / properties / format
      Added value: +{
      +  "description": "Response format: \"json\" (default) or \"html\" for interactive cards",
      +  "enum": [
      +    "json",
      +    "html"
      +  ],
      +  "type": "string"
      +}
  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 establish read-only, idempotent, non-destructive behavior. The description adds the available_details pattern—telling the caller to inspect what data exists before escalating—and discloses the summary-level return shape. This is meaningful context beyond the annotations, with no contradiction.

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?

Two sentences, with the purpose and return fields front-loaded and the follow-up instruction in the second sentence. Every word earns its place and there is no filler.

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?

With no output schema, the description lists the key return fields and explains the available_details marker and the get_business hand-off. It does not detail score semantics or pagination behavior, but the schema covers the parameters and the workflow is complete enough for an agent to act.

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 coverage is 100%, with every parameter described (query, category, country, lat/lon, pagination, min_confidence). The description itself does not add parameter-specific meaning, so it stays at the baseline.

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 states a specific verb and resource ('Search for local businesses') and lists the return fields. It also names get_business as the full-details follow-up, which differentiates this tool's role as the search/summary entry point from the detail-retrieval sibling.

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 gives an explicit workflow: search, check available_details, then call get_business for full details. This provides clear context for the primary alternative, though it does not mention other sibling tools like list_categories or suggest.

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