Skip to main content
Glama

SFCC Development MCP Server

by taurgis

search_sfcc_classes

Search for Salesforce B2C Commerce Cloud classes by name or functionality to quickly locate relevant APIs or explore feature-related classes. Ideal for finding classes when the exact name is unknown.

Instructions

Search for SFCC classes by name or functionality. Use this when you know part of a class name or need to find classes related to specific functionality (e.g., search 'catalog' to find catalog-related classes). Perfect starting point when you're unsure of the exact class name or exploring available APIs for a feature area.

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query for class names. Only use one word at a time (e.g., "catalog", "order", "customer"). Combining multiple words or attempting to look for multiple classes at the same time is not supported.

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Search query for class names. Only use one word at a time (e.g., \"catalog\", \"order\", \"customer\"). Combining multiple words or attempting to look for multiple classes at the same time is not supported.", "type": "string" } }, "required": [ "query" ], "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