Skip to main content
Glama
ckalima

Pipedrive MCP Server

pipedrive_create_product

Add a product to Pipedrive with just a name. Optionally include code, description, pricing, and tax.

Instructions

Create a new product in Pipedrive. Only name is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProduct name (required)
codeNoProduct code
descriptionNoProduct description
unitNoUnit of measurement
taxNoTax percentage (default 0)
categoryNoProduct category ID
owner_idNoOwner user ID
is_linkableNoWhether the product can be linked to deals (default true)
visible_toNoVisibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company
pricesNoArray of price objects per currency
custom_fieldsNoCustom field values as object with field keys
billing_frequencyNoBilling frequency (default one-time)
billing_frequency_cyclesNoNumber of billing cycles (max 208, null = unlimited)
Behavior2/5

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

The description indicates a write operation ('create'), which is consistent with readOnlyHint=false. However, it does not disclose any behavioral traits beyond creation, such as required permissions, side effects (openWorldHint=true suggests unknown changes), or error scenarios. Annotations already cover read/write nature, so the description adds minimal value.

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 extremely concise (one sentence, 8 words) and front-loads the verb and resource. It contains no filler. However, for a tool with 13 parameters and nested objects, it could include more helpful context without becoming verbose, so it loses one point for being slightly underinformative.

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's complexity (13 parameters, nested objects, enums) and no output schema, the description is insufficient. It does not explain return value (what the created product looks like), error handling, or prerequisites. The annotations provide some context, but the description adds little to make the tool fully understandable for autonomous invocation.

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?

Schema description coverage is 100%, meaning each parameter has a description in the schema. The description only adds 'Only name is required,' which is already evident from the required array. Thus, the description does not provide additional semantic meaning beyond the schema, earning a baseline 3.

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 product in Pipedrive', specifying the verb (create) and resource (product). It distinguishes from sibling tools like pipedrive_create_product_field (which creates a field) and pipedrive_update_product (which updates an existing product).

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 gives minimal guidance: 'Only name is required.' It does not provide explicit when-to-use or when-not-to-use context, nor does it mention alternatives among siblings like pipedrive_create_product_variation or pipedrive_add_product_follower. The guidance is adequate but lacks differentiation.

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