Skip to main content
Glama

Server Details

Find SMBs by name, city, and business type in the Lead Stampede directory via public MCP tools.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
treymerica1982/lead-stampede-mcp-server
GitHub Stars
0

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/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a unique purpose: get single client, list distinct business types, list distinct cities, and search with filters. No overlap.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern in snake_case (get_client, list_business_types, list_cities, search_clients).

Tool Count5/5

Four tools is a compact but sufficient set for a directory look-up service, covering single retrieval, listing, and search.

Completeness5/5

The tool surface covers all essential operations for a public directory: single client lookup, discovery of filter dimensions (cities, business types), and flexible search. Missing write operations are appropriate for a read-only directory.

Available Tools

4 tools
get_clientAInspect

Returns the full public Agent Card for a single Lead Stampede client by slug. Includes business details, contact info, services, hours, reviews, and booking URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesThe unique slug of the client (e.g. "lead-stampede").
Behavior4/5

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

No annotations provided, so the description carries the burden. It explicitly states the output is a full public Agent Card with listed fields, implying safe read-only behavior. Lacks explicit mention of auth or rate limits but sufficient for a simple read operation.

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?

Single sentence, front-loaded with main action and resource, then lists contained data. Efficient and clear, though slightly more structure could improve readability.

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 tool's simplicity (one required param, no output schema), the description provides sufficient context: what it returns and the input. No obvious gaps.

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 100% for the single parameter 'slug'. The description adds no additional meaning beyond what the schema already provides ('by slug').

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 returns the full Agent Card for a single client by slug, listing specific contents like business details, contact info, etc. It distinguishes itself from siblings like search_clients, which searches across clients.

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 implies use when needing full details for a specific client by slug. It is clear about the one-parameter requirement but does not explicitly state when not to use or compare to siblings.

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

list_business_typesAInspect

Returns the distinct business types available in the Lead Stampede public client directory.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations are provided, so the description must disclose all behavioral traits. It only states that the tool 'returns' data, implying a read-only operation, but lacks details on ordering, error conditions, or whether results are cached. The minimal description does not fully compensate for the absence of 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?

The description is a single, front-loaded sentence that wastes no words. Every part ('Returns', 'distinct business types', 'available in the Lead Stampede public client directory') adds value, and the structure is optimal.

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, param-free tool without an output schema, the description is mostly complete. It explains the source and nature of the returned data. However, it could hint at the return format (e.g., list of strings) or mention that no further input is needed.

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, and the schema coverage is trivially 100%. According to the rules, a baseline of 4 is appropriate. The description does not need to add parameter details.

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 verb 'Returns' and the specific resource 'distinct business types available in the Lead Stampede public client directory'. It is distinct from sibling tools like list_cities (cities) and get_client (specific client).

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It does not mention any context or exclusion conditions, leaving the agent to infer usage.

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

list_citiesAInspect

Returns the distinct cities served by public Lead Stampede clients. Useful for discovering which locations have businesses in the directory.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations are provided, so the description carries full burden. It correctly implies a read-only operation and deduplication ('distinct'), but lacks disclosure of potential limits, pagination, or data freshness. For a parameterless tool, this is adequate but not rich.

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, covering purpose and use case without any wasted words. It is front-loaded with the action and immediately provides value.

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 tool has no parameters, no output schema, and no annotations, the description adequately covers the tool's behavior: returning distinct cities. It does not explain if the list is exhaustive or ordered, but for a simple listing tool, this is sufficient.

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?

There are no parameters in the input schema, and schema coverage is 100%. Per the baseline for 0 parameters, a score of 4 is appropriate. The description does not need to add parameter details.

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 returns distinct cities served by public Lead Stampede clients. It specifies the resource (cities) and action (list), and the use case is explicitly tied to discovering locations with businesses, distinguishing it from siblings like get_client or search_clients.

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 provides a clear context for use: discovering which locations have businesses. However, it does not explicitly mention when not to use it or compare with sibling tools, so while helpful, it lacks exclusionary guidance.

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

search_clientsAInspect

Search Lead Stampede's public client directory. Returns matching businesses with contact info, services, and ratings. Supports filtering by city, business type, and free-text query across name, description, and industry.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoFilter by city name within the client's service area.
queryNoFree-text search across business name, description, and industry.
business_typeNoFilter by business type (e.g. "service", "ecommerce", "automotive").
Behavior3/5

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

No annotations provided, so the description carries full burden. It discloses that the tool returns matching businesses with contact info, services, and ratings, and that it is public (implying no auth). However, it does not discuss pagination, ordering, rate limits, or destructiveness. Basic behavior is covered but lacks depth.

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: first defines the action and outcome, second lists filtering capabilities. No redundant or unnecessary words. Efficient and clear.

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?

For a tool with no output schema and no annotations, the description provides basic information but omits details like result limits, default ordering, or error handling. It does not mention that sibling tools (list_cities, list_business_types) can provide valid filter values. Adequate but not comprehensive.

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 100%, and the description merely summarizes the three parameters without adding new information. For example, the schema already describes 'query' as free-text search across name, description, and industry. No additional semantic value beyond 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 clearly states it searches a public client directory, returning matching businesses with contact info, services, and ratings. It distinguishes from sibling tools like get_client (single record) and list_business_types/list_cities (enumerations) by focusing on search with filters.

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 indicates when to use the tool (searching the public directory) but does not explicitly state when not to use it or provide alternatives. The filters are listed, implying usage for specific queries, but no exclusion criteria.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.