Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PUPPETEER_EXECUTABLE_PATHNoPath to the Chrome/Edge executable, used when automatic detection fails.

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
toutiao_loginA

登录今日头条:打开浏览器获取登录二维码并等待扫码,扫码成功后自动保存 Cookie 到本地 cookies.json。

toutiao_check_statusA

检查今日头条登录状态(无头浏览器验证当前 Cookie 是否有效),已登录时会刷新本地 Cookie。

toutiao_logoutA

退出登录:删除本地保存的 Cookie 文件 cookies.json。

toutiao_publish_articleA

发布今日头条文章:通过浏览器自动化设置封面图、标题与正文并触发发布。需要先登录(cookies.json 存在且有效)。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: login, check status, logout, and publish. The boundaries are clear with no overlapping responsibilities.

Naming Consistency5/5

All tools follow the same verb_noun pattern with a consistent 'toutiao_' prefix (login, check_status, logout, publish_article). Naming is uniform and predictable.

Tool Count5/5

With 4 tools, the set is well-scoped for the authentication and publishing workflow. Each tool fills a clear need without unnecessary bloat.

Completeness5/5

The tool covers the full login lifecycle (login, check, logout) and the core publishing action. No obvious gaps for the stated purpose of publishing to Toutiao.

Maintenance

ActivitySlowing
ResponsivenessNo issues