Skip to main content
Glama
damameet14
by damameet14

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_webA

Search the web using Searxng

visit_pageC

Visit a webpage and extract its content

take_screenshotC

Take a screenshot of the current page

save_screenshot_permanentlyB

Save a screenshot from current session permanently

list_permanent_screenshotsA

List all permanently saved screenshots

read_permanent_screenshotB

Read a specific permanent screenshot

Prompts

Interactive templates invoked by user choice

NameDescription
agentic-researchConduct iterative web research on a topic, exploring it thoroughly through multiple steps while maintaining a dialogue with the user

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a distinct purpose: searching, visiting pages, taking screenshots, saving screenshots, listing saved screenshots, and reading them. There is no overlap or ambiguity between the tools.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern, such as search_web, visit_page, and take_screenshot. The naming is uniform and predictable across the set.

Tool Count5/5

With 6 tools, the server is well-scoped for web research. Each tool serves a clear function without redundancy or excessive bloat, and the count is appropriate for the domain.

Completeness4/5

The tool set covers the core workflow of searching, visiting, capturing, and persisting web content. Minor gaps exist, such as the absence of a delete operation for permanent screenshots or page interaction beyond simple visiting, but these are not critical for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues