Skip to main content
Glama
chill-lichen

meetergo-mcp

by chill-lichen

create_contact

Add a new CRM contact by providing email or phone number, along with optional name, tags, notes, and custom fields.

Instructions

Create a CRM contact (either email or phone_number is required).

Args: first_name, last_name, email, phone_number: basics. tags: labels like ["Lead", "Enterprise"]. notes: internal notes. additional_data: custom fields (e.g. {"revenueBand": "$1-5M"}).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
emailNo
notesNo
last_nameNo
first_nameNo
phone_numberNo
additional_dataNo
Behavior2/5

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

No annotations provided, so the description bears full responsibility. It does not disclose return value, error handling, or side effects (e.g., whether creation triggers workflows). It only lists parameters. For a creation tool, this is a significant gap.

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?

Very concise: one lead sentence stating purpose and requirement, followed by a clean 'Args:' section. Every sentence adds value. No redundancy.

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

Completeness3/5

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

The tool has 7 parameters and no annotations or output schema. The description explains parameters adequately but omits behavioral context (return value, errors). For a create operation, knowing the response is important. It is minimally complete but has gaps.

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?

With 0% schema description coverage, the description adds crucial meaning: it explains 'basics' for names/email/phone, 'labels like [Lead, Enterprise]' for tags, 'internal notes' for notes, and 'custom fields' with example for additional_data. It also clarifies the required condition. This is helpful but lacks format constraints.

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 'Create a CRM contact' with a specific verb and resource. It distinguishes from siblings like update_contact, delete_contact, and bulk_create_contacts by focusing on single 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 notes that 'either email or phone_number is required', giving a key condition. However, it does not provide explicit guidance on when to use this tool versus alternatives (e.g., bulk_create_contacts for multiple contacts, update_contact for existing), nor does it mention prerequisites or constraints like duplicate handling.

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