Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZENTAO_TOKENNo可选,已有 token;如果未提供会自动通过 /tokens 获取
ZENTAO_ACCOUNTNo登录账号
ZENTAO_BASE_URLNo禅道服务地址,形如 https://xxx.com
ZENTAO_PASSWORDNo登录密码

Tools

Functions exposed to the LLM to take actions

NameDescription
get_token

Fetch a token via POST /tokens using env ZENTAO_ACCOUNT/PASSWORD. Caches in-memory.

call

Call any ZenTao RESTful API endpoint (api.php/v1). Automatically injects Token header. Paths accept leading slash or relative.

listMyProjects

List projects related to the current account (PM/PO/QD/RD/assigned/team).

searchProducts

Search products by keyword; returns a short list of products.

getMyBug

Get the first active bug assigned to me in a product (by productName). Returns full bug detail.

getMyBugs

List bugs assigned to me under a product. Defaults to active bugs only.

getNextBug

Get the next active bug assigned to me under a product (first match).

getBugStats

Get counts of bugs assigned to me under a product (total and active).

getBugDetail

Get bug detail by ID; also extracts image URLs from steps HTML into stepsImages.

markBugResolved

Mark a bug as resolved (resolution=fixed).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
ZenTao RESTful v1 endpoints summary
Current ZenTao config state (env names only)
Projects related to current account

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Valiant-Cat/zentao-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server