Skip to main content
Glama
find-xposed-magisk

MCP Feedback Enhanced

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_DEBUGNoEnable debug modefalse
MCP_LANGUAGENoThe language setting for the interfacezh-CN
MCP_WEB_HOSTNoThe host address for the web server127.0.0.1
MCP_WEB_PORTNoThe port number for the web server8765
MCP_DESKTOP_MODENoEnable desktop modefalse

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
shoujiA

通过 Web 界面收集用户输入。

提供一个交互式界面,用于获取用户的文字输入和图片附件。 当需要用户确认或额外指导时可调用此工具。

Args: project_directory: 项目目录路径,用于上下文定位 summary: 当前工作的摘要说明,供用户参考 timeout: 等待用户输入的超时时间(秒)

Returns: list: 用户输入内容,包含文字和可选的图片

get_system_infoB

獲取系統環境資訊

Returns: str: JSON 格式的系統資訊

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: get_system_info retrieves system environment information, while shouji provides an interactive web interface for collecting user input and attachments. There is no overlap in functionality, making it easy for an agent to choose the correct tool for each task.

Naming Consistency2/5

The naming is inconsistent: get_system_info follows a clear verb_noun pattern, but shouji uses a non-English term (Chinese for 'collect') without a descriptive verb, breaking the pattern. This mix of conventions could confuse agents expecting a uniform naming style.

Tool Count3/5

With only 2 tools, the server feels thin for a general-purpose feedback system, as it lacks tools for processing, analyzing, or managing feedback beyond collection. However, the count is borderline appropriate if the scope is limited to basic input gathering and system info retrieval.

Completeness2/5

For a feedback-enhanced server, there are significant gaps: it provides input collection and system info but lacks tools for storing, retrieving, analyzing, or responding to feedback. This incomplete surface will likely cause agent failures when trying to handle feedback workflows beyond simple input capture.

Maintenance

ActivityInactive
ResponsivenessNo issues