Skip to main content
Glama
ckalima

Pipedrive MCP Server

pipedrive_create_organization_field

Create custom fields for organizations in Pipedrive. Define field name and type, set options for enum/set fields, and configure visibility and requirements.

Instructions

Create an organization 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}, show_in_add_person_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?

The description adds context about required parameters and the field_code in the response. Annotations already indicate non-destructive, non-readonly behavior; description does not contradict and provides moderate additional behavioral info.

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 concise (3 sentences) with no unnecessary information. It front-loads the main action and follows with key details. Every sentence is useful.

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?

While the description covers essential points, it lacks information about the return value structure beyond field_code. Given the complexity of the input schema (nested objects), a bit more context on the response would improve completeness.

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?

The description adds value beyond the schema by emphasizing required fields and the condition for options. It also notes the response includes field_code for future updates. Schema coverage is 100%, so baseline 3, but description provides extra meaningful guidance.

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's purpose: 'Create an organization custom field.' It specifies required parameters and conditions for enum/set types, distinguishing it from other field creation tools.

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 usage for creating organization custom fields but does not explicitly guide when to use this tool versus alternatives like create_deal_field or provide use/no-use cases.

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