Skip to main content
Glama
ashishsantikari

Enterprise Knowledge Mesh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_knowledge_servicesA

List all available knowledge base services

query_legalB

Search the Legal Knowledge Base for relevant information. Use optional filters for more targeted results.

query_hrB

Search the HR Knowledge Base for relevant information. Use optional filters for more targeted results.

query_complianceB

Search the Compliance Knowledge Base for relevant information. Use optional filters for more targeted results.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each query tool targets a distinct knowledge base (compliance, HR, legal), and list_knowledge_services is clearly separate. No overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case: list_knowledge_services, query_compliance, query_hr, query_legal.

Tool Count5/5

4 tools is well-scoped for a server focused on listing and querying knowledge bases. Not too many or too few.

Completeness3/5

The set covers listing and querying specific knowledge bases but lacks tools for adding, updating, or deleting content, and no cross-domain search.

Maintenance

ActivityInactive
ResponsivenessNo issues