Skip to main content
Glama

Agent Knowledge MCP

create_document_template

Generate structured document templates for knowledge bases with AI-driven metadata, formatting, and tagging. Ideal for creating organized entries with customizable content, priority, source type, and related references.

Instructions

Create a properly structured document template for knowledge base with AI-generated metadata and formatting

Input Schema

NameRequiredDescriptionDefault
contentNoDocument content for AI analysis and metadata generation
key_pointsNoAdditional manual key points (will be merged with AI-generated points)
priorityNoPriority level for the documentmedium
relatedNoList of related document IDs or references
source_typeNoType of source contentmarkdown
summaryNoBrief summary description of the document content
tagsNoAdditional manual tags (will be merged with AI-generated tags)
titleYesDocument title for the knowledge base entry
use_ai_enhancementNoUse AI to generate intelligent tags and key points

Input Schema (JSON Schema)

{ "properties": { "content": { "default": "", "description": "Document content for AI analysis and metadata generation", "title": "Content", "type": "string" }, "key_points": { "default": [], "description": "Additional manual key points (will be merged with AI-generated points)", "items": { "type": "string" }, "title": "Key Points", "type": "array" }, "priority": { "default": "medium", "description": "Priority level for the document", "pattern": "^(high|medium|low)$", "title": "Priority", "type": "string" }, "related": { "default": [], "description": "List of related document IDs or references", "items": { "type": "string" }, "title": "Related", "type": "array" }, "source_type": { "default": "markdown", "description": "Type of source content", "pattern": "^(markdown|code|config|documentation|tutorial)$", "title": "Source Type", "type": "string" }, "summary": { "default": "", "description": "Brief summary description of the document content", "title": "Summary", "type": "string" }, "tags": { "default": [], "description": "Additional manual tags (will be merged with AI-generated tags)", "items": { "type": "string" }, "title": "Tags", "type": "array" }, "title": { "description": "Document title for the knowledge base entry", "title": "Title", "type": "string" }, "use_ai_enhancement": { "default": true, "description": "Use AI to generate intelligent tags and key points", "title": "Use Ai Enhancement", "type": "boolean" } }, "required": [ "title" ], "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