Skip to main content
Glama
semwalajay83-sem

salesforce-metadata-mcp

Create Product

sf_create_product

Create Product2 records in Salesforce to represent items or services for opportunities and quotes. Use with price book creation to set pricing.

Instructions

Creates a Salesforce Product2 record. Products represent items or services that can be added to Opportunities and Quotes via Opportunity Line Items. Use with sf_create_price_book to set pricing.

name: product name productCode: optional SKU or product code description: optional description isActive: whether the product is available for use (default: true) family: product family/category, e.g. 'Hardware' quantityUnitOfMeasure: unit of measure, e.g. 'Each', 'Hour'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProduct name
familyNoProduct family, e.g. 'Hardware'
isActiveNoWhether the product is active
descriptionNoProduct description
productCodeNoProduct code / SKU
quantityUnitOfMeasureNoUnit of measure, e.g. 'Each'
Behavior4/5

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

Annotations already indicate a non-read-only, non-destructive write operation. The description adds domain context (Product2 in Quotes/Opportunities) and notes the default for isActive, which is useful beyond annotations.

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?

Well-structured with a purpose sentence, usage hint, and parameter list. The parameter list duplicates schema but remains concise and readable without unnecessary fluff.

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?

Covers the core purpose, usage context, and parameter semantics for a tool with 6 parameters and 100% schema coverage. It omits error handling and prerequisites, but these are not critical given the tool's simplicity.

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?

Schema coverage is 100%, so the description adds little beyond examples ('Hardware', 'Each') and marks a few parameters as optional. This is consistent with the baseline 3 for high schema coverage.

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?

Clearly specifies 'Creates a Salesforce Product2 record' and explains the record's role in Opportunities and Quotes. This differentiates it from generic record creation tools and the related price book tool.

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?

Explicitly mentions using sf_create_price_book to set pricing, providing a clear companion-tool relationship. However, it does not describe when to avoid this tool or mention alternative creation methods.

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/semwalajay83-sem/salesforce-metadata-mcp'

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