Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_USER | Yes | Your TAPD API username | |
| API_PASSWORD | Yes | Your TAPD API password | |
| WORKSPACE_ID | Yes | Your TAPD project ID |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tapd_stories | 获取TAPD平台指定项目的需求数据(支持分页) Returns:
str: 格式化后的需求数据JSON字符串 |
| get_tapd_bugs | 获取TAPD平台指定项目的缺陷数据(支持分页) Returns:
str: 格式化后的缺陷数据JSON字符串 |