Skip to main content
Glama

SFCC Development MCP Server

by taurgis

get_sfcc_class_methods

Retrieve all methods for a specified SFCC class, including their signatures and descriptions. Use to understand method parameters, identify available methods, and implement business logic using SFCC APIs effectively.

Instructions

Get all methods for a specific SFCC class with their signatures and descriptions. Use this when you know the class but need to see all available methods, understand method parameters, or find the right method for your use case. Essential when implementing business logic that calls SFCC APIs.

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