Skip to main content
Glama
Misar-AI

MisarReach MCP Server

create_lead_list

Create a new empty lead list in Hunter.io to organize prospects. Returns the list ID needed for syncing leads later. Requires an API key and connected account; costs no credits.

Instructions

Create a new, empty lead list in Hunter.io.

Creating the list does not put anything in it, and it does not import anything locally — sync_lead_list does that. Call list_lead_lists first: each call creates a NEW list and nothing deduplicates by name.

Requires an API key and a connected Hunter.io account. Costs no credits. Returns the created list with the id that sync_lead_list needs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesList name (1-200 chars)
Behavior5/5

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

The description adds valuable behavioral context beyond the annotations: each call creates a NEW list, names are not deduplicated, no local import occurs, no credits are consumed, and the return value includes the id needed by sync_lead_list. This aligns with idempotentHint=false and openWorldHint=true without contradicting any annotation.

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?

Every sentence serves a purpose: defining the operation, clarifying non-side-effects, naming the caller prerequisite, explaining non-idempotency, listing requirements, and specifying the return value. It is front-loaded with the core purpose and remains compact despite covering several behavioral nuances.

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 simple one-parameter creation tool, the description is complete: it covers prerequisites, side effects, cost, non-idempotency, the relationship to sibling tools, and the exact return value needed downstream. With no output schema, describing the returned ID and its consumer is particularly valuable.

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 schema covers 100% of the single parameter, so the baseline is 3. The description adds meaningful semantics by warning that names are not deduplicated — the same 'name' value produces multiple lists, which is critical for an agent deciding whether to reuse a name. It slightly exceeds the schema-only baseline.

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 opens with a specific verb+resource+state ('Create a new, empty lead list in Hunter.io') and clarifies what the tool does NOT do (populate the list, import anything). It also differentiates from the sibling sync_lead_list explicitly, making the tool's scope unmistakable.

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

Usage Guidelines5/5

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

The description gives explicit usage context: 'Call list_lead_lists first' and notes that sync_lead_list handles actual importing. It also states prerequisites (API key, connected account), cost implications, and the non-deduplication behavior, which tells the agent when to call this repeatedly vs. when to use alternatives.

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/Misar-AI/misarreach-mcp'

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