Skip to main content
Glama

Server Quality Checklist

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

  • Disambiguation5/5

    The two tools are completely distinct: one operates on text content by rewriting, the other strips metadata from image files. There is no overlap or ambiguity in choosing between them.

    Naming Consistency5/5

    Both tools follow the same verb_noun snake_case pattern (rewrite_text, strip_image_metadata), making the API predictable. The verbs clearly indicate the action and the nouns specify the target.

    Tool Count3/5

    With only two tools the server is minimal, and while each tool serves a distinct purpose, the set feels thin for a general 'remove Claude traces' offering. It is acceptable for a narrow special-purpose server but is on the small side.

    Completeness4/5

    The server covers the two main content types that would carry Claude fingerprints: text and images. Minor gaps exist, such as document/PDF metadata cleaning or a verification/detection tool, but the core workflows are covered.

  • Average 4.1/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
    • 3 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • Tools from this server were used 8 times in the last 30 days.

  • 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

  • Behavior4/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 clearly states the destructive effect (removes metadata), supported formats, the lack of authentication requirements, and the output as a downloadable cleaned image. Minor gaps remain, such as whether the original URL image is modified or just the returned copy, but the core behavior is transparent.

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

    Conciseness5/5

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

    The description is three concise sentences with no wasted words. The core action and metadata types are front-loaded, followed by format support, access requirements, and output behavior. Every sentence provides useful 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?

    For a simple one-parameter tool with no output schema, the description covers input format, supported file types, authentication needs, and the returned result. It does not specify output file format or size limits, but these are not necessary for basic correct invocation.

    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%, with image_url already documented as 'URL of the image to strip metadata from.' The description does not add new parameter-level detail, but the schema alone sufficiently explains the only parameter, so the baseline 3 applies.

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

    Purpose5/5

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

    The description uses a specific verb ('Removes') with a clear resource ('metadata from images') and enumerates the exact metadata types (C2PA, EXIF, XMP, ICC, and all other metadata). It also lists supported formats, making it unmistakably distinct from the sibling tool rewrite_text.

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

    Usage Guidelines3/5

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

    The description implies when to use the tool: whenever an image needs its metadata removed. It provides supporting context like supported formats and no API key requirement, but it does not explicitly state when not to use it or compare it against alternatives.

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

  • Behavior4/5

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

    With no annotations, the description carries the full disclosure burden. It reveals important behavioral traits: rewriting happens at sentence and clause level, meaning/facts/numbers/names/code are preserved, and the goal is to evade Claude content detection. This goes beyond a generic 'rewrite' and gives the agent a realistic picture of the transformation, though it stops short of describing output format or failure modes.

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

    Conciseness5/5

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

    Two sentences with no filler. The first sentence front-loads exactly what the tool does and what it preserves, while the second sentence gives a concrete use case. Every word earns its place.

    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?

    For a single-parameter text transformation tool, the description covers the purpose, the transformation behavior, and the intended use case. It does not explicitly state that the output is the rewritten text, but this is implied by 'rewrites a passage' and the use-case sentence. Minor gap, but overall sufficient for correct invocation.

    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?

    The input schema already describes the only parameter, text, including the upper bound of ~30,000 characters and the suggestion to split longer documents. The description adds no additional parameter-level meaning, so the baseline of 3 applies because schema coverage is 100%.

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

    Purpose5/5

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

    The description states a specific verb ('rewrites'), a precise resource ('a passage of text'), and the level of operation ('sentence and clause level'), plus the intended effect: removing the statistical pattern that Claude content detectors flag. This is clearly distinguished from the sibling tool strip_image_metadata, which operates on images rather than text.

    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 explicitly tells the agent when to use this tool: 'Use this to clean text copied from Claude, Claude Code, or the Claude API before publishing.' It does not explicitly state when not to use it or name alternatives, but the sibling tool is obviously about image metadata, so the usage boundary is clear enough without an explicit exclusion.

    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

ClaudeClear MCP Server MCP server – quality and maintenance score on Glama

Copy to your README.md:

Score Badge

ClaudeClear MCP Server MCP server – quality and maintenance score on Glama

Copy to your README.md: