Skip to main content
Glama
belzorash
by belzorash

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLEANFETCH_UANoOverride the User-Agent header.
CLEANFETCH_TIMEOUT_MSNoRequest timeout in milliseconds (default 15000).15000

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
fetch_cleanA

Fetch a web page and return its main article content as clean Markdown plus core metadata (title, byline). Strips navigation, ads, and scripts so an agent can read the page reliably.

extract_linksA

Fetch a page and return all hyperlinks with their anchor text, each classified as internal or external. Useful for crawling and agent navigation.

extract_metadataA

Fetch a page and return structured metadata: title, description, canonical URL, robots, Open Graph tags, JSON-LD blocks, and a headings outline. Lets an agent analyze a page's structure without reading the whole body.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct aspect of web page analysis: links, metadata, and clean content. There is no functional overlap between extract_links, extract_metadata, and fetch_clean.

Naming Consistency4/5

Tools follow a verb_noun pattern, but fetch_clean uses 'fetch' while the other two use 'extract'. This is a minor inconsistency but still clear and predictable.

Tool Count5/5

Three tools is a well-scoped set for a clean fetching utility, covering the essential operations without unnecessary complexity.

Completeness5/5

The tools cover all key aspects of web page extraction: links, metadata, and clean content. No obvious gaps for the stated purpose of agent navigation and analysis.

Maintenance

ActivityStale
ResponsivenessNo issues