Skip to main content
Glama
ckalima

Pipedrive MCP Server

pipedrive_create_person_field

Create a custom field for person records in Pipedrive. Requires field name and type; for single-choice (enum) or multi-choice (set) fields, provide options.

Instructions

Create a person custom field. field_name and field_type are required. For enum/set types, options is required. The response data.field_code is the 40-char hash to keep for later updates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
field_nameYesField name (required, 1-255 chars)
field_typeYesField type. Use 'enum' (single choice) or 'set' (multiple choice) for option fields.
optionsNoField options (required for enum and set field types)
ui_visibilityNoUI visibility: add_visible_flag, details_visible_flag, show_in_add_deal_dialog{show, order}.
important_fieldsNoImportant-field highlighting: enabled, stage_ids (always references DEAL stages, even on person/org fields).
required_fieldsNoRequired-field config: enabled (person/org fields support only this flag).
Behavior3/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) and non-destructive. The description adds that the response includes a field_code for later updates. It does not elaborate on other behaviors like idempotency or limits, so it provides moderate added value.

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?

The description is two sentences, front-loading the core purpose and then providing critical usage details. No unnecessary words.

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?

For a create tool with detailed schema and no output schema, the description covers required fields, special cases, and the response field_code. It could mention potential errors or uniqueness constraints, but it is largely complete.

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 100% schema description coverage, the baseline is 3. The description goes beyond by highlighting that options is required for enum/set types and that the response field_code is important for updates, adding value over the schema alone.

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 the tool creates a person custom field, a specific verb-resource pair. It distinguishes from sibling tools like pipedrive_create_deal_field or pipedrive_create_organization_field by explicitly mentioning 'person custom field'.

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?

The description indicates when to use this tool by specifying required parameters and noting that options is required for enum/set types. It does not provide explicit alternatives or when-not-to-use guidance, but the context is clear.

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

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