Skip to main content
Glama

Spryker Package Search Tool

search_spryker_package_code

Search code in Spryker GitHub repositories using natural language queries. Filter results by specific organisations to quickly locate modules and documentation.

Instructions

To search code in Spryker GitHub repositories

Input Schema

NameRequiredDescriptionDefault
organisationsNoOptional array of organisations to filter by [`spryker`, `spryker-eco`, `spryker-sdk`, `spryker-shop`
queryYesThe natural language query to search in code of Spryker packages

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "organisations": { "description": "Optional array of organisations to filter by [`spryker`, `spryker-eco`, `spryker-sdk`, `spryker-shop`", "items": { "type": "string" }, "type": "array" }, "query": { "description": "The natural language query to search in code of Spryker packages", "maxLength": 120, "minLength": 5, "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Spryker Package Search Tool

Related Tools

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/vitaliiivanovspryker/spryker-package-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server