Skip to main content
Glama

SFCC Development MCP Server

by taurgis

get_hook_reference

Access detailed hook reference tables for OCAPI and SCAPI endpoints to identify extension points, analyze hook signatures, and select correct hooks for SFCC API customization.

Instructions

Get comprehensive hook reference tables showing all available OCAPI or SCAPI hook endpoints and extension points. Use this when implementing hooks to see all available extension points, understand hook signatures, and ensure you're using the correct hook for your use case. Essential reference when extending SFCC APIs.

Input Schema

NameRequiredDescriptionDefault
guideNameYesThe hook guide name

Input Schema (JSON Schema)

{ "properties": { "guideName": { "description": "The hook guide name", "enum": [ "ocapi_hooks", "scapi_hooks" ], "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