Skip to main content
Glama
comma-compliance

pipedrive-mcp

pipedrive_deals_update

Update an existing deal in Pipedrive, supporting custom fields by name or key. Modify deal details like title, value, status, or stage.

Instructions

Update an existing deal. Supports custom fields by name or key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deal_idYesThe deal ID to update
titleNo
person_idNo
org_idNo
valueNo
currencyNo
pipeline_idNo
stage_idNo
statusNo
expected_close_dateNo
visible_toNo
custom_fieldsNo
custom_fields_by_nameNo
Behavior2/5

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

Without annotations, the description must disclose behavioral traits. It only says 'Update an existing deal' but fails to explain whether updates are additive or overwriting, side effects, or what the response contains. Custom fields support is mentioned but not elaborated.

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?

Extremely concise with two sentences, front-loading the main purpose. No unnecessary information.

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 13 parameters, no output schema, and no annotations, the description is insufficient. It lacks details on expected behavior for each parameter, response format, and any conditions or restrictions.

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 only 8% (only deal_id described). The description adds that custom fields are supported by name or key, which gives meaning to custom_fields and custom_fields_by_name. However, other parameters like title, person_id, etc., are not explained, so the description only partially compensates.

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 'Update an existing deal', specifying the verb and resource. It also mentions custom fields support, which helps distinguish it from other deal operations like create, delete, or list.

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 versus alternatives like pipedrive_deals_move_stage for stage changes or pipedrive_deals_update for custom fields. No mention of prerequisites or conditions.

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/comma-compliance/pipedrive-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server