Skip to main content
Glama

SFCC Development MCP Server

by taurgis

search_sfcc_methods

Find methods across SFCC classes by method name to identify their associated classes or discover similar operations. Ideal for SFCC development when method details are unclear.

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. Only use one word at a time (e.g., "get", "create", "update"). Combining multiple words or looking for multiple methods at the same time is not supported.

Input Schema (JSON Schema)

{ "properties": { "methodName": { "description": "Method name to search for. Only use one word at a time (e.g., \"get\", \"create\", \"update\"). Combining multiple words or looking for multiple methods at the same time is not supported.", "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