Skip to main content
Glama

Server Quality Checklist

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

  • Disambiguation4/5

    Most tools are clearly distinct: create, stop, and status each have separate roles. There is some potential confusion between 'create-complete-application' and 'setup-zopio-app', but the descriptions explicitly direct normal usage to the former and limit the latter to special cases.

    Naming Consistency5/5

    All tool names follow a consistent hyphenated verb-object pattern: create-complete-application, setup-zopio-app, stop-zopio-app, check-zopio-status. The naming conventions are uniform and predictable, making tool selection straightforward.

    Tool Count5/5

    Four tools is a well-scoped count for a Zopio-focused server covering application creation, setup, stopping, and status checking. Each tool serves a meaningful part of the workflow without unnecessary redundancy.

    Completeness3/5

    The tool set covers creation, setup, stop, and status checking, but there is no obvious start/restart tool for resuming a stopped application, and no delete/remove operation. These are notable gaps for a complete lifecycle, though agents can work around them by creating new applications.

  • Average 3.8/5 across 4 of 4 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

  • Behavior3/5

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

    With no annotations, the description carries the full burden of behavioral disclosure. It conveys a read-only status check, which implies no mutation, but it does not explicitly state side-effect freedom, return format, or error behavior. This is adequate but minimal.

    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 a single focused sentence with no filler. It front-loads the action and the object of the check, making it highly scannable.

    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?

    For a no-input, no-output-schema tool, the description gives the core purpose but omits what the caller should expect in the response, such as a status code, a report, or structured data. Without an output schema, this is a noticeable gap.

    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 zero parameters and 100% schema description coverage, so there are no parameter details for the description to add. This meets the baseline for zero-parameter tools.

    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 ('kontrol eder' / checks) and a clear resource ('Zopio kurulumunun ve çalışan uygulamaların durumu' - the status of Zopio installation and running applications). This clearly distinguishes it from sibling tools that create, set up, or stop the app.

    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?

    No usage guidance is provided. The description does not state when to prefer this tool over siblings, nor does it specify typical scenarios like verifying a setup before or after running setup/stop tools.

    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?

    No annotations are provided, so the description carries the full behavioral burden. It usefully discloses strict rules: only Zopio framework, only TypeScript files, no JavaScript, no manual Next.js/React setup. However, it does not mention prerequisites such as needing setup-zopio-app first, nor what a successful call returns or whether existing files might be affected.

    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 organized into clear sections: rules, usage, and examples. It front-loads the most important constraints and keeps the overall length reasonable, though some constraints are repeated and the exclamation-heavy style adds noise.

    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?

    For a one-parameter tool with no output schema, the description covers input, examples, and hard constraints fairly well. However, it does not explain the expected output/return of the creation process or the dependency on setup-zopio-app, which are relevant gaps for an agent invoking the tool safely.

    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 userRequest parameter is fully documented in the schema with description and examples, and the tool description repeats similar examples and constraints. The description adds no significant semantic detail beyond what the schema already provides, so the baseline score of 3 is appropriate.

    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 immediately identifies the tool as a fully automatic application generator using the Zopio framework and TypeScript, with explicit constraints. This clearly distinguishes it from the sibling tools (setup, stop, check status) since its role is to create the application 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 and parameter schema clearly state that this tool should be used for any natural-language application request, with examples of typical requests. It does not explicitly name alternatives or exclusion cases, but the usage context is unambiguous for app generation.

    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 behavioral disclosure burden. It states the core behavior (stopping a running Zopio app) and the all-or-specific scope, which is useful. However, it does not disclose side effects, reversibility, or impact on data/configuration, so the agent is left to infer those aspects.

    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 two short sentences, front-loads the main verb and resource, and every sentence adds meaningful information. There is no filler or unnecessary detail.

    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 and no annotations, the description is largely complete: it tells the agent what action is performed, what targets are possible, and what happens if the optional parameter is omitted. It could add a note about verification or recovery steps, but the complexity is low enough that the description is 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 has 100% description coverage and already explains the appType enum and the default behavior when omitted. The tool description essentially restates this (specific or all applications) without adding additional semantic detail, so it meets the baseline but does not exceed it.

    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 clearly states the action ('durdurur') and the resource ('Zopio uygulamasını'), and distinguishes this from the sibling tools by specifying that it stops a running application rather than creating, setting up, or checking status. The scope (specific or all applications) is also explicit.

    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 the tool should be used when the user wants to stop a running Zopio application, and it gives a clear condition for the parameter (if not specified, all applications are stopped). However, it does not explicitly mention when not to use it or direct the agent to alternatives such as check-zopio-status or setup-zopio-app.

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

  • 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 explaining behavior. It only says 'setup' and 'start components separately' but does not disclose what the setup actually does, whether it overwrites or creates resources, prerequisites, side effects, or whether it is long-running. This is a significant gap for a setup-type tool.

    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 compact: a warning, a routing instruction, and a purpose statement. It is front-loaded and every sentence earns its place without unnecessary filler.

    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?

    For a single-parameter tool with a fully documented enum, the description provides enough to decide when to use it. However, because there are no annotations and no output schema, the lack of behavioral context about what setup entails and what consequences it may have leaves the description incomplete for safe 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 fully documents the single appType parameter with an enum and descriptions, so the schema covers parameter semantics completely. The description adds no additional parameter-level detail, keeping this at the baseline of 3.

    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 clear purpose: setting up specific Zopio components individually ('Zopio'nun belirli bileşenlerini ayrı ayrı başlatmak'). It also explicitly distinguishes itself from create-complete-application, which is the normal path, so an agent can tell them apart.

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

    Usage Guidelines5/5

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

    The description gives explicit usage conditions: 'Sadece özel durumlar için!' (only for special cases) and directly names the alternative for normal requests: 'Normal uygulama talepleri için create-complete-application kullan.' This leaves no ambiguity about when to select this 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

new_mcp MCP server

Copy to your README.md:

Score Badge

new_mcp 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/teczopio/new_mcp'

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