BigGo MCP Server

Official

spec_mapping

Elasticsearch Mapping For Product Specification.

Use this tool after you have the index, and need to know the mapping in order to query the index. Available indexes can be obtained by using the 'spec_indexes' tool.

Input Schema

NameRequiredDescriptionDefault
indexYes Elasticsearch index Steps to obtain this argument. 1. Use 'spec_indexes' tool to get the list of indexes 2. Choose the most relevant index

Input Schema (JSON Schema)

{ "properties": { "index": { "description": "\n Elasticsearch index\n\n Steps to obtain this argument.\n 1. Use 'spec_indexes' tool to get the list of indexes\n 2. Choose the most relevant index\n ", "title": "Index", "type": "string" } }, "required": [ "index" ], "title": "spec_mappingArguments", "type": "object" }