Skip to main content
Glama

SFCC Development MCP Server

by taurgis

get_best_practice_guide

Access best practice guides for SFCC development tasks like cartridge creation, ISML templates, OCAPI hooks, and more. Follow secure coding standards, architecture patterns, and SFCC guidelines to write efficient, compliant code.

Instructions

Get a complete best practice and how-to guide with all sections and content. Use this when implementing specific SFCC features like cartridges, ISML templates, 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', 'isml_templates', 'job_framework', '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', 'isml_templates', 'job_framework', 'ocapi_hooks', 'scapi_hooks', 'sfra_controllers', 'scapi_custom_endpoint', 'performance', 'security')", "enum": [ "cartridge_creation", "isml_templates", "job_framework", "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