Skip to main content
Glama
meetergo

meetergo MCP server

Official
by meetergo

Search CRM contacts

search_contacts
Read-onlyIdempotent

Find CRM contacts by name, email, phone, or tag to retrieve contact IDs and check for duplicates before creating new records.

Instructions

Search the CRM by name, email, phone or tag. Results expose contactIds and support duplicate checks before contact creation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
tagsNo
limitNo
sortByNo
ownerIdNoFilter by account owner
sortOrderNo
searchTermNoMatches name, email or phone

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoThe results, when the API paginates
pageNoCurrent page, when the API paginates
itemsNoThe results, when the API returns a plain list
totalNoTotal matches, when the API paginates
Install Server

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive, so no safety contradiction exists. The description adds useful behavioral context that results expose contactIds and that the tool is intended for duplicate checks, but it does not describe pagination or result-scope behavior, which would further improve transparency.

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?

Two tight sentences that front-load the core action and search criteria, then add the key outcome and intended use case. Every sentence earns its place and there is no redundant filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has seven optional parameters, an output schema, and read-only annotations, so the description does not need to explain return structure. It covers the main search intent, duplicate-check use case, and default safety profile; only explicit guidance on how pagination and sorting interact with search is missing.

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?

With only 29% schema description coverage, the description adds useful semantic grouping: 'name, email, phone' maps to searchTerm and 'tag' maps to tags. However, it does not address page, limit, sortBy, or sortOrder, leaving those to be inferred from their param names/enums rather than compensated in prose.

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 a specific action ('Search'), the resource ('CRM contacts'), and the search dimensions ('name, email, phone or tag'), making it immediately distinct from single-contact retrieval and other knowledge search tools. The added note about contactIds and duplicate checks further clarifies the intended outcome.

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

Usage Guidelines4/5

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

Provides clear context by indicating the search supports duplicate checks before contact creation, implying this should be used prior to creating contacts. It does not explicitly name alternatives like get_contact or create_contact, so it stops short of full when/when-not guidance.

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

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

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