BigGo MCP Server
Official
by Funmula-Corp
spec_search
Product Specification Search.
Copy
Input Schema
Name | Required | Description | Default |
---|---|---|---|
elasticsearch_query | Yes | Elasticsearch query ( Elasticsearch version: 8 ) Bellow are rules that MUST be followed when using this tool. All rules must be followed strictly. 1. The 'spec_mapping' tool must be used to get the mapping of the index, before using this tool 2. Size must be less than or equal to 10 3. Result must be sorted when needed 4. Must not contain documents with 'status' field as 'deleted' When to sort: - The user wants the most efficient refrigerator: sort by power consumption - The user wants the smallest referegirator: sort by height When not to sort: - The user wants phones with 16GB of ram: no need to sort, just find the exact number Spec fields are all located under the 'spec' key, remaber to add 'spec' when querying. Example fields paths: - specs.physical_specs.weight - specs.technical_specs.water_resistance.depth - specs.sensors.gyroscope | |
index | Yes | Elasticsearch index Steps to obtain this argument. 1. Use 'spec_indexes' tool to get the list of indexes 2. Choose the most relevant index |