Skip to main content
Glama

SFCC Development MCP Server

by taurgis

get_sfcc_class_properties

Retrieve properties, types, and descriptions for a specified SFCC class to access data, understand object attributes, or work with templates and scripts effectively.

Instructions

Get all properties for a specific SFCC class with their types and descriptions. Use this when you need to access or read data from SFCC objects, understand what data is available on an object, or when working with object attributes in templates or scripts.

Input Schema

NameRequiredDescriptionDefault
classNameYesThe SFCC class name

Input Schema (JSON Schema)

{ "properties": { "className": { "description": "The SFCC class name", "type": "string" } }, "required": [ "className" ], "type": "object" }

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/taurgis/sfcc-dev-mcp'

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