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
Name | Required | Description | Default |
---|---|---|---|
methodName | Yes | 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. |