Skip to main content
Glama
FuzzyCZX

MCP Communication Server

by FuzzyCZX

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
addC

Add two numbers

open_web_pageA

在IDE中打开一个新的网页窗口显示指定的URL,并自动等待接收页面发送的WebSocket数据

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one performs a mathematical operation (adding numbers), while the other handles web page interaction (opening a URL and managing WebSocket data). There is no overlap or ambiguity between these functions, making tool selection straightforward for an agent.

Naming Consistency2/5

The naming is inconsistent: 'add' uses a simple verb without a noun, while 'open_web_page' follows a verb_noun pattern. This mixed convention lacks a predictable structure, though both names are readable. The inconsistency could cause minor confusion in a larger set.

Tool Count2/5

With only 2 tools, the server feels thin for a 'Communication Server' domain, which typically implies broader functionality like messaging, notifications, or data exchange. The tools cover basic math and web display but lack operations for communication workflows, making the count insufficient for the apparent scope.

Completeness1/5

The server is severely incomplete for a communication domain. It lacks core operations such as sending/receiving messages, managing connections, or handling events. The existing tools (add and open_web_page) do not align with communication tasks, leaving significant gaps that would cause agent failures in typical use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues