Skip to main content
Glama

SFCC Development MCP Server

by taurgis

search_sfcc_methods

Find SFCC methods by name across all classes to identify or locate methods performing specific operations. Use when the class is unknown or to discover similar methods.

Instructions

Search for methods across all SFCC classes by method name. Use this when you know the method name but not which class it belongs to, or when looking for similar methods across different classes. Helpful for discovering all available methods that perform similar operations.

Input Schema

NameRequiredDescriptionDefault
methodNameYesMethod name to search for

Input Schema (JSON Schema)

{ "properties": { "methodName": { "description": "Method name to search for", "type": "string" } }, "required": [ "methodName" ], "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