iiRecord
Agentic AI Atlas · Elasticsearch: Get Index Mappings
tool-descriptor:elasticsearch.get-mappingsa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:elasticsearch.get-mappings

Structured · live

Elasticsearch: Get Index Mappings json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/elasticsearch-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:elasticsearch.get-mappings",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/elasticsearch-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Elasticsearch: Get Index Mappings",
    "description": "Retrieve field mappings for an index.",
    "inputSchema": {
      "type": "object",
      "required": [
        "index"
      ],
      "properties": {
        "index": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "mappings": {
          "type": "object"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:elasticsearch.get-mappings",
      "to": "tool-server:mcp-elasticsearch",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-elasticsearch",
      "to": "tool-descriptor:elasticsearch.get-mappings",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}