Skip to main content
Glama
Das-rebel

Marketic

by Das-rebel

crm_create_deal

Convert a lead into a sales deal. Assign deal value, choose a stage, and link the deal to the lead for structured pipeline tracking.

Instructions

Create a new deal/opportunity from a lead. Sets deal value, stage, and links to lead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
stageNolead
valueNo
lead_idNo
owner_idNo
Install Server

TDQS

B3.2/5.0
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. It mentions the tool 'sets' value, stage, and links to lead, indicating mutation, but does not disclose side effects, required permissions, prerequisites (e.g., lead must exist), or behavior when lead_id is empty. Lacks detail for a mutation tool.

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?

A single, efficient sentence that front-loads the action. Every word carries meaning, but the structure is flat with no additional contextual layers.

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 tool with 5 parameters, no output schema, and no annotations, the description is incomplete. It fails to explain the purpose of owner_id, the scenario when lead_id is absent, the return value, or how it differs from crm_move_deal. An agent would need to infer important details.

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 0%, so the description must compensate. It mentions value, stage, and lead_id indirectly, but does not explain the meaning of 'name' or cover 'owner_id' at all. The schema provides types/defaults but no descriptions, and the description adds little beyond what the schema already exposes.

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?

States a specific verb (create), resource (deal/opportunity), and source (from a lead). It also lists the key fields it sets (value, stage, links to lead). Clearly differentiates from siblings like crm_create_lead and crm_move_deal.

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?

Implies usage by describing the action (create a deal from a lead), but does not explicitly state when to use this tool instead of alternatives like crm_move_deal or crm_create_lead. No exclusions or conditions are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Das-rebel/marketic'

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