Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UMA_CROSS_ENCODER_MODELNoOptional. The cross-encoder model to use for relevance scoring. Default is cross-encoder/ms-marco-MiniLM-L-6-v2.cross-encoder/ms-marco-MiniLM-L-6-v2

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
uma_filterA

Filter retrieved context down to sentences relevant to a query.

Runs sentence segmentation, then a local cross-encoder (cross-encoder/ms-marco-MiniLM-L-6-v2 by default) to score every sentence's relevance to the query, keeps sentences scoring at or above threshold (0-1, default 0.5), optionally trims to max_tokens, and returns the filtered context along with real measured metrics.

uma_scoreA

Return per-sentence cross-encoder relevance scores for a context.

Segments context into sentences and scores each one's relevance to query with the local cross-encoder, without applying any threshold. Useful for inspecting why Uma would keep or drop a given sentence.

uma_statsB

Return cumulative Uma filtering statistics for this server process.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sainellutla/uma'

If you have feedback or need assistance with the MCP directory API, please join our Discord server