Skip to main content
Glama
callremind

CallRemind MCP Server

Official
by callremind

listLeads

Fetch paged lists of contacts and leads for the authenticated user. Filter by owner email to narrow results when using system API keys.

Instructions

List the authenticated user's contacts / leads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
owner_emailNoIgnored for user API keys; required only with system API key

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.6

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool lists contacts/leads, implying a read operation, but it does not mention whether results are paginated, what the ordering is, whether it only returns owned leads, or any rate limits or side effects.

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 a single clear sentence with no redundant words. It is concise and front-loaded with the core action and resource.

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 three parameters, no annotations, no output schema, and no usage guidance, the description is too minimal. It leaves out pagination semantics, the meaning of owner_email, and any context about how the result set is scoped or ordered.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%, with only owner_email documented in the schema. The description adds no meaning for limit, offset, or owner_email, and does not compensate for the low coverage. An agent must infer parameter behavior from names alone.

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 tool lists the authenticated user's contacts/leads, which is a specific verb and resource. It does not explicitly differentiate from sibling tools like createLead or listAgents, but the resource is distinct enough to be understood.

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?

There is no guidance on when to use this tool versus alternatives such as createLead, listAgents, or listScheduledCalls. The description implies a read/list operation but does not state conditions, exclusions, or alternative tools.

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

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/callremind/callremind-mcp'

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