Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoThe Node.js environment modeproduction

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_website_nestedC

Fetch website content with nested URL crawling and convert to clean markdown

fetch_website_singleB

Fetch content from a single webpage and convert to clean markdown

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one handles single-page fetching while the other includes nested URL crawling. The descriptions explicitly differentiate between these scopes, leaving no room for confusion or misselection.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern with 'fetch_website' as the base, differentiated by descriptive suffixes ('_single' and '_nested'). This predictable naming makes it easy to understand their relationship and functionality.

Tool Count2/5

With only two tools, the server feels under-scoped for a 'Better Fetch' purpose. While the tools cover basic fetching scenarios, there are likely missing operations like handling authentication, adjusting fetch parameters, or error management that would be expected in a robust fetching toolset.

Completeness2/5

For a fetching domain, the toolset is severely incomplete. It lacks essential operations such as configuring fetch options (e.g., headers, timeouts), handling different content types, managing errors, or providing status information. This will likely cause agent failures when dealing with complex fetching tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues