Skip to main content
Glama

SFCC Development MCP Server

by taurgis

get_sfcc_class_info

Retrieve detailed properties, methods, and descriptions for any SFCC class to streamline cartridge development in the dw.* namespace. Essential for understanding and implementing features with SFCC APIs.

Instructions

Get detailed information about an SFCC class including properties, methods, and description. Use this when you need to understand what a specific SFCC class does, what methods/properties are available, or when implementing features that use SFCC APIs. Essential for cartridge development (controllers, scripts, templates, rest-apis) using the dw.* namespace in the SFCC Rhino environment.

Input Schema

NameRequiredDescriptionDefault
classNameYesThe SFCC class name (e.g., 'Catalog', 'dw.catalog.Catalog')
expandNoWhether to include detailed information about referenced types used by this class (default: false)

Input Schema (JSON Schema)

{ "properties": { "className": { "description": "The SFCC class name (e.g., 'Catalog', 'dw.catalog.Catalog')", "type": "string" }, "expand": { "default": false, "description": "Whether to include detailed information about referenced types used by this class (default: false)", "type": "boolean" } }, "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