Skip to main content
Glama
cwj9195

zentao-rest-v1-mcp

by cwj9195

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZENTAO_URLYesThe URL of the ZenTao site, usually including the /zentao deployment path.
ZENTAO_PASSWORDYesYour ZenTao password. Only provided via environment variable, not written into source code or logs.
ZENTAO_USERNAMEYesYour ZenTao account.
ZENTAO_TIMEOUT_MSNoRequest timeout in milliseconds. Defaults to 30000.30000
ZENTAO_SESSION_TTL_MSNoToken local cache time in milliseconds. Defaults to 3000000.3000000

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
createTaskD
getProductsD
getMyBugsD
getBugDetailD
updateBugD
updateTaskD
startTaskD
finishTaskD
closeTaskD
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.5/5.0

Scored across 52 tools

Disambiguation3/5

Most tools have fairly clear resource/action targets, but several overlap conceptually: multiple export tools, multiple get-task/get-bug variants, and generic helpers like initZentao/getConfig are easy to confuse. Without descriptions, an agent could struggle to choose between related tools like exportItems, exportModuleItemsAsMarkdown, and exportStoriesBySearch.

Naming Consistency4/5

The tools mostly follow a camelCase verb_noun pattern such as getTaskDetail, createTestCase, and resolveBug. Minor inconsistencies exist in singular/plural usage and entity-relationship naming, e.g. getStoryRelatedBugs vs getBugRelatedStory, but the overall convention is predictable and readable.

Tool Count1/5

With 52 tools, the surface is far too large for an MCP server, exceeding the 50+ threshold for an extreme mismatch. Many tools are auxiliary helpers, export variants, and analysis/generation utilities that inflate the set beyond a focused CRUD interface. This will overwhelm agents and make tool selection expensive and error-prone.

Completeness3/5

Task and bug lifecycles are reasonably covered with create, read, update, and state transitions, while test cases and stories have meaningful read/run/export support. However, there are notable gaps: no story update/create/delete, no test case update/delete, and no product detail or project management tools. The presence of many generate/analyze/format helpers does not fully compensate for missing core lifecycle operations.

Maintenance

ActivityMaintained
ResponsivenessNo issues