Skip to main content
Glama
CGBZNB

@maxenlin/mcp-zentao-11-3

by CGBZNB

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZENTAO_URLYes禅道服务器地址,必须包含 /zentao 路径
ZENTAO_PASSWORDYes禅道密码
ZENTAO_USERNAMEYes禅道用户名

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
initZentaoD
getConfigD
getMyTasksD
getTaskDetailD
getTaskCommentsA

获取指定任务的备注与操作历史记录(谁在什么时候说了什么)。数据来自禅道 task-view 接口的 actions 字段,包含所有评论/备注,并自动将用户名映射为中文真实姓名。

getBugCommentsA

获取指定Bug的备注与操作历史记录(谁在什么时候说了什么)。数据来自禅道 bug-view 接口的 actions 字段,包含所有评论/备注,并自动将用户名映射为中文真实姓名。

getProductsD
getMyBugsD
getBugDetailD
updateTaskD
finishTaskD
resolveBugD
getProductStoriesD
getStoryDetailD
searchStoriesD
searchStoriesByProductNameD
getProductBugsD
getModuleItemsD
exportModuleItemsAsMarkdownD
exportItemsD
exportStoriesBySearchD
exportStoryD
exportBugD
getProductTestCasesD
getTestCaseDetailD
createTestCaseD
getStoryTestCasesD
getTestTasksD
getTestTaskDetailD
getTestTaskResultsD
runTestCaseD
getStoryRelatedBugsD
getBugRelatedStoryD
batchUpdateTasksD
batchResolveBugsD
getMyTaskStatisticsD
getMyBugStatisticsD
getDevelopmentContextD
generateStorySummaryD
generateBugSummaryD
formatTaskAsMarkdownD
analyzeStoryComplexityD
analyzeBugPriorityD
analyzeTaskWorkloadD
generateCodePromptFromStoryD
generateTestPromptFromBugD
generateCodeReviewChecklistD
getNextActionSuggestionsD
createTaskFromStoryD
createTaskFromBugD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.6/5.0

Scored across 50 tools

Disambiguation2/5

While most tools follow a get/update/export/analyze pattern, there are many overlapping variants (e.g., exportItems, exportStory, exportBug, exportStoriesBySearch; getProductBugs, getMyBugs, getStoryRelatedBugs, getBugRelatedBug) and most tools have no descriptions, making it hard to know which one to use.

Naming Consistency4/5

Tool names consistently use camelCase verb+noun construction (get*, create*, update*, export*, analyze*), with only a few outliers like initZentao, getConfig, and exportItems. The naming scheme is recognizable and predictable.

Tool Count2/5

50 tools is excessive for a Zentao integration, with many single-purpose export and summary helpers that could be consolidated or omitted. The count feels heavy and likely to overwhelm rather than streamline agent workflows.

Completeness3/5

The set covers read operations and basic state transitions across tasks, bugs, stories, and test cases, plus exports and analysis helpers. However, there are notable gaps: no create/update for stories or bugs, no add-comment operations, and no deeper test-management workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues