Skip to main content
Glama
Misar-AI

MisarReach MCP Server

list_leads

Read-onlyIdempotent

Retrieve saved leads from your account, newest first, with paging and search filters. Use to access previously saved lead records without spending credits.

Instructions

List leads already saved to the account, newest first, with paging and search.

Use this to work with leads you already have. It does NOT find new ones — that is search_leads, which starts a job and costs credits. Narrow to one search job with job_id when you want just that job's results.

Reads only and costs no credits. Requires an API key. Returns saved lead records with contact and company fields plus enrichment and score where present. An empty page is a normal answer, not an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
limitNoResults per page (default 20, max 100)
job_idNoFilter leads by a specific search job UUID
searchNoSearch term to filter by name, email, or company
Behavior5/5

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

Even though annotations already declare read-only, idempotent, and non-destructive, the description adds valuable context: reads only and costs no credits, requires an API key, returns specific fields (contact, company, enrichment, score), and treats empty page as a normal answer. No contradiction with annotations.

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?

Concise yet information-dense: the first sentence front-loads the core function, the second paragraph clarifies usage vs. alternatives, and the third covers behavioral details. No fluff or redundancy.

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?

Covers sorting (newest first), paging, search, filtering by job, auth requirements, response contents, and empty-page semantics. Given there is no output schema, the description sufficiently fills the gap for a list tool.

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 the baseline is 3. The description adds a use case for job_id ('Narrow to one search job...') and mentions paging/search, but this largely restates schema meanings without substantial new parameter-level detail.

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?

States it lists leads already saved to the account, newest first, with paging and search. Explicitly distinguishes from search_leads by noting it does NOT find new leads, making the purpose unambiguous.

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?

Provides explicit guidance: 'Use this to work with leads you already have' and contrasts with search_leads, which 'starts a job and costs credits.' Also explains narrowing results with job_id for a specific job.

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