Skip to main content
Glama
stan13

ripper-mcp

by stan13

create_contact

Add a new contact to your CRM. Provide optional details like name, email, phone, address, and lead status to capture prospect information.

Instructions

Create a new contact. Provide whatever details are known — every field is optional, but include at least a name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
emailNo
phoneNo
stateNo
statusNoLead temperature
addressNoStreet address
zipCodeNo
address2NoApartment, suite, unit, etc.
birthdayNoISO 8601 date, e.g. 1985-04-23
lastNameNo
firstNameNo
middleNameNo
anniversaryNoISO 8601 date, e.g. 2012-09-15
preferredNameNoNickname / what they go by
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It only states 'create a new contact,' implying mutation, but gives no details on side effects, permissions, error states, or uniqueness behavior. This is insufficient for a mutation tool with 14 parameters.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long with no extraneous words. It is front-loaded with the core action. However, it could be slightly more structured (e.g., listing key parameters), but overall it is concise.

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 the tool has 14 optional parameters, no output schema, and no annotations, the description is too minimal. It does not explain return values, error handling, or constraints (e.g., unique name). The agent lacks enough context to use the tool confidently.

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 coverage is 43%, meaning 6 of 14 parameters have descriptions in the schema. The tool description adds only that every field is optional and a name is recommended, but does not explain the meaning of the 8 undocumented parameters (e.g., city, state). It compensates slightly but fails to provide meaningful semantics for most fields.

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 new contact' with a specific verb and resource. It also mentions that all fields are optional but recommends including a name, which distinguishes it from sibling tools like update_contact or search_crm.

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 advises to provide known details and include at least a name, giving basic usage context. However, it lacks explicit when-to-use or when-not-to-use guidance, and does not differentiate from alternatives like update_contact beyond the verb.

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/stan13/ripper-mcp'

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