Skip to main content
Glama

Agent Knowledge MCP

get_document

Retrieve a specific document from an Elasticsearch index using a document ID and index name, enabling precise access to stored data for knowledge management.

Instructions

Retrieve a specific document from Elasticsearch index by document ID

Input Schema

NameRequiredDescriptionDefault
doc_idYesDocument ID to retrieve from the index
indexYesName of the Elasticsearch index containing the document

Input Schema (JSON Schema)

{ "properties": { "doc_id": { "description": "Document ID to retrieve from the index", "title": "Doc Id", "type": "string" }, "index": { "description": "Name of the Elasticsearch index containing the document", "title": "Index", "type": "string" } }, "required": [ "index", "doc_id" ], "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