Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SAU_CMDNosau可执行文件路径(已在PATH时可省略)
SAU_CWDNosocial-auto-upload仓库根目录
SAU_TIMEOUTNo子进程超时秒数(默认600)600

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sau_healthA

Check MCP wrapper config and whether sau --help runs.

douyin_checkA

Check whether a Douyin account cookie is valid (stdout: valid/invalid).

douyin_upload_videoC

Upload and publish a Douyin video via sau CLI.

douyin_upload_noteC

Upload and publish a Douyin image note via sau CLI.

kuaishou_checkB

Check whether a Kuaishou account cookie is valid.

kuaishou_upload_videoC

Upload and publish a Kuaishou video via sau CLI.

xiaohongshu_checkB

Check whether a Xiaohongshu account cookie is valid.

xiaohongshu_upload_videoC

Upload and publish a Xiaohongshu video via sau CLI.

bilibili_checkB

Check whether a Bilibili account cookie is valid.

bilibili_upload_videoC

Upload and publish a Bilibili video via sau CLI.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 10 tools

Disambiguation5/5

Each tool is uniquely identified by platform (douyin, kuaishou, xiaohongshu, bilibili) and action (check, upload_video, upload_note). No two tools overlap in purpose; check tools validate cookies while upload tools publish content.

Naming Consistency5/5

All tools follow a consistent pattern of platform_action (e.g., kuaishou_upload_video, bilibili_check), with douyin_upload_note as a logical variant. The utility sau_health also uses snake_case and fits the naming scheme.

Tool Count5/5

10 tools serve four platforms, each with a check and upload video action, plus an extra Douyin note upload and a health check. This is well-scoped and not excessive for the apparent purpose.

Completeness4/5

Core functionality (cookie validation and video upload) is covered for all platforms, and Douyin additionally supports image notes. Minor gaps exist, such as no note upload for other platforms and no management operations (list/delete), but these are not critical for the upload-focused domain.

Maintenance

ActivityStale
ResponsivenessNo issues