Skip to main content
Glama
semwalajay83-sem

salesforce-metadata-mcp

Create Experience Cloud Page

sf_create_experience_page

Add pages to an existing Experience Cloud site by specifying site, page name, label, and page type. Supports standard and custom pages for different content sections.

Instructions

Creates a page within an existing Experience Cloud site. Pages can be standard (home, login, profile, object detail, object list) or custom. The page URL path is relative to the site's URL prefix. Use after creating the site to add additional pages for different content sections.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoPage URL path, e.g. '/my-page'
typeNoPage typecustom
labelYesPage display label
pageNameYesPage developer name
siteNameYesExperience site API name
Behavior3/5

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

Annotations already mark this as a mutating, non-idempotent operation. The description adds useful behavioral context—URL paths are relative to the site prefix and pages can be standard or custom—but does not disclose potential conflicts, error behavior, or prerequisites beyond needing an existing site.

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?

Two sentences, front-loaded with the primary action, then the key distinctions and usage timeline. No redundant restatement of the schema.

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?

For a 5-parameter create tool with no output schema, the description supplies enough to select and invoke: what it creates, the supported types, URL semantics, and correct usage ordering. It doesn't explain return values or duplicate handling, but those are not critical for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters with basic descriptions, so baseline is 3. Description adds meaningful semantics by explaining that 'standard' page types include home, login, profile, object detail, and object list, and by clarifying that url is relative to the site's URL prefix.

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?

Description opens with specific action verb 'Creates a page within an existing Experience Cloud site,' identifying both resource (page) and scope (existing site). It further differentiates from sibling tools by listing page types (standard vs custom), clarifying it is not for site creation.

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?

Provides explicit sequencing: 'Use after creating the site to add additional pages for different content sections,' which tells the agent when to invoke relative to site creation. It does not name an alternative tool or specify when not to use it, so it falls short of a 5.

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