Skip to main content
Glama
ckalima

Pipedrive MCP Server

by ckalima

pipedrive_create_product

Create a new product in Pipedrive using only a name, with optional pricing, category, and billing settings.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taxNoTax percentage (default 0)
codeNoProduct code
nameYesProduct name (required)
unitNoUnit of measurement
pricesNoArray of price objects per currency
categoryNoProduct category ID
owner_idNoOwner user ID
visible_toNoVisibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company
descriptionNoProduct description
is_linkableNoWhether the product can be linked to deals (default true)
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)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv2.7.0
    • changedInput schema / properties / billing_frequency_cycles / type
      Previous value: -"number"New value: +[
      +  "number",
      +  "null"
      +]
  2. Addedv2.4.0

TDQS

B3.1/5.0
Behavior2/5

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

Annotations already cover the high-level characteristics (readOnlyHint=false, destructiveHint=false, idempotentHint=false). The description adds no further behavioral context—no mention of side effects, permission requirements, reversibility, or expected outcome. For a create operation with no additional detail, the description contributes little beyond the schema.

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 entire description is a single, compact sentence that immediately conveys the action and the essential requirement. No filler, no unnecessary details—maximally concise and well-structured.

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?

Given the tool's complexity (13 parameters, nested objects), the description is thin but the schema handles parameter details. Missing is any indication of what the tool returns upon success (e.g., the created product object) or any caveats about behavior, which would help an agent set expectations. It's adequate for a straightforward create but not fully complete.

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%, so all 13 parameters are documented in the schema with clear explanations. The description's note 'Only name is required' is redundant with the schema's required array but does reinforce the minimal input needed. This is the baseline value expected when the schema is comprehensive.

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 resource ('product' in Pipedrive), and adds that only the name is required. It is distinct from sibling tools like pipedrive_update_product by the verb and intent, though it does not explicitly name alternatives to disambiguate further.

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?

The description gives no guidance on when to use this tool versus alternatives such as pipedrive_update_product, pipedrive_list_products, or pipedrive_search_products. It only states the creation action without any contextual advice or exclusion criteria, leaving the agent to infer usage.

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