Skip to main content
Glama

Crawdar Business Research

Server Details

Evidence-backed public business research for agents with compact, pageable output.

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 3.8/5 across 7 of 7 tools scored. Lowest: 3.1/5.

Server CoherenceB
Disambiguation3/5

Several tools overlap in purpose: search_businesses and research_businesses both find businesses (explicit vs. natural-language), while research_businesses and start_lead_search both take a brief and produce results. Descriptions clarify some differences, but the overlap could confuse an agent.

Naming Consistency2/5

Naming is inconsistent: most tools follow verb_lead_search (get, start, refine, retry), but search_businesses, research_businesses, and explain_crawdar break that pattern. There is no uniform verb or noun scheme across the set.

Tool Count4/5

With 7 tools, the count falls within the typical 3-15 range and seems reasonable for a business research service. It is not excessive, though a couple of tools (search vs. research) could be consolidated.

Completeness4/5

The lead search lifecycle is well covered with start, get, refine, and retry, and there are dedicated tools for direct searching and explanation. Missing a cancel/delete operation is a minor gap, and the redundancy between search and research tools slightly dilutes completeness.

Available Tools

9 tools
explain_crawdarExplain Crawdar searchA
Read-onlyIdempotent
Inspect

Get result semantics, limits, interface URLs, and safe operating guidance. This tool does not consume a search.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
guidanceYes
interfacesYes
resultLanesYes
Behavior5/5

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

The annotations already declare read-only, idempotent, and non-destructive behavior, and the description adds a behavioral note about not consuming a search. Together, these provide complete transparency about side effects and input handling.

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 two sentences, each conveying essential information without fluff. It is well-structured and directly states the tool's purpose and a key constraint.

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?

The description specifies the types of information provided (result semantics, limits, interface URLs, safe operating guidance), which gives a complete picture of what the tool returns. Combined with the annotations, the tool's context is fully covered.

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 tool has zero parameters, so the schema coverage is complete. The baseline for no parameters is 4, and the description does not need to elaborate on any parameter semantics since there are none.

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 provides result semantics, limits, interface URLs, and safe operating guidance, which is specific and distinguishes it from the sibling search tools. It is concise and unambiguous.

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?

The description explicitly notes that the tool does not consume a search, which clarifies it is not for search operations and guides when to use it (for explanations) versus the search-focused siblings. This is a clear usage hint.

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

research_businessesResearch businesses from a briefA
Read-only
Inspect

Turn one natural-language brief into evidence-backed public business results. Put the business type, geography, required signals, and exclusions directly in brief.

ParametersJSON Schema
NameRequiredDescriptionDefault
briefYesExample: Independent veterinary clinics in Berlin with an active first-party website. Exclude directories and chains.
limitNoMaximum businesses in this response page.
fieldsNo
offsetNoZero-based result offset for this response page.
outputNoCompact minimizes tokens. Full preserves every returned field.compact
geographyNoOptional explicit geography. Use when the brief does not make location clear.
includeDiagnosticsNoInclude source status and explained exclusions.

Output Schema

ParametersJSON Schema
NameRequiredDescription
limitYes
offsetYes
hasMoreYes
resultsYes
warningsYes
requestIdYes
durationMsNo
nextOffsetNo
diagnosticsNo
resultCountYes
returnedCountYes
schemaVersionYes
searchedSourcesYes
remainingFreeSearchesNo
Behavior3/5

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

Annotations already declare readOnlyHint and destructiveHint=false, so the agent knows it's safe. The description adds 'evidence-backed' implying source links, but doesn't specify pagination, result limits, or diagnostics behavior. It goes slightly beyond annotations but not substantially.

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 a single, front-loaded sentence that immediately communicates the core transformation. Every word adds value, and there is zero padding.

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?

The tool has only one required parameter and rich schema descriptions for optional ones, plus an output schema. The description sufficiently covers the primary workflow (put everything in the brief), so additional details would be redundant for this moderate complexity.

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 86%, so parameters are well-documented. The description reinforces the brief's role but adds no new semantics for limit, offset, fields, or output. It meets the baseline without exceeding it.

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 converts a natural-language brief into evidence-backed business results, which is specific and differentiates it from sibling tools like search_businesses that likely use structured queries. The verb 'Turn' and resource 'business results' are precise.

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 clear usage context: use this tool when you have a natural-language brief, and it instructs to put business type, geography, signals, and exclusions directly in the brief. However, it does not explicitly name alternative tools or state when not to use this tool, which would have earned a 5.

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

sandbox_businessesTest the Crawdar contractA
Read-onlyIdempotent
Inspect

Return deterministic fictional businesses without consuming provider capacity. Use this to test schemas, clients, and agent loops.

ParametersJSON Schema
NameRequiredDescriptionDefault
targetNo
geographyNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
limitYes
offsetYes
hasMoreYes
resultsYes
warningsYes
requestIdYes
durationMsNo
nextOffsetNo
diagnosticsNo
resultCountYes
returnedCountYes
schemaVersionYes
searchedSourcesYes
remainingFreeSearchesNo
Behavior5/5

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

Adds valuable behavioral context beyond annotations: 'deterministic' and 'fictional' along with 'without consuming provider capacity' informs the agent that results are synthetic and cost-free. This aligns with idempotentHint and readOnlyHint, and provides extra insight about output characteristics that annotations alone do not cover. 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 no filler. The core purpose and key differentiator ('without consuming provider capacity') are front-loaded, and the usage hint follows. Every sentence earns its place.

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?

The tool is simple with two optional params and an output schema (which likely documents return structure). The description covers purpose and usage but lacks parameter explanations, leaving 0% schema coverage uncompensated. For a sandbox tool this may be acceptable, but an agent would benefit from knowing what 'target' and 'geography' do.

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

Parameters2/5

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

Schema description coverage is 0%, so the description carries the full burden for parameter meaning. However, the description does not explain 'target' or 'geography' at all. The parameter names might be partially self-explanatory, but given zero schema descriptions, this is a significant gap. The description adds no parameter-level detail.

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?

States a specific verb and resource ('return deterministic fictional businesses') and clearly differentiates from real data tools by emphasizing 'without consuming provider capacity'. The title 'Test the Crawdar contract' reinforces the testing intention, and the description names its use case clearly.

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?

Explicitly says 'Use this to test schemas, clients, and agent loops', giving a clear when-to-use. It implies a distinction from real search tools but does not explicitly name alternatives or state when NOT to use it. Still, the context is clear enough for an agent to route appropriately.

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

search_businessesSearch businesses with structured criteriaA
Read-only
Inspect

Find businesses matching an explicit target, geography, and optional public-evidence requirements. Use research_businesses when you have one natural-language brief.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum businesses in this response page.
fieldsNo
offsetNoZero-based result offset for this response page.
outputNoCompact minimizes tokens. Full preserves every returned field.compact
targetYesBusiness type or concise target.
geographyYesCity, region, country, or Worldwide.
qualifierNoOptional required signals and exclusions that can be checked in public evidence.
includeDiagnosticsNoInclude source status and explained exclusions.

Output Schema

ParametersJSON Schema
NameRequiredDescription
limitYes
offsetYes
hasMoreYes
resultsYes
warningsYes
requestIdYes
durationMsNo
nextOffsetNo
diagnosticsNo
resultCountYes
returnedCountYes
schemaVersionYes
searchedSourcesYes
remainingFreeSearchesNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds the behavioral nuance that this is a structured, explicit-criteria search (not natural-language) and that qualifiers require public evidence, which aids agent behavior beyond the annotations.

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 zero filler. Front-loaded with the primary action, then a clear pointer to the alternative tool. Every phrase earns its place.

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?

The tool has an output schema and 88% parameter schema coverage, so return values and parameter formats are already documented. The description supplies the one missing piece—choosing between this and research_businesses—making the overall package complete for correct tool selection and invocation.

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 88%, so structured fields already carry most parameter meaning. Description adds a high-level framing tying 'target' and 'geography' to 'explicit' criteria and 'public-evidence requirements' to the qualifier, but these are largely reinforced by the schema descriptions rather than new information.

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's action: 'Find businesses matching an explicit target, geography, and optional public-evidence requirements.' It specifies the resource (businesses) and the structured criteria, and explicitly distinguishes itself from the sibling research_businesses tool.

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?

The description gives explicit context: use this tool for structured criteria, and 'Use research_businesses when you have one natural-language brief.' This directly names the alternative and its intended use case, providing clear when-to-use guidance.

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

  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables agents to search SEC filings, earnings transcripts, and EU regulations with ready-to-cite evidence, including exact passages and source links.
  • A
    license
    A
    quality
    C
    maintenance
    Evidence-backed web research for AI agents. Real-time search with cited claims, confidence scores, and compare mode showing raw LLM hallucination vs evidence-backed answers.
    5
    20
    Apache 2.0
  • F
    license
    A
    quality
    B
    maintenance
    Provides an institutional research backend for AI assistants, with 15 tools for company, financial, funding, competitor, industry, and news intelligence, plus Markdown/PDF report generation, featuring deterministic source routing, extraction, validation, and citation generation.
    15
  • 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

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources