Skip to main content
Glama
chill-lichen

meetergo-mcp

by chill-lichen

search_contacts

Search and filter CRM contacts by name, email, phone, tags, or owner, with paginated and sortable results.

Instructions

Search/list CRM contacts (paginated).

Args: search_term: match name/email/phone. tags: filter by tags. owner_id: filter by account owner. sort_by: firstName|lastName|email|createdAt. sort_order: ASC|DESC. page, limit: pagination (limit max 100).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
tagsNo
limitNo
sort_byNo
owner_idNo
sort_orderNo
search_termNo
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It discloses pagination with a max limit of 100 and sort options, but fails to disclose authentication requirements, rate limits, or whether the operation is read-only.

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 concise and front-loaded with the purpose. Each parameter is explained in a single line with no fluff. Every sentence adds value.

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 no output schema and no annotations, the description should explain return values or behavior beyond input parameters, which it does not. It lacks details on the result format, error handling, and authentication, leaving gaps for an agent.

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?

Schema description coverage is 0%, but the description adds significant meaning by explaining each parameter: search_term matches name/email/phone, tags filter by tags, owner_id filters by account owner, sort_by lists allowed values (firstName, lastName, email, createdAt), sort_order values (ASC, DESC), and page/limit with max 100 limit.

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 clearly states 'Search/list CRM contacts (paginated)', using a specific verb and resource. It distinguishes itself from sibling tools like 'get_contact' (single contact retrieval) and 'create_contact' (creation).

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

Usage Guidelines3/5

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

The description implies usage for searching or listing contacts with optional filters, but does not explicitly compare to alternative tools like 'get_contact' for exact ID lookup or mention when not to use this tool.

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/chill-lichen/meetergo-mcp'

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