Skip to main content
Glama
ckalima

Pipedrive MCP Server

pipedrive_add_deal_discount

Add an additional discount to a deal by specifying description, amount, and type (percentage or fixed). Ensures discount amount is positive.

Instructions

Add an additional discount to a deal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe deal ID
descriptionYesDiscount description (required)
amountYesDiscount amount, must be positive (required)
typeYesWhether amount is a percentage or fixed amount (required)
Behavior2/5

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

Annotations already indicate it's not read-only. The description adds no new behavioral details (e.g., idempotency, side effects, or whether it creates a new record). The openWorldHint is not explained.

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 one short sentence, concise and to the point. It is front-loaded with the key action. No wasted words.

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?

The description is adequate for a simple add operation, but it does not mention that the deal ID must exist, or what the tool returns. Given no output schema, additional context could help.

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%, so each parameter's description already exists. The tool description doesn't add any extra meaning beyond the schema. Baseline 3 is appropriate.

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 (add) and resource (discount to a deal). It distinguishes from sibling tools like update, list, or other add tools. However, it could be more precise about what 'additional' means.

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 is provided on when to use this tool vs alternatives such as pipedrive_update_deal_discount or pipedrive_list_deal_discounts. No prerequisites or context are mentioned.

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