Skip to main content
Glama
agentoom

Agentoom Knowledge

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_ENVNoproduction
APP_KEYYes
DB_HOSTNo
DB_PORTNo5432
APP_DEBUGNofalse
REDIS_HOSTNo
REDIS_PORTNo6379
CACHE_STORENoarray
DB_DATABASENo:memory:
DB_PASSWORDNo
DB_USERNAMENo
SCOUT_DRIVERNonull
DB_CONNECTIONNosqlite
TIKA_ENDPOINTNo
RUN_MIGRATIONSNofalse
TYPESENSE_HOSTNo
TYPESENSE_PORTNo8108
QUEUE_CONNECTIONNosync
TYPESENSE_API_KEYNo
TYPESENSE_PROTOCOLNohttp

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search-knowledgeA

Unified search across all knowledge sources. The server determines the best retrieval strategy internally. Use filters for structured filtering and search_type to constrain the retrieval approach.

list-sourcesA

List all available knowledge sources with their capabilities. Optionally filter by namespace.

get-source-schemaA

Get the schema and capabilities for a specific knowledge source identified by its namespace or class name.

Prompts

Interactive templates invoked by user choice

NameDescription
knowledge-search-guideGuidance on how to effectively use the Agentoom Knowledge server for retrieving enterprise knowledge.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: search across sources, list sources, and get a source's schema. No ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent 'verb-noun' pattern with hyphens (search-knowledge, list-sources, get-source-schema), making them predictable.

Tool Count3/5

With only 3 tools, the server feels minimal for a knowledge management system, though it may suffice for read-only queries. Slightly thin.

Completeness2/5

The set lacks essential operations like adding, updating, or deleting knowledge sources or items, leaving significant gaps for standard CRUD workflows.

Maintenance

ActivitySlowing
ResponsivenessNo issues