Skip to main content
Glama
find-xposed-magisk

MCP Feedback Enhanced

Server Quality Checklist

58%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • 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.

  • Average 3.4/5 across 2 of 2 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 0 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.

    If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.

    MCP servers without a LICENSE cannot be installed.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the return format ('JSON 格式的系統資訊'), which adds some value, but fails to describe other traits like whether it's read-only, has side effects, requires permissions, or has rate limits. This is inadequate for a tool with zero annotation coverage.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is concise with two sentences: one stating the purpose and another specifying the return format. It's front-loaded and wastes no words, though it could be slightly more structured for clarity.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given the tool's complexity (simple read operation with 0 parameters), an output schema exists, and schema coverage is high, the description is somewhat complete. However, it lacks behavioral context and usage guidelines, making it only minimally adequate for the agent's needs.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The tool has 0 parameters with 100% schema description coverage, so the schema fully documents the inputs. The description doesn't need to add parameter details, and it appropriately avoids redundancy. A baseline of 4 is applied since no parameters exist.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool's purpose with '獲取系統環境資訊' (get system environment information), which is a specific verb+resource combination. However, it doesn't differentiate from the sibling tool 'shouji', which might have overlapping functionality, preventing a perfect score.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines2/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides no guidance on when to use this tool versus alternatives like the sibling 'shouji'. It lacks context about specific scenarios, prerequisites, or exclusions, leaving the agent with minimal usage direction.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior3/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries the full burden of behavioral disclosure. It describes the interactive nature ('交互式界面'), input types (text and images), and timeout behavior. However, it doesn't disclose important behavioral aspects like whether this blocks execution, what happens on timeout, authentication requirements, rate limits, or error conditions. The description adds value but leaves significant gaps for a tool that creates user interfaces.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is well-structured with purpose first, then usage guidelines, followed by parameter and return value sections. It's appropriately sized for the tool's complexity. The only minor inefficiency is repeating parameter names that are already documented in the schema, but overall it's concise and front-loaded with essential information.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given the tool's interactive nature and 3 parameters with 100% schema coverage plus an output schema, the description provides reasonable completeness. It explains what the tool does, when to use it, and what it returns. The main gap is insufficient behavioral transparency for a UI tool, but with output schema handling return values, the description covers most essential aspects adequately.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 100%, so the schema already documents all three parameters thoroughly. The description lists the parameters but adds minimal semantic value beyond what's in the schema. It mentions '用于上下文定位' (for context positioning) for project_directory and '供用户参考' (for user reference) for summary, which provides slight additional context. This meets the baseline for high schema coverage.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool's purpose: '通过 Web 界面收集用户输入' (collect user input through a web interface) and specifies it's for '获取用户的文字输入和图片附件' (obtaining user text input and image attachments). It distinguishes from the sibling tool 'get_system_info' by focusing on user input collection rather than system information retrieval. However, it doesn't explicitly contrast with the sibling tool in the description text itself.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides clear context for when to use the tool: '当需要用户确认或额外指导时可调用此工具' (can be called when user confirmation or additional guidance is needed). This gives practical guidance about appropriate use cases. However, it doesn't specify when NOT to use it or mention explicit alternatives beyond the implied distinction from the sibling tool.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

mcp-feedback MCP server

Copy to your README.md:

Score Badge

mcp-feedback MCP server

Copy to your README.md:

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/find-xposed-magisk/mcp-feedback'

If you have feedback or need assistance with the MCP directory API, please join our Discord server