Skip to main content
Glama

LeadProof

Get a prefilled checkout link

get_checkout_link
Read-onlyIdempotent

A leadproof.co link with the list already configured. The person opens it, reviews the price and pays on the site. Use this when they prefer to finish in a browser. Nothing is created until they order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qtyYesHow many verified leads to deliver, 100 to 1000.
locationsYesCities, regions or countries, e.g. ["Austin, TX", "Dallas, TX"]. Anything Google Maps can resolve.
min_reviewsNoOnly businesses with at least this many Google reviews. 0 means no filter. A higher bar costs more per lead and screens out more businesses.
business_typesYesBusiness categories to find, e.g. ["HVAC contractor"]. Each one becomes a Google Maps search term.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety is covered. The description's one added behavioral fact — 'Nothing is created until they order' — is genuinely useful and consistent with those hints, but it omits link expiration, price-locking, and whether the link is reusable.

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?

Three short sentences, front-loaded with what the link is, then the flow, then the usage cue. Minor inefficiency: it describes the recipient's experience rather than framing it as a returned artifact, but nothing is padded.

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?

No output schema exists, and the description does signal the return type (a link URL) as well as the side-effect profile. It stops short of covering link lifetime or how the returned link relates to a later order lookup, which an agent would want given the create_order/get_order_status siblings.

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%, with clear per-parameter docs including the qty range, location format, review thresholds, and the cost tradeoff for higher min_reviews. The description adds no parameter meaning, so the baseline 3 is appropriate.

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 states a concrete deliverable (a leadproof.co link with the list preconfigured) and describes the end-to-end flow the link enables. It distinguishes itself implicitly from create_order by noting nothing is created until the person orders, but it never names a sibling explicitly. Clear purpose, weak 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 Guidelines3/5

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

'Use this when they prefer to finish in a browser' is a real usage cue, but it gives no explicit alternative (e.g. create_order for immediate/API purchase) and no when-not condition. With five sibling tools that also deal with leads and orders, the routing guidance is implied rather than specified.

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