Skip to main content
Glama

SFCC Development MCP Server

by taurgis

get_best_practice_guide

Access detailed guides for implementing SFCC features, including cartridges, OCAPI/SCAPI hooks, SFRA controllers, and custom endpoints. Follow best practices, security standards, and architecture patterns to ensure efficient development.

Instructions

Get a complete best practice and how-to guide with all sections and content. Use this when implementing specific SFCC features like cartridges, OCAPI/SCAPI hooks, SFRA controllers, or custom endpoints. Always consult the relevant guide before writing code to ensure you follow SFCC best practices, security guidelines, and proper architecture patterns.

Input Schema

NameRequiredDescriptionDefault
guideNameYesThe guide name (e.g., 'cartridge_creation', 'ocapi_hooks', 'scapi_hooks', 'sfra_controllers', 'scapi_custom_endpoint', 'performance', 'security')

Input Schema (JSON Schema)

{ "properties": { "guideName": { "description": "The guide name (e.g., 'cartridge_creation', 'ocapi_hooks', 'scapi_hooks', 'sfra_controllers', 'scapi_custom_endpoint', 'performance', 'security')", "enum": [ "cartridge_creation", "ocapi_hooks", "scapi_hooks", "sfra_controllers", "scapi_custom_endpoint", "performance", "security" ], "type": "string" } }, "required": [ "guideName" ], "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