Skip to main content
Glama

Agent Knowledge MCP

create_index

Set up a new Elasticsearch index with custom mapping and optional settings to define field types, shards, replicas, and analysis for structured data management.

Instructions

Create a new Elasticsearch index with optional mapping and settings configuration

Input Schema

NameRequiredDescriptionDefault
indexYesName of the new Elasticsearch index to create
mappingYesIndex mapping configuration defining field types and properties
settingsNoOptional index settings for shards, replicas, analysis, etc.

Input Schema (JSON Schema)

{ "properties": { "index": { "description": "Name of the new Elasticsearch index to create", "title": "Index", "type": "string" }, "mapping": { "additionalProperties": true, "description": "Index mapping configuration defining field types and properties", "title": "Mapping", "type": "object" }, "settings": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "description": "Optional index settings for shards, replicas, analysis, etc.", "title": "Settings" } }, "required": [ "index", "mapping" ], "type": "object" }

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/itshare4u/AgentKnowledgeMCP'

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