Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
addB

将两个数字相加并返回结果

subtractB

将两个数字相减并返回结果

multiplyB

将两个数字相乘并返回结果

divideB

将两个数字相除并返回结果

Prompts

Interactive templates invoked by user choice

NameDescription
code-review代码审查提示模板,帮助进行系统化的代码审查
doc-generation文档生成提示模板,用于生成项目文档、API文档等
debug-help调试帮助提示模板,提供系统化的调试方法
test-generation测试用例生成提示模板,帮助编写完整的测试用例
refactoring重构建议提示模板,提供代码重构的系统方法

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues