Enterprise Knowledge Mesh
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each query tool targets a distinct knowledge base (compliance, HR, legal), and list_knowledge_services is clearly separate. No overlap in purpose.
All tools follow a consistent verb_noun pattern with snake_case: list_knowledge_services, query_compliance, query_hr, query_legal.
4 tools is well-scoped for a server focused on listing and querying knowledge bases. Not too many or too few.
The set covers listing and querying specific knowledge bases but lacks tools for adding, updating, or deleting content, and no cross-domain search.