Skip to main content
Glama
voriq-ai

smartleadai-mcp

by voriq-ai

SmartProspect: get already-fetched contacts

smartprospect_get_contacts
Read-only

Retrieve already-saved SmartProspect contacts by adapt IDs or filter, with optional email verification and catch-all filtering. Read-only, no credit usage.

Instructions

Retrieve contacts that were already saved or fetched, by adapt IDs or by filter_id, with optional verification and catch-all filtering. Safety — read-only: yes; may consume SmartProspect credits: no; creates or modifies remote state: no; can send email: no; destructive: no. Endpoint: POST https://prospect-api.smartlead.ai/api/v1/search-email-leads/get-contacts. Read-only. Returns contacts whose emails were already paid for; it does not spend credits. Provide exactly one of id (max 200 adapt IDs) or filter_id — never both. limit, offset, search, verification_status and catch_all_status apply when using filter_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoAdapt IDs to retrieve (max 200). Mutually exclusive with filter_id.
limitNoRecords to return (1-1000). Use with filter_id.
offsetNoRecords to skip. Use with filter_id.
searchNoMatch first name, last name or full name.
filter_idNoFilter ID to retrieve contacts for. Mutually exclusive with id.
catch_all_statusNoFilter by catch-all status.
verification_statusNoFilter by email verification status.
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.7/5.0
Behavior5/5

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

Adds substantial behavioral context beyond annotations: explicitly states it does not consume SmartProspect credits, creates or modifies no remote state, cannot send email, and is destructive: no. This goes beyond readOnlyHint and gives concrete operational details.

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 compact and well-structured, front-loading the core purpose in the first sentence and then providing safety and usage constraints. Each sentence adds unique information, with only minor redundancy around read-only status.

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?

Given 8 parameters, full schema descriptions, and an output schema, the description covers all essential aspects: purpose, safety profile, endpoint, parameter selection rules, and scoping of filters. No critical gaps remain for effective use.

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% with descriptions, so baseline is 3. The description adds extra value by centralizing the mutual exclusivity rule and specifying that limit, offset, search, verification_status, and catch_all_status apply only when using filter_id, which is not fully apparent from individual parameter descriptions.

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 retrieves already-saved or fetched contacts, using a specific verb ('Retrieve') and resource ('contacts'). It distinguishes from siblings like smartprospect_fetch_contacts by explicitly noting these are already paid for and no credits are spent.

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 clear context: use this for already-fetched contacts without spending credits and states the constraint to provide exactly one of id or filter_id. It does not explicitly name alternative tools for when-not-to-use, but the 'already fetched' phrasing and credit-saving implication serve as implicit 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