Skip to main content
Glama
Misar-AI

MisarReach MCP Server

list_lead_lists

Read-onlyIdempotent

Retrieve Hunter.io lead lists from your account to locate list IDs for syncing or verify existing lists before creating duplicates.

Instructions

List the Hunter.io lead lists connected to this account.

Use it to find a listId before sync_lead_list, or to check whether a list already exists before create_lead_list makes a duplicate. These are Hunter.io's lists, which are separate from the leads stored locally — list_leads shows those.

Reads only, costs no credits, takes no parameters. Requires an API key and a connected Hunter.io account. An empty result means no lists exist yet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations carry readOnly, idempotent, and non-destructive hints. The description adds useful context: requires API key and connected account, empty result means no lists exist yet, and explicitly notes it costs no credits. Minor deduction for describing the read-only nature, which was redundant with the 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?

Front-loaded with the core one-line definition, followed by scannable guidance on when to use it, with references to sibling tools and prerequisites. Every sentence contributes, including the empty-result edge case. Well-scoped for a zero-parameter tool.

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 parameterless, side-effect-free list tool with strong annotations and no output schema, this description covers what an agent needs: purpose, when to use it (avoid duplicate lists), prerequisites (API key, connected account), behavior on empty results, and cost implications. No unnecessary output format explanation is needed given the absence of an output schema.

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?

Zero-parameter tool, so baseline is 4 per the rubric. The description confirms this with 'takes no parameters' rather than remaining silent. No schema deductions needed for a parameterless and succinct tool.

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?

Clear verb+resource in sentence one: "List the Hunter.io lead lists connected to this account." Distinguishes itself from sibling tools by naming search_leads, create_lead_list, sync_lead_list, and list_leads explicitly, referencing their alternatives.

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?

Explicit when-to-use guidance: use to find listId pre-sync, or to check for duplicates pre-create. Differentiation from siblings is explicit: "these are Hunter.io's lists, which are separate from the leads stored locally — list_leads shows those."

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