Skip to main content
Glama
semwalajay83-sem

salesforce-metadata-mcp

Create Lightning Application

sf_create_custom_application
Idempotent

Create a custom Lightning app in Salesforce by specifying tabs, navigation type, form factor, and utility bar items for the App Launcher via Metadata API.

Instructions

Creates a Lightning Application (App) in the Salesforce org via the Metadata API. Supports Standard and Console navigation types. Specify tabs to include, form factor (desktop or mobile), and optional utility bar components. The app appears in the App Launcher after creation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabsNoTab API names to include
labelYesDisplay label
appNameYesApplication API name
navTypeNoNavigation typeStandard
formFactorNoForm factor: Large (desktop) or Small (mobile)Large
utilityBarNoUtility bar items
descriptionNoDescription
isNavAutoTempTabsDisabledNoDisable auto-temporary tabs in nav
Behavior3/5

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

Annotations already convey that this is a write operation (readOnlyHint=false), non-destructive, and idempotent. The description adds the outcome that the app appears in the App Launcher and notes the use of the Metadata API. This adds some context but does not disclose deeper behaviors like what happens if an app with the same name already exists, which is relevant given the idempotent hint.

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?

The description is concise and well-structured: first sentence states purpose, second lists supported types, third summarizes key parameters and outcome. Every sentence earns its place 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?

Given the tool's complexity (8 parameters, no output schema), the description provides sufficient context for most use cases, covering purpose, key options, and post-creation outcome. It does not mention return values or behavior on conflicts, but the rich schema and annotations offset some of that need. A small gap exists in not clarifying the distinction from the sibling sf_create_lightning_app.

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 input schema has 100% description coverage, so the baseline is 3. The description repeats some parameter concepts (tabs, form factor, utility bar) but does not add new meaning beyond what the schema already specifies. It adds minimal extra value here.

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 'Creates a Lightning Application (App) in the Salesforce org via the Metadata API,' using a specific verb and resource. It distinguishes itself from sibling tools by mentioning the Metadata API and the specific configuration options (tabs, form factor, utility bar), which clearly differentiates it from other create tools.

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

Usage Guidelines3/5

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

The description gives clear context by listing supported navigation types and configurable components, implying when to use it. However, it does not explicitly state when not to use it or mention alternatives (e.g., sf_create_lightning_app), so it falls short of providing explicit usage guidance.

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