Skip to main content
Glama
meshachjackson

mcp-nimble-crm

create_deal_pipeline

Create a new deal pipeline in Nimble CRM, specifying its name, description, color, and default currency to organize sales stages.

Instructions

Create a new deal pipeline in Nimble CRM.

Args: name: Pipeline name (1-200 chars). description: Pipeline description. color: Pipeline color. default_currency: ISO-4217 3-letter currency code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
colorNo
descriptionNo
default_currencyNoUSD

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the create action and lists parameters, without mentioning side effects, prerequisites, permissions, or whether the operation is reversible. For a mutating tool, this is a significant gap.

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 brief and front-loaded with a clear summary, followed by a structured Args list. However, the parameter descriptions for color and description are redundant with their names, adding minor fluff. Overall, it is concise but could be slightly more informative without becoming verbose.

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?

For a multi-parameter mutation tool with no annotations, the description lacks important context. It does not mention prerequisites (e.g., admin rights), whether default stages are created, the format for 'color', or how the tool fits into the pipeline lifecycle. The output schema may cover return values, but behavioral and operational context is incomplete.

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 description adds useful constraints for 'name' (1-200 chars) and 'default_currency' (ISO-4217), but 'color' and 'description' are explained with tautologies ('Pipeline color', 'Pipeline description') that offer no added meaning beyond the parameter names. With 0% schema description coverage, this partial compensation is only adequate.

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 explicitly states 'Create a new deal pipeline in Nimble CRM' with a clear verb and resource. This distinguishes it from sibling tools like update_deal_pipeline, delete_deal_pipeline, and archive_deal_pipeline, which serve different actions.

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 implies the tool is for creating pipelines but provides no explicit guidance on when to use it instead of alternatives. Sibling tools exist for updating or deleting pipelines, but no reference or exclusion is given, leaving usage context largely implied.

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/meshachjackson/mcp-nimble-crm'

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