Skip to main content
Glama
semwalajay83-sem

salesforce-metadata-mcp

Create Outbound Change Set

sf_create_outbound_change_set

Create an outbound change set to package metadata components for deployment from sandbox to production. Optionally add components and receive the change set ID and view link.

Instructions

Creates an Outbound Change Set in the org — a container for metadata components that can be deployed to connected orgs (sandbox → production). Optionally adds specified components immediately. Returns the change set ID and a link to view it in Setup. Use this before deploying to production when using the change set deployment model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
componentsNoMetadata components to add to the change set
descriptionNoDescription of what this change set contains
changeSetNameYesName for the outbound change set
Behavior4/5

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

Annotations already indicate this is a write operation (readOnlyHint false) and not destructive. The description adds useful behavioral context: it optionally adds components immediately, returns the change set ID and a Setup link, and explains the sandbox-to-production deployment purpose. No contradictions with annotations.

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?

Three sentences, front-loaded with the core action, then optional behavior, output, and usage guidance. Every sentence contributes value with no redundancy or filler.

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?

The tool is moderately complex, but the description covers the core action, optional component inclusion, return value, and deployment context. It does not mention error scenarios or prerequisites (e.g., requiring a connected org), but given the schema and annotations, it is sufficiently complete for an agent to invoke it correctly.

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 schema already documents all three parameters. The description adds context by mentioning 'Optionally adds specified components immediately,' which clarifies the components parameter's effect, but it does not elaborate on name/description nuances. Baseline score of 3 is appropriate.

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 clearly states the tool creates an Outbound Change Set, a container for metadata components, and distinguishes it from related tools like adding to an existing change set or deploying metadata. The verb 'creates' plus the resource 'Outbound Change Set' is specific and unambiguous.

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?

The description gives explicit when-to-use context: 'Use this before deploying to production when using the change set deployment model.' It does not explicitly mention alternatives or when-not-to-use, but the context is clear enough to guide the agent, especially with sibling tools like sf_add_to_change_set and sf_deploy_metadata available.

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