Skip to main content
Glama
ckalima

Pipedrive MCP Server

pipedrive_add_deal_product

Attach a product line item to a deal, setting price, quantity, tax, and discount options.

Instructions

Attach a single product as a line item to a deal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe deal ID
product_idYesThe product ID to attach (required)
item_priceYesPrice of one unit (required)
quantityYesQuantity of the product (required)
taxNoTax percentage (default 0)
commentsNoFree-text comments for this line item
discountNoDiscount applied to the line item (default 0)
is_enabledNoWhether the product is enabled on the deal (default true)
tax_methodNoHow tax is applied
discount_typeNoWhether discount is a percentage or fixed amount (default percentage)
product_variation_idNoProduct variation ID (null to clear)
billing_frequencyNoBilling frequency for recurring products
billing_frequency_cyclesNoNumber of billing cycles (null = unlimited)
billing_start_dateNoBilling start date (YYYY-MM-DD)
Behavior2/5

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

Annotations indicate openWorldHint=true and destructiveHint=false, but the description does not clarify side effects, whether it modifies the deal, or if the operation is reversible. No behavioral details beyond the basic action.

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?

Single, front-loaded sentence with no redundancy. However, it is overly brief and omits helpful context.

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?

With 14 parameters and no output schema, the description should explain return values, error cases, or the effect on the deal. It lacks this completeness for a complex tool.

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 coverage is 100% with descriptions for all 14 parameters. The tool description adds no additional parameter meaning, so baseline 3 is appropriate.

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 action (attach), the resource (product as a line item), and the target (deal). It distinguishes from sibling tools like bulk_add_deal_products and update_deal_product.

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 on when to use this tool vs alternatives (e.g., bulk add). No prerequisites mentioned (e.g., deal and product must exist). The description is silent on usage context.

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