Skip to main content
Glama

WebZum - The Hosting Layer for AI-Generated Web Content

search_businesses

Read-only

Search for businesses by name, phone number, or location. Returns a list of business candidates with confidence scores. Use this to find existing businesses before creating a website.

Requires authentication via API key (Bearer token). Generate an API key at webzum.com/dashboard/account-settings.

Examples:

  • "Joe's Pizza Brooklyn" - search by name and location

  • "555-123-4567" - search by phone number

  • "plumber in San Diego" - search by service and location

Returns up to 10 candidates ranked by confidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesBusiness name, phone number, or address to search for

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true and destructiveHint=false. Description adds authentication requirements (API key), return limit of 10 candidates, and confidence scores, going beyond the annotations. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact but includes useful examples and auth instructions. The first sentence front-loads the purpose, and the rest provides necessary context without excessive verbosity.

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?

For a simple one-parameter tool with annotations, the description covers purpose, usage context, auth, and output characteristics. It lacks explicit error/edge-case handling but is sufficiently complete for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter 'query' is fully described in schema, but the description adds examples of valid query formats (name+location, phone, service+location), enriching semantic understanding.

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 tool 'Search for businesses by name, phone number, or location' and notes it returns candidates with confidence scores. It also positions it as a pre-creation lookup, distinguishing it from creation tools like create_site.

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?

'Use this to find existing businesses before creating a website' provides explicit use-case context. It doesn't name alternatives but the context is clear enough among sibling tools.

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