Skip to main content
Glama
ranapratapmajee

Omega Tools MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OMEGA_ENVNoEnvironment mode: 'dev' or 'production'. Defaults to 'dev'.dev
OMEGA_SEARCH_MAX_RESULTSNoMaximum number of search results to return. Defaults to 5.5

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
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
omega_web_searchA
Performs a live web search to retrieve highly accurate, up-to-date information 
on current events, news, documentation, or generic public data.

Use this tool whenever the user asks questions that require real-time knowledge 
or details outside your static training data parameters.

Args:
    query: The optimized search query keywords or question string to submit to the search engine.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap. The tool's purpose is clearly defined as a web search utility.

Naming Consistency5/5

The single tool name 'omega_web_search' follows a consistent verb_noun pattern, using snake_case and a clear prefix, establishing a consistent naming style.

Tool Count2/5

Having only one tool for a server named 'Omega Tools MCP' seems very thin. While the tool itself is functional, the server's scope appears artificially narrowed, and a single tool does not justify the 'tools' plural in the name.

Completeness3/5

For the narrow domain of web search, the tool is complete. However, the server name suggests a broader suite of utilities, and the lack of any other tools (e.g., web scraping, data parsing) leaves significant gaps relative to that implied scope.

Maintenance

ActivityStale
ResponsivenessNo issues