Skip to main content
Glama

Framezone

Create contact

create_contact

Create a new contact (personal CRM). Track birthdays, relationship types, and contact frequency reminders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity/location
tagsNoTags array, e.g. ["investor", "design"]
emailNoEmail address
notesNoNotes about this person
phoneNoPhone number
companyNoCompany/organization
birthdayNoBirthday (Y-m-d). Year unknown: use 1604 as the year
last_nameNoLast name
first_nameYesFirst name
how_we_metNoHow you met this person
project_idNoLink to project by ID
relationshipNoRelationship type
contact_frequency_daysNoRemind to contact every N days

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / birthday / description
      Previous value: -"Birthday (Y-m-d)"New value: +"Birthday (Y-m-d). Year unknown: use 1604 as the year"
  2. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already mark the tool as mutating but not destructive (readOnlyHint=false, destructiveHint=false), and the description's 'Create' action is consistent with those flags. The description adds no additional behavioral details such as behavior on duplicates, required-field constraints, or response format, but it does not contradict the annotations.

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 tightly scoped sentences with no filler; the action is front-loaded and the purpose clause is a single useful addition. Every sentence earns its place.

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 description is minimal but adequate for a create tool whose full parameter semantics live in the schema and whose safety profile is covered by annotations. It does not mention that only first_name is required or what the call returns, but the schema carries the required-field information and no output schema was expected.

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?

The input schema documents all 13 parameters with descriptions, so schema description coverage is 100% and the baseline of 3 applies. The description names three business-relevant fields (birthday, relationship, contact_frequency_days), which slightly emphasizes which parameters matter, but adds no semantic detail beyond the schema.

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 opens with the specific action 'Create a new contact', a clear verb-plus-resource pair with the CRM context. It does not explicitly differentiate from siblings like update_contact or list_contacts, though the verb makes the intended operation unambiguous.

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 the tool is for adding people to a personal CRM and highlights the tracking features (birthdays, relationship types, contact frequency reminders), suggesting when it should be used. It lacks explicit when-not-to-use guidance or routing to alternatives such as update_contact or list_contacts.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources