Skip to main content
Glama

Server Details

Counts and firmographics for 7.5M+ verified US B2B businesses, by industry, state and city.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
count_businessesAInspect

Count verified US B2B businesses in the LeadQuasar database matching an industry, state and/or city, with how many have an email address and a phone number. Use this to answer questions like 'how many managed service providers are there in Texas' or 'how many dentists in Chicago have a business email'. Returns real counts from 7.5 million live records.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoUS city name.
stateNoUS state, either full name ("Texas") or two-letter code ("TX").
industryNoIndustry or business type in plain words, e.g. 'managed service provider', 'dentist', 'HVAC contractor', 'plumbers'. Everyday wording is resolved to the stored categories, so 'HVAC contractor' finds HVAC and 'plumbers' covers both Plumbers and Plumbing. The response reports which category it matched.

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description must carry behavioral weight. It does so by saying counts are real rather than estimates, data is from 7.5 million live records, and businesses are verified US B2B. It stops short of describing the response format or any limitations, but the operation is a low-risk read-only count.

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?

Three sentences with the action verb front-loaded and no wasted words. The examples are compact and illustrative, and the scope facts ('7.5 million live records') justify the tool without bloating the description.

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 count tool with only optional parameters, the description covers purpose, filters, and the main output dimensions (total count, email count, phone count). Since there is no output schema, it could be more explicit about the exact response shape, but an agent has enough to invoke correctly.

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 schema already documents all three parameters at 100% coverage, setting the baseline at 3. The description adds useful semantic context by combining filters ('industry, state and/or city') and by showing the email/phone count dimension implied by examples, which helps an agent understand how the parameters compose.

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 opens with a specific verb and resource: 'Count verified US B2B businesses... matching an industry, state and/or city,' and closes with 'Returns real counts,' which separates it from the record-returning search_businesses sibling. It does not name sibling tools explicitly, so it falls just short of full sibling differentiation.

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 answer questions like...' provides concrete usage examples that map natural-language questions to parameters. It does not state when NOT to use it or direct the agent to search_businesses for record-level queries, so exclusions are missing.

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

list_industriesAInspect

List the industries LeadQuasar covers and how many verified businesses each holds. Use this first when unsure what industry wording will match.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description itself carries the behavioral disclosure. It states that the tool returns industries and their verified business counts, which is enough for a simple read-only listing, but it omits any details about ordering, potential size of the response, or whether the list is exhaustive.

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 short sentences with no filler. The first states exactly what the tool does, and the second gives practical usage guidance. Every word earns its place.

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 no-parameter, simple listing tool, the description covers the return value (industries plus counts) and the use case. It does not fully explain output ordering or pagination, but those are unlikely to matter for a small enum-like industry list.

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 baseline is 4. The description still contributes useful context by revealing that each industry includes a count of verified businesses, which clarifies the returned data though no input semantics are needed.

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?

Uses a specific verb ('list') plus a resource ('industries LeadQuasar covers') and describes the key output (counts of verified businesses). It clearly differentiates itself from sibling tools like count_businesses and search_businesses by focusing on the industry vocabulary coverage.

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?

Provides explicit guidance: 'Use this first when unsure what industry wording will match.' This tells the agent the trigger condition for calling the tool, though it does not explicitly name alternative tools or list when not to use it.

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

search_businessesAInspect

Return a sample of matching businesses with industry, location and data-quality signals. Contact details (name, company, email, phone, address) are never returned by this tool — it shows what exists and how reachable it is, not who to call.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoUS city name.
limitNoHow many rows to return, 1-25. Defaults to 10.
stateNoUS state, either full name ("Texas") or two-letter code ("TX").
industryNoIndustry or business type in plain words. Everyday wording is resolved to the stored categories, and `matchedIndustry` in the response says which one.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description must carry behavioral disclosure on its own, and it does well: it explicitly states that name, company, email, phone, and address are never returned. This is a major behavioral constraint not visible in the input schema. It stops short of describing sampling/ordering behavior or service limits, but the key risk is clearly disclosed.

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 efficient sentences with the main purpose front-loaded and the critical contact-detail exclusion placed immediately after. There is no filler, no repetition of schema content, and every sentence earns its place.

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 no output schema and no annotations, the description covers the essential invocation context: it returns a sample, indicates the kinds of fields included, and clearly states what it will never return. It could add an explicit note about non-exhaustive sampling or point to count_businesses for totals, but an agent has enough to call and interpret the tool correctly.

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?

The input schema has 100% description coverage for all four parameters, so the baseline of 3 applies. The description mentions industry and location as output content but adds no extra semantics to city, state, limit, or industry beyond what the schema already provides.

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 a specific verb and object: 'Return a sample of matching businesses,' and names the key output dimensions (industry, location, data-quality signals). It also draws a clear line from sibling count/list tools by emphasizing that this returns a sample, not a count or an industry list.

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 gives clear context: use this tool to see what businesses exist and how reachable they are, not to obtain contact information. The 'not who to call' exclusion is explicit, but it does not name sibling alternatives such as count_businesses or list_industries, so it falls just short of full alternative routing.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • Changedcount_businesses1 field changed
      • changedInput schema / properties / industry / description
        Previous value: -"Industry or business type in plain words, e.g. 'managed service provider', 'dentist', 'HVAC contractor'. Matched against industry and category."New value: +"Industry or business type in plain words, e.g. 'managed service provider', 'dentist', 'HVAC contractor', 'plumbers'. Everyday wording is resolved to the stored categories, so 'HVAC contractor' finds HVAC and 'plumbers' covers both Plumbers and Plumbing. The response reports which category it matched."
    • Changedsearch_businesses1 field changed
      • changedInput schema / properties / industry / description
        Previous value: -"Industry or business type in plain words."New value: +"Industry or business type in plain words. Everyday wording is resolved to the stored categories, and `matchedIndustry` in the response says which one."
  2. 3 tool updates
    • First observedcount_businesses
    • First observedlist_industries
    • First observedsearch_businesses

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Access ServiceGraph — a structured catalog of 100k+ US professional-services firms (law, marketing, consulting, accounting, IT services, architecture, engineering, HR, PR, design) with filters for industry, services offered, location, size, ratings, and third-party listing presence.
    61
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Real-time B2B company firmographics, headcount tier, ARR estimate, tech stack adoption, and verified C-Level executive contact emails for AI SDRs and sales automation.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    The owner-verified local business data + service & menu-price layer for AI agents. Owner-authored business profiles where every response carries provenance — verification level, completeness score, freshness timestamps, and upstream sources. * Search & profiles — find businesses by name, category, city, or geo-radius; full profiles with contacts, hours, media, ratings. * Price layer
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation4/5

count_businesses and search_businesses both query the same database with similar filters, but their intents are clearly separated: one returns aggregate counts and the other returns sample records. list_industries is distinctly for exploring available industry categories. The overlap between counting and searching is minor and well explained by the descriptions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: count_businesses, list_industries, search_businesses. The verbs are specific and distinct, and the nouns clearly indicate what is being acted on. This makes the naming predictable and easy to learn.

Tool Count4/5

With 3 tools, the server is minimal but not inadequate—it covers the core needs of exploring industries, counting matches, and viewing samples. For a narrow, read-only database querying purpose, this is a reasonable scope. It is slightly on the lean side but each tool earns its place.

Completeness4/5

The surface covers the main workflows: discover available industries, count matching businesses, and retrieve sample records. The obvious gap is that contact details are never returned, but that is an intentional design choice stated clearly in search_businesses. Minor enhancements like pagination or state/city listing would help, but agents can accomplish the stated exploration goals with the given tools.

Resources