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
navigateC

访问指定的URL网页

get_page_sourceA

获取当前页面的完整HTML源码

get_element_stylesA

获取指定元素的所有CSS样式(包括计算后的样式)

get_all_stylesheetsB

获取页面所有CSS样式表的内容

extract_css_classesA

提取页面中所有CSS类的定义和使用情况

get_element_by_selectorC

通过CSS选择器获取元素的HTML和样式信息

download_assetsA

获取页面所有静态资源的URL列表(CSS、字体、图片等)

analyze_layoutB

分析页面布局结构(Flexbox、Grid等)

get_fontsA

获取页面使用的所有字体信息

screenshotC

对当前页面或指定元素截图

execute_scriptB

在页面中执行自定义JavaScript代码

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 11 tools

Disambiguation4/5

Most tools have distinct purposes, but there is minor overlap between get_element_by_selector and get_element_styles (both return style info) and between download_assets and get_fonts (both list fonts). Overall, the boundaries are clear enough for an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., analyze_layout, download_assets, get_element_styles). Even single-word tools like 'navigate' and 'screenshot' fit the imperative style. No mixing of conventions.

Tool Count5/5

With 11 tools, the server is well-scoped for browser inspection and debugging tasks. Each tool covers a clear aspect (navigation, HTML, CSS, layout, assets, scripts, screenshots) without redundancy or bloat.

Completeness3/5

The tools cover static analysis well but lack interactive capabilities such as clicking, form filling, cookie management, or network request interception. This may leave agents unable to perform dynamic browser automation tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues