Skip to main content
Glama

xmagnet

create_deal

Create a new deal in the Xmagnet pipeline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
titleYesDeal title
valueNoDeal value in USD
priorityNo
company_nameNo
contact_nameNo
expected_close_dateNoExpected close date (YYYY-MM-DD)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed7 schema fields changed
    • removedInput schema / properties / company_name / description
      Removed value: -"Company the deal is with"
    • removedInput schema / properties / contact_name / description
      Removed value: -"Primary contact's full name on this deal"
    • changedInput schema / properties / expected_close_date / description
      Previous value: -"Expected close date in YYYY-MM-DD format"New value: +"Expected close date (YYYY-MM-DD)"
    • removedInput schema / properties / notes / description
      Removed value: -"Free-text notes about the deal, next steps, or stakeholder context"
    • removedInput schema / properties / priority / description
      Removed value: -"Deal priority — defaults to medium if omitted"
    • changedInput schema / properties / title / description
      Previous value: -"Deal title or short description, e.g. 'Acme — Enterprise plan'"New value: +"Deal title"
    • changedInput schema / properties / value / description
      Previous value: -"Deal value in USD (numeric, no currency symbol)"New value: +"Deal value in USD"
  2. Changed7 schema fields changed
    • addedInput schema / properties / company_name / description
      Added value: +"Company the deal is with"
    • addedInput schema / properties / contact_name / description
      Added value: +"Primary contact's full name on this deal"
    • changedInput schema / properties / expected_close_date / description
      Previous value: -"Expected close date (YYYY-MM-DD)"New value: +"Expected close date in YYYY-MM-DD format"
    • addedInput schema / properties / notes / description
      Added value: +"Free-text notes about the deal, next steps, or stakeholder context"
    • addedInput schema / properties / priority / description
      Added value: +"Deal priority — defaults to medium if omitted"
    • changedInput schema / properties / title / description
      Previous value: -"Deal title"New value: +"Deal title or short description, e.g. 'Acme — Enterprise plan'"
    • changedInput schema / properties / value / description
      Previous value: -"Deal value in USD"New value: +"Deal value in USD (numeric, no currency symbol)"
  3. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With annotations declaring readOnlyHint=false and destructiveHint=false, the description correctly implies a mutating but non-destructive operation. However, it adds no additional behavioral context beyond that, such as permission requirements or side effects.

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?

A single clear sentence that states the action and destination without unnecessary words.

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?

With 7 parameters and no output schema, the description is too minimal. It doesn't explain what happens after creation, what fields are required beyond title, or how the pipeline context affects the operation, making it incomplete for an agent to invoke correctly.

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 coverage is only 43%, leaving notes, company_name, and contact_name undocumented. The description does not compensate by explaining these parameters or their purpose, so the agent must rely on incomplete schema.

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 uses a specific verb ('create') and resource ('deal') and adds context ('in the Xmagnet pipeline'), clearly distinguishing it from sibling tools like create_contact or create_campaign.

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

Usage Guidelines2/5

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

No guidance is provided about when to choose this tool over alternatives such as create_contact or create_campaign. The description only states the action without context on prerequisites or exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources