Skip to main content
Glama
waaljair

MCP_Salesforce

by waaljair

create_opportunity

Create a new Salesforce opportunity with required name, account ID, stage, and close date. Input optional details like amount, type, and lead source to record the sales deal.

Instructions

Create a new Salesforce opportunity

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesOpportunity name (required)
typeNoOpportunity type (e.g., New Business, Existing Business)
amountNoOpportunity amount
nextStepNoNext step in the sales process
accountIdYesAssociated account ID (required)
closeDateYesClose date in YYYY-MM-DD format (required)
stageNameYesOpportunity stage (required)
leadSourceNoLead source
descriptionNoOpportunity description
probabilityNoProbability percentage (0-100)
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing side effects and requirements, but it only states the action without mentioning permissions, validation rules, required account existence, or potential errors. This is a significant gap 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?

The description is a single, clear, front-loaded sentence with no wasted words. It could benefit from additional context, but it is concise and well-structured for its minimal content.

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?

Given the tool's 10 parameters, lack of output schema, and absence of annotations, the one-sentence description is insufficient for an agent to understand the full context, including required fields and behavior. More detail is needed.

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 schema fully documents all 10 parameters with descriptions, achieving 100% coverage, so the description doesn't need to add parameter details. However, the description contributes nothing beyond the schema, keeping the baseline score of 3.

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 ('Salesforce opportunity'), making the tool's purpose immediately clear. It distinguishes itself from sibling create tools like create_account and create_contact by naming the exact object type.

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?

The description provides no guidance on when to use this tool versus alternatives, such as update_opportunity for existing records or search_opportunities for querying. No prerequisites or context are mentioned.

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/waaljair/MCP_Salesforce'

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