Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTSET_API_KEYYesYour Agentset API key
AGENTSET_TENANT_IDNoOptional tenant ID for the Agentset instance
AGENTSET_NAMESPACE_IDYesYour Agentset namespace ID

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
knowledge-base-retrieveA

Look up information in the Knowledge Base. Use this tool when you need to:

  • Find relevant documents or information on specific topics

  • Retrieve company policies, procedures, or guidelines

  • Access product specifications or technical documentation

  • Get contextual information to answer company-specific questions

  • Find historical data or information about projects

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 1 tool

Disambiguation5/5

There is only one tool, so there is no possibility of confusion or overlap. The tool's purpose is clearly defined as knowledge base retrieval, making selection unambiguous.

Naming Consistency5/5

With a single tool named knowledge-base-retrieve, there is no inconsistent naming pattern. The name is descriptive and predictable, though hyphenated rather than snake_case or camelCase.

Tool Count3/5

One tool is borderline: it is sufficient for a simple read-only knowledge base retrieval service, but the 'Agentset' server name suggests a broader scope that is not reflected by a single tool.

Completeness3/5

The tool covers retrieval well, but there are no create, update, delete, or list operations. For a purely read-only knowledge base this may be sufficient, but for a general knowledge base or an agent set, the surface is incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues