Skip to main content
Glama
bcharleson

Instantly MCP Server

list_leads

Retrieve and filter leads from email campaigns using criteria like campaign ID, list ID, status, and pagination for organized lead management.

Instructions

List leads with filters and pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaign_idNoFilter by campaign ID
limitNoNumber of leads to return (1-100, default: 20)
list_idNoFilter by list ID
starting_afterNoID of the last item from previous page for pagination
statusNoFilter by status
Behavior2/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 mentions 'filters and pagination' which gives basic behavioral context, but doesn't disclose important traits like whether this is a read-only operation (implied but not stated), rate limits, authentication requirements, error conditions, or what the return format looks like. For a tool with 5 parameters and no output schema, this leaves significant gaps.

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 extremely concise at just 6 words, front-loading the core purpose ('List leads') followed by key capabilities ('with filters and pagination'). Every word earns its place with zero redundancy or unnecessary elaboration.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters, no annotations, and no output schema, the description is insufficiently complete. While concise, it doesn't compensate for the lack of structured metadata. For a filtering and pagination tool that likely returns complex lead data, the description should provide more context about return format, error handling, or usage examples to help an agent understand what to expect.

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%, so all parameters are documented in the schema. The description adds minimal value beyond the schema by mentioning 'filters and pagination' which aligns with parameters like 'campaign_id', 'list_id', 'status' (filters) and 'starting_after' (pagination). However, it doesn't provide additional context about parameter interactions or usage patterns beyond what's already in the schema descriptions.

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 clearly states the action ('List') and resource ('leads'), and mentions filtering and pagination capabilities. It distinguishes from other lead-related tools like 'create_lead' or 'update_lead' by focusing on retrieval. However, it doesn't explicitly differentiate from 'list_lead_lists' which might be a sibling tool for listing lead collections rather than individual leads.

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?

The description provides no guidance on when to use this tool versus alternatives. With sibling tools like 'list_lead_lists' (for listing lead collections) and 'get_campaign' (for retrieving specific campaigns), there's no indication of when this filtered lead listing is preferred over other listing or retrieval methods. No prerequisites or exclusions are mentioned.

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

Install Server

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/bcharleson/Instantly-MCP'

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