Skip to main content
Glama
semwalajay83-sem

salesforce-metadata-mcp

Install Package

sf_install_package

Install managed and unlocked Salesforce package versions into target orgs via SF CLI. Accepts package version ID or alias, optional installation key and wait time.

Instructions

Installs a package version into a target org using the SF CLI. Supports both managed and unlocked packages. Requires the package version ID (04t...) or an alias.

packageId: package version ID (04t...) or alias targetOrg: target org alias (defaults to SF_ALIAS env var) installationKey: installation key if the package version is protected wait: minutes to wait for installation to complete

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNoMinutes to wait for installation
packageIdYesPackage version ID (04t...) or alias to install
targetOrgNoTarget org alias (defaults to SF_ALIAS env var)
installationKeyNoInstallation key if package is protected
Behavior3/5

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

Annotations indicate the operation is not read-only (readOnlyHint=false) and not idempotent, but the description adds some value by specifying 'using the SF CLI' and noting the wait parameter for installation duration. It does not disclose potential side effects, required authentication scope, or what happens on failure, but the annotations already flag the write nature, so a moderate score is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description opens with a clear, concise summary, but then redundantly restates all four parameters that are already present in the schema with identical descriptions. This duplication wastes space and reduces the efficiency of the text, though it remains short overall.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core operation, parameter purposes, and default behavior (targetOrg defaults to SF_ALIAS env var). Since there is no output schema, it does not mention return values or output format, which is a gap, but the tool's operation is straightforward and the description is generally sufficient.

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 description repeats the parameter list that is already fully documented in the input schema (100% coverage). It adds no new semantic meaning beyond what the schema provides, so basing on the schema coverage gives a 3, which is the neutral baseline.

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 states a specific verb ('installs'), a resource ('a package version'), and a target ('into a target org'), making the tool's purpose unmistakable. It also clearly differentiates from siblings like sf_uninstall_package and sf_create_package_version by focusing on the install action.

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 provides clear context for when to use the tool: installing package versions into target orgs, and notes it supports both managed and unlocked packages. However, it does not explicitly mention alternatives or when not to use this tool (e.g., for uninstalling), though the sibling list makes that inferable.

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