Skip to main content
Glama
soil-dev

capsulemcp

list_lost_reasons

Read-only

Retrieve all configured opportunity-loss reasons with their IDs and names to discover valid lost reasons before closing a deal as lost, enabling analysis of closed-lost opportunities.

Instructions

List all configured opportunity-loss reasons (e.g. 'Poor Qualification', 'Lost to competitor', 'Price too high'). Returns each reason's id and name; the set is account-configured rather than a fixed enum, so call this to discover valid ids before referencing a lostReason in update_opportunity when closing a deal as lost. Useful for analysing closed-lost opportunities by reason.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
perPageNoPage size, max 100. Defaults to 100 for reference data.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the read-only nature is covered. The description adds that the set is account-configured (dynamic) and returns id and name. This adds useful context beyond annotations, but no additional behavioral details are needed.

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?

The description is three sentences long, immediately states the main purpose, and contains no superfluous information. Every sentence adds value: what the tool does, what it returns, and why to use it.

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

Completeness4/5

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

Given the simple nature of the tool (list with pagination) and no output schema, the description covers the return format (id and name) and the usage context. It could mention pagination defaults or behavior when no reasons are configured, but the schema partially covers pagination.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50% (page and perPage parameters), but the description does not mention either parameter or their purpose. Since coverage is low, the description should compensate, but it does not, leaving the agent to rely solely on parameter names which may be ambiguous.

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 'List all configured opportunity-loss reasons', provides examples, and explains the resource's purpose (discovering valid ids for update_opportunity). It clearly differentiates itself from sibling tools by its specific focus on lost reasons.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit guidance: 'call this to discover valid ids before referencing a lostReason in update_opportunity when closing a deal as lost'. It provides context on when to use the tool, but does not explicitly state when not to use it or mention alternatives.

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/soil-dev/capsulemcp'

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