Skip to main content
Glama
voriq-ai

smartleadai-mcp

by voriq-ai

SmartProspect: fetch contacts for a filter (consumes credits)

smartprospect_fetch_contacts

Fetch contact email addresses from a saved SmartProspect filter via adapt IDs or a limit. Confirm credit spend to proceed.

Instructions

Reveal contact email addresses for a saved filter, either by explicit adapt IDs or by a bounded limit. CONSUMES SMARTPROSPECT CREDITS. Safety — read-only: no; may consume SmartProspect credits: yes; creates or modifies remote state: yes; can send email: no; destructive: no. Endpoint: POST https://prospect-api.smartlead.ai/api/v1/search-email-leads/fetch-contacts. Provide exactly one of id (explicit adapt IDs) or limit. Documented limit range is 1-10000 (up to 30000 on some accounts). Requires SMARTLEAD_MCP_ALLOW_CREDIT_SPEND=true and confirm_credit_spend: true. Runs a free, read-only credit preflight first and rejects — never silently reduces — a request that exceeds available credits or the account single-fetch limit. Never retried automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoAdapt IDs to fetch. Mutually exclusive with limit.
limitNoNumber of contacts to fetch for the filter. Smartlead documents 1-10000 (up to 30000 for some accounts). Mutually exclusive with id.
filter_idYesFilter ID returned by smartprospect_search_contacts.
visual_limitNoPage size for the returned page (1-1000).
visual_offsetNoOffset for the returned page.
confirm_credit_spendNoMust be true. Acknowledges that this call can consume SmartProspect credits.
include_full_recordsNoReturn complete contact records including email addresses and names. Set to false to receive a de-identified summary (counts plus non-personal attributes) instead.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataYes
errorNo
warningsYes
operationYes
paginationYes
credit_spendingYes
remote_mutationYes
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description discloses critical non-obvious behaviors: credit consumption, remote state modification, email sending capability (no), credit preflight check with rejection (never silent reduction), and no automatic retries. The safety breakdown explicitly echoes and expands on the annotations without contradiction.

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?

The description is structured into clear sections: purpose, credit warning, safety breakdown, endpoint, parameter constraints, and behavioral guarantees. Each sentence adds meaningful information, though the safety breakdown somewhat restates what the annotations and title already convey. Still, it remains focused and front-loaded.

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?

For a credit-consuming mutation tool with 7 parameters and an output schema, the description is exceptionally complete. It covers the endpoint, authentication requirement, prerequisites, parameter relationships, credit preflight behavior, and error handling (rejects rather than reduces). The presence of an output schema means return value details are not required, and the description fills all other gaps.

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 coverage is 100%, so baseline is 3. The description adds value by emphasizing the mutual exclusivity of 'id' and 'limit' (also in schema) and by clarifying the documented limit range (1-10000, up to 30000 on some accounts), which goes beyond the schema's simple min/max. It also highlights the need for confirm_credit_spend=true, reinforcing the schema's description.

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 states a specific action ('Reveal contact email addresses') on a specific resource ('a saved filter'), with two distinct modes ('explicit adapt IDs' or 'bounded limit'). This clearly distinguishes it from sibling tools like smartprospect_search_contacts (search) and smartprospect_get_contacts (likely retrieving already fetched contacts).

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 implies usage for a saved filter and provides clear prerequisites (SMARTLEAD_MCP_ALLOW_CREDIT_SPEND=true, confirm_credit_spend=true) and a mutual exclusion rule (id vs limit). However, it does not explicitly state when to prefer this tool over related tools like smartprospect_get_contacts or smartprospect_find_emails, nor does it provide 'when not to use' guidance.

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

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/voriq-ai/smartlead-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server