Skip to main content
Glama
ckalima

Pipedrive MCP Server

pipedrive_create_stage

Add a new stage to a sales pipeline by specifying its name and pipeline ID. Optionally set deal probability and configure deal rotting to track stale deals.

Instructions

Create a new stage in a pipeline. name and pipeline_id are required. Use is_deal_rot_enabled and days_to_rotten to configure deal rotting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the stage (required)
pipeline_idYesThe ID of the pipeline to add the stage to (required)
deal_probabilityNoThe success probability percentage of deals in this stage (0-100)
is_deal_rot_enabledNoWhether deals in this stage can become rotten
days_to_rottenNoDays until a deal not updated in this stage becomes rotten (applies only when is_deal_rot_enabled is set)
Behavior3/5

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

Annotations indicate a non-read-only, non-destructive, non-idempotent write operation. The description adds the detail about deal rotting configuration but does not disclose any other behavioral traits beyond the schema fields.

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?

Two sentences, no fluff, front-loaded with the purpose. Efficient and clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite lacking an output schema, the description is sufficient for a simple create tool. It covers the required fields and an optional feature, assuming the agent can infer behavior from the resource type and annotations.

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?

The schema has 100% description coverage, so baseline is 3. The description adds that 'name and pipeline_id are required' and that deal rotting parameters configure deal rotting, which is already implied by the schema descriptions. Marginal added value.

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 stage in a pipeline', specifying the action and resource. It distinguishes itself from sibling tools like pipedrive_create_phase or pipedrive_create_pipeline by focusing on stages.

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 mentions required fields (name, pipeline_id) and optional deal rotting configuration, but does not provide guidance on when to prefer this tool over alternatives like pipedrive_create_phase or pipedrive_create_pipeline.

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