Skip to main content
Glama

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scrape_webpageB

Scrape any webpage and return content as markdown, html, text, or json. Pay-per-call web scraping for AI agents.

extract_structured_dataB

AI-powered structured data extraction from any webpage using natural language. Returns JSON matching your prompt or schema.

screenshot_webpageA

Capture a PNG screenshot of any webpage. Supports desktop, mobile, and tablet viewports, plus full-page mode.

extract_metadataA

Extract page metadata: title, description, Open Graph, Twitter cards, JSON-LD, canonical URL, and all meta tags.

create_browser_sessionA

Create a stateful browser session that persists cookies and localStorage across multiple scrape/workflow calls.

run_workflowB

Execute a multi-step browser workflow atomically: navigate, click, type, wait, scroll, screenshot, extract, evaluate. Up to 20 steps.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool serves a distinct purpose: session management, metadata extraction, AI-powered extraction, workflow execution, general scraping, and screenshots. No functional overlap exists.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (e.g., create_browser_session, scrape_webpage), making it easy to predict tool behavior from names.

Tool Count5/5

With 6 tools covering core scraping, extraction, workflow, and screenshot capabilities, the count is well-scoped and avoids unnecessary complexity.

Completeness4/5

The set covers essential scraping tasks, but could benefit from tools for advanced session controls (e.g., cookie management) or configuration (e.g., custom headers). Minor gap.

Maintenance

ActivityInactive
ResponsivenessWithin a week