Skip to main content
Glama
jdh1229
by jdh1229

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
tmall_loginA

登录天猫/淘宝商家后台。首次使用需要提供账号密码,之后会自动保存并复用。

tmall_check_loginC

检查当前登录状态

tmall_navigateA

导航到指定页面(需要先登录)

tmall_get_contentA

获取页面内容(需要先登录)

tmall_clickB

点击页面元素(需要先登录)

tmall_typeB

在输入框中填写文本(需要先登录)

tmall_screenshotA

截取当前页面截图(需要先登录)

tmall_get_accountsB

获取已保存的所有店铺账号

tmall_save_accountA

保存店铺账号(不登录,仅保存)

tmall_closeD

关闭浏览器

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct action: login, login-status check, navigation, content retrieval, click, typing, screenshot, account management, and browser close. There is no meaningful overlap between tools.

Naming Consistency5/5

All tools share the tmall_ prefix and use consistent verb-based naming, with verb_noun forms for operations like get_content, get_accounts, and save_account. The naming pattern is uniform and predictable.

Tool Count5/5

With 10 tools, the set is well-scoped for browser automation of a seller backend. Each tool represents a necessary core capability without redundancy or bloat.

Completeness4/5

The tool surface covers the main browser automation lifecycle: login, navigation, interaction, content extraction, screenshots, and account management. Minor omissions like logout or explicit waiting are present, but agents can work around them.

Maintenance

ActivityMaintained
ResponsivenessNo issues