Skip to main content
Glama
innovaassolutions

Innovaas KMS MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_API_KEYNoMCP-specific authentication key (alternative to BACKGROUND_PROCESS_API_KEY)
KMS_BASE_URLYesKMS API endpoint (required)
BACKGROUND_PROCESS_API_KEYNoAuthentication key (alternative to MCP_API_KEY)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
kms_searchC

Semantic search across documents using vector similarity. Searches through text documents, audio transcriptions, and video content with full document content retrieval.

kms_intelligent_searchC

Advanced RAG search with intelligent query analysis, routing, and full content access. Uses enhanced middleware for optimal search strategy selection.

kms_chatC

🚀 Primary tool for comprehensive knowledge queries. RAG-powered conversational queries with multi-modal context, intelligent token management, and full document content access. Automatically optimizes for token limits while providing comprehensive responses.

kms_multimodal_searchB

Enhanced multi-modal search with full content retrieval. Search across text, audio, video content and video frames with technical content detection (code, diagrams, UI elements).

kms_get_documentA

Retrieve detailed information about a specific document by ID, including full content, transcriptions, and metadata.

kms_get_statsB

Get comprehensive analytics and statistics about the KMS system including document counts, processing status, and performance metrics.

kms_list_documentsB

List recent documents with filtering options. Useful for browsing and discovering content in the knowledge base.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 7 tools

Disambiguation2/5

Four search tools (kms_search, kms_intelligent_search, kms_multimodal_search, kms_chat) have overlapping purposes and unclear boundaries. An agent cannot reliably choose among them without deep understanding of the server's internals.

Naming Consistency5/5

All tool names follow a consistent kms_verb_noun pattern (kms_search, kms_get_document, kms_list_documents). This is predictable and easy to parse.

Tool Count4/5

Seven tools is a reasonable count for a knowledge management server. However, the redundancy among search tools suggests some could be merged or better differentiated.

Completeness3/5

The server covers search, retrieval, chat, and stats, but lacks any write operations (create, update, delete documents). This is a notable gap for a KMS, though read-only functionality might be intentional.

Maintenance

ActivityInactive
ResponsivenessNo issues