Skip to main content
Glama
alexd73

PlanfixMCP

by alexd73

create_contact

Create a contact or company record in Planfix by providing details like name, email, phone numbers, address, and custom fields.

Instructions

Создать контакт или компанию

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoContact/company number. For create requests this field is usually omitted.
nameNoFirst name of a contact or name of a company.
siteNoWebsite URL of the contact/company.
emailNoPrimary email address of the contact or company.
filesNoExisting Planfix files attached to the contact/company. Each item must contain an existing file id.
groupNoContact group. Specify an existing group by id.
skypeNoSkype username.
genderNoContact gender. Use Female, Male, or NotDefined.
phonesNoContact phone numbers. Each phone contains a number and phone type.
addressNoPostal address of the contact/company.
midnameNoMiddle name of the contact.
viberIdNoViber identifier associated with the contact/company.
contactsNoContacts linked to this company. Specify existing contact/company numbers.
facebookNoFacebook profile/page link.
lastnameNoLast name of the contact.
positionNoJob title or position of the contact.
telegramNoTelegram username or profile link.
templateNoContact/company template. Specify an existing contact template by number.
timezoneNoIANA Time Zone Database identifier (TZID).
birthDateNoContact birth date. May be provided as a TimePoint-like object with date or as a supported date string.
companiesNoCompanies linked to this contact. Specify existing contact/company numbers.
instagramNoInstagram profile link.
isCompanyNoWhether the record is a company rather than an individual contact.
isDeletedNoWhether the contact/company is deleted.
telegramIdNoTelegram identifier associated with the contact/company.
descriptionNoDescription or notes for the contact/company.
supervisorsNoContact supervisors. Specify employees or contacts in users and groups in groups. Employee/contact identifiers must be prefixed, for example user:5 or contact:92.
languageCodeNoPlanfix interface language code for the contact/company.
sourceObjectIdNoUnique identifier of the specific object in the third-party application or system.
customFieldDataNoCustom field values for the contact/company. Each item contains a custom field id in field.id and its value.
sourceDataVersionNoVersion of the object data in the third-party application or system.
communicationLanguageCodeNoPreferred communication language code.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
resultYes
Behavior2/5

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

With no annotations present, the description carries the full burden of behavioral disclosure. It merely says 'Create contact or company' and does not mention permissions, validation rules, side effects, or response behavior. For a mutating operation, this is minimal transparency.

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 a single, short sentence with no filler or unnecessary words, making it easy to parse. It is not as rich as it could be, but from a conciseness perspective it is efficient and front-loaded with the action and resource.

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 rich input schema and presence of an output schema fill in many operational details, so the terse description is acceptable for a simple create operation. However, with 32 optional parameters and no annotations, the description still lacks high-level guidance on when to choose this tool over bulk import or how to structure a typical request, leaving clear gaps.

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 provides complete descriptions for all 32 parameters (100% coverage), so the description does not need to repeat field meanings. However, the description adds no additional semantic value beyond what the schema already offers; it only implies the contact/company distinction, which is explicitly covered by the isCompany parameter.

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 clearly states the action ('Создать' / create) and the resource ('контакт или компанию' / contact or company). It is specific enough to indicate the tool's purpose, but it does not explicitly differentiate it from sibling tools like import_contacts or update_contact, so it falls short of a top score.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives such as import_contacts for bulk creation or update_contact for modifying existing records. The description only names the action and provides no context about prerequisites, typical use cases, or exclusions.

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/alexd73/PlanfixMCP'

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