Skip to main content
Glama

Agent Knowledge MCP

create_index_metadata

Generate metadata for Elasticsearch indices to ensure proper governance, including purpose, data types, usage patterns, and retention policies.

Instructions

Create metadata documentation for an Elasticsearch index to ensure proper governance and documentation

Input Schema

NameRequiredDescriptionDefault
created_byNoTeam or person responsible for this indexUnknown
data_typesNoTypes of data stored in this index (e.g., 'documents', 'logs', 'metrics')
descriptionYesDetailed description of the index purpose and content
index_nameYesName of the index to document
purposeYesPrimary purpose and use case for this index
related_indicesNoNames of related or dependent indices
retention_policyNoData retention policy and lifecycle managementNo specific policy
tagsNoTags for categorizing and organizing indices
usage_patternNoHow the index is accessed (e.g., 'read-heavy', 'write-heavy', 'mixed')mixed

Input Schema (JSON Schema)

{ "properties": { "created_by": { "default": "Unknown", "description": "Team or person responsible for this index", "title": "Created By", "type": "string" }, "data_types": { "default": [], "description": "Types of data stored in this index (e.g., 'documents', 'logs', 'metrics')", "items": { "type": "string" }, "title": "Data Types", "type": "array" }, "description": { "description": "Detailed description of the index purpose and content", "title": "Description", "type": "string" }, "index_name": { "description": "Name of the index to document", "title": "Index Name", "type": "string" }, "purpose": { "description": "Primary purpose and use case for this index", "title": "Purpose", "type": "string" }, "related_indices": { "default": [], "description": "Names of related or dependent indices", "items": { "type": "string" }, "title": "Related Indices", "type": "array" }, "retention_policy": { "default": "No specific policy", "description": "Data retention policy and lifecycle management", "title": "Retention Policy", "type": "string" }, "tags": { "default": [], "description": "Tags for categorizing and organizing indices", "items": { "type": "string" }, "title": "Tags", "type": "array" }, "usage_pattern": { "default": "mixed", "description": "How the index is accessed (e.g., 'read-heavy', 'write-heavy', 'mixed')", "title": "Usage Pattern", "type": "string" } }, "required": [ "index_name", "description", "purpose" ], "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