Skip to main content
Glama

Agent Knowledge MCP

update_index_metadata

Update metadata details for an Elasticsearch index, including description, purpose, data types, retention policies, and related indices, to maintain accurate and organized documentation.

Instructions

Update existing metadata documentation for an Elasticsearch index

Input Schema

NameRequiredDescriptionDefault
data_typesNoUpdated types of data stored in this index
descriptionNoUpdated description of the index purpose and content
index_nameYesName of the index to update metadata for
purposeNoUpdated primary purpose and use case
related_indicesNoUpdated related or dependent indices
retention_policyNoUpdated data retention policy
tagsNoUpdated tags for categorization
updated_byNoPerson or team making this updateUnknown
usage_patternNoUpdated access pattern

Input Schema (JSON Schema)

{ "properties": { "data_types": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Updated types of data stored in this index", "title": "Data Types" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Updated description of the index purpose and content", "title": "Description" }, "index_name": { "description": "Name of the index to update metadata for", "title": "Index Name", "type": "string" }, "purpose": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Updated primary purpose and use case", "title": "Purpose" }, "related_indices": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Updated related or dependent indices", "title": "Related Indices" }, "retention_policy": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Updated data retention policy", "title": "Retention Policy" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Updated tags for categorization", "title": "Tags" }, "updated_by": { "default": "Unknown", "description": "Person or team making this update", "title": "Updated By", "type": "string" }, "usage_pattern": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Updated access pattern", "title": "Usage Pattern" } }, "required": [ "index_name" ], "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