create_opportunity
Créer une opportunité
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body |
Créer une opportunité
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body |
Changes observed during successful MCP inspections.
Input schema / properties / body / properties / probabilityAdded value: +{
+ "maximum": 100,
+ "minimum": 0,
+ "type": [
+ "integer",
+ "null"
+ ]
+}Input schema / properties / body / properties / stage / enumRemoved value: -[
- "prospect",
- "qualification",
- "proposition",
- "négociation",
- "gagné",
- "perdu"
-]Input schema / properties / body / properties / stage / maxLengthAdded value: +40Input schema / properties / body / properties / stage / minLengthAdded value: +1Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description does not disclose behavioral traits such as whether the tool returns the created resource's ID, whether it requires specific permissions, or what side effects occur. Annotations are all false, leaving the agent with no additional insight.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
While very concise (one phrase), the description is under-specified. It sacrifices usefulness for brevity and does not earn its place as a net improvement over the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of output schema and annotations, the description is incomplete. It fails to explain what happens on success (e.g., returns opportunity ID) or any operational constraints.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers all parameters with constraints and descriptions for the body object, so schema coverage is high. However, the description adds no further meaning beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Créer une opportunité' is a tautology of the tool name. It states the tool creates an opportunity but provides no detail to distinguish it from sibling tools like create_quote or create_order.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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. There are many sibling tools for creating CRM entities, but the description offers no context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.