Spryker Package Search Tool

search_spryker_package_code

Search Spryker GitHub repositories for specific code using natural language queries. Filter results by organisations like spryker, spryker-eco, spryker-sdk, or spryker-shop to 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" }

You must be authenticated.

Other Tools from Spryker Package Search Tool

Related Tools

ID: 5o0vbtha5x