Skip to main content
Glama

Laspi Business Directory

Server Details

Search a directory of real, owner-confirmed small businesses. Read-only; attribution required.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 3 of 3 tools scored. Lowest: 3.4/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: ask_directory for natural language queries about customer needs, search_businesses for keyword-based search, and get_business for retrieving full details by slug. No overlap.

Naming Consistency5/5

All tools use a consistent verb_noun pattern in snake_case (ask_directory, get_business, search_businesses), making them predictable and easy to understand.

Tool Count4/5

With 3 tools, the server is lean but covers the core operations for a business directory: search, ask, and retrieve details. While minimal, it is appropriate for the domain and avoids unnecessary complexity.

Completeness4/5

The tool set covers search, natural language query, and detail retrieval. Minor gaps exist (e.g., no explicit filtering by category), but the tools are well-designed to handle common workflows and can work around limitations via the query parameter.

Available Tools

3 tools
ask_directoryAInspect

Ask the directory a customer question in natural language. Returns schema.org cards of businesses that genuinely answer it (LLM-reranked, strictly from the directory — never invented) + grounding links. Use when the customer describes a NEED rather than a search term.

ParametersJSON Schema
NameRequiredDescriptionDefault
languageNoOptional service language filter (ISO code)
questionYesCustomer question
Behavior4/5

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

Describes key behaviors: LLM-reranking, strictly from directory (never invented), and grounding links. No annotations exist, so description carries the burden; it's mostly transparent but lacks side effects or permission details.

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 concise sentences covering purpose, output, and usage guidance. No wasted words.

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 two parameters and no output schema, the description fully explains input, output format (schema.org cards + grounding links), and behavior (LLM-reranked, no invention). No missing critical info.

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 parameter descriptions. The description adds little beyond clarifying that 'question' is a natural language query. Baseline 3 appropriate since schema is already sufficient.

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?

Clearly states the tool answers customer questions in natural language, returning schema.org cards of relevant businesses. Differentiates from sibling tools (search_businesses likely keyword-based, get_business specific) by focusing on natural language needs.

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

Usage Guidelines5/5

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

Explicitly advises when to use: when the customer describes a NEED rather than a search term. This provides clear guidance vs. sibling tools.

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

get_businessAInspect

Get the full public card of one business by its slug (from search results or a laspi.pro/b/{slug} URL): description, services, contacts, languages.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesBusiness slug
Behavior4/5

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

With no annotations, the description adds value by specifying return content (description, services, contacts, languages) and source of slug, though does not explicitly state read-only nature or auth requirements. Still, it's adequate for a simple retrieval tool.

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?

Single concise sentence that is front-loaded with the core action and includes all essential details without any unnecessary words.

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 no output schema, the description adequately explains what is returned (description, services, contacts, languages). For a simple one-parameter retrieval tool, it is complete and informative.

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?

Schema already describes the slug parameter with 100% coverage. Description adds context on where the slug originates (search results or URL), providing meaning beyond the schema.

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 uses specific verb and resource ('Get the full public card of one business'), lists content types, and distinguishes from siblings by focusing on a single business lookup via slug.

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

Usage Guidelines3/5

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

Clearly states the tool retrieves a business card by slug, implying usage when slug is available, but lacks explicit when-not-to-use or comparison with sibling tools ask_directory and search_businesses.

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

search_businessesBInspect

Search the Laspi public business directory (small businesses: services, location, languages). Returns top matches with name, description, city, languages and the canonical page URL. Use the customer's own words as the query, e.g. 'manicure in Alicante' or 'online QA course in Russian'.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoOptional city filter (substring)
nicheNoOptional niche key filter
queryYesNatural-language search query
languageNoOptional service language filter (ISO code)
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as read-only nature, rate limits, pagination, or authentication requirements. The description only states that it returns top matches, which is minimal disclosure.

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 very concise at two sentences. It is front-loaded with the core action and resource, and every sentence serves a purpose without superfluous text.

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?

Given the lack of an output schema, the description lists the returned fields (name, description, city, languages, URL), which is helpful. The tool has 4 parameters, and the description covers essential usage context, though ordering or result limits are not mentioned.

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%, so the baseline is 3. The description adds value by providing usage examples and emphasizing natural-language queries, but does not significantly expand on the parameter descriptions already present in the schema.

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?

The description clearly states the tool searches the Laspi public business directory and returns matches. It uses the verb 'Search' and specifies the resource. It does not explicitly differentiate from siblings 'ask_directory' and 'get_business', but the purpose is well-defined.

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

Usage Guidelines3/5

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

The description provides an example of how to formulate queries and advises using the customer's own words. However, it does not give guidance on when to prefer this tool over its siblings, nor does it mention scenarios where it should not be used.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides AI agents with access to real, verifiable businesses with provenance and source URLs, enabling natural-language business search and profile retrieval.
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Search for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP
    6
    1
    MIT
  • F
    license
    -
    quality
    -
    maintenance
    Search for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP
  • A
    license
    A
    quality
    D
    maintenance
    Enables agents to search, retrieve, and contribute business data from a directory of 11M+ businesses across 195 countries, returning markdown prose by default.
    22
    36
    3
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources