My MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| addB | 将两个数字相加并返回结果 |
| subtractB | 将两个数字相减并返回结果 |
| multiplyB | 将两个数字相乘并返回结果 |
| divideB | 将两个数字相除并返回结果 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| code-review | 代码审查提示模板,帮助进行系统化的代码审查 |
| doc-generation | 文档生成提示模板,用于生成项目文档、API文档等 |
| debug-help | 调试帮助提示模板,提供系统化的调试方法 |
| test-generation | 测试用例生成提示模板,帮助编写完整的测试用例 |
| refactoring | 重构建议提示模板,提供代码重构的系统方法 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct mathematical operation: addition, division, multiplication, and subtraction. There is no overlap in purpose, and an agent can easily select the correct tool based on the desired arithmetic operation.
All tool names follow a consistent verb-only pattern in English (add, divide, multiply, subtract), which is simple and predictable. There are no deviations in naming style or conventions.
With 4 tools, the server is well-scoped for basic arithmetic operations. Each tool serves a distinct and essential function, and the count is appropriate for the domain without being too thin or heavy.
The tool set provides complete coverage for basic arithmetic operations, including addition, subtraction, multiplication, and division. There are no obvious gaps for this domain, as all fundamental operations are covered.