Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZENTAO_URLYes禅道应用根地址,例如 https://zentao.example.com
ZENTAO_ENTRYNoGET 模式的相对入口,默认为 index.phpindex.php
ZENTAO_PASSWORDYes禅道登录密码
ZENTAO_USERNAMEYes禅道登录账号
ZENTAO_REQUEST_TYPENo请求类型,支持 GET 或 PATH_INFO,默认为 GETGET

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
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.3/5.0

Scored across 48 tools

Disambiguation2/5

Many tools have overlapping purposes, such as the multiple export functions (exportItems, exportStory, exportBug, exportStoriesBySearch) and the numerous analysis/generation utilities (generateStorySummary, generateBugSummary, analyzeStoryComplexity, analyzeBugPriority, analyzeTaskWorkload, generateCodePromptFromStory, generateTestPromptFromBug, generateCodeReviewChecklist). Tools like getStoryRelatedBugs and getBugRelatedStory likely refer to the same relationship, creating confusion.

Naming Consistency2/5

The naming uses a loose verb_noun pattern, but with mixed verb styles and no coherent convention. Synonyms like get/fetch, search/export, and analyze/generate are used interchangeably. There is also inconsistent camelCase and batch prefixes (e.g., updateTask vs batchUpdateTasks) without a clear systematic structure.

Tool Count2/5

48 tools is excessively heavy for a single server. While ZenTao is a broad domain, many tools are near-duplicates (multiple export variants, numerous analysis helpers) that could be consolidated. The count appears inflated with convenience wrappers rather than essential distinct operations.

Completeness2/5

The set covers fetching and updating tasks/bugs/stories but lacks core lifecycle operations like createStory, updateStory, deleteBug, or closeTask. Test case creation exists but no update/delete, and there is no createTestTask. The heavy emphasis on analysis and export leaves gaps in standard CRUD workflows, causing incomplete coverage.

Maintenance

ActivitySlowing
ResponsivenessNo issues