Skip to main content
Glama

Server Quality Checklist

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

  • Disambiguation5/5

    Each tool has a clearly distinct purpose: analyze_image handles general image analysis, analyze_mobile_app_screenshot focuses specifically on mobile app UI/UX insights, and analyze_webpage_screenshot targets webpage content and layout extraction. There is no overlap or ambiguity between these three specialized functions.

    Naming Consistency5/5

    All three tools follow a consistent verb_noun pattern with 'analyze_' prefix and descriptive suffixes (image, mobile_app_screenshot, webpage_screenshot). The naming is perfectly uniform and predictable across the entire toolset.

    Tool Count3/5

    With only 3 tools, the set feels somewhat thin for an image analysis server. While the tools cover distinct use cases, there are likely missing operations like batch processing, different analysis modes, or result formatting that would make the surface more complete.

    Completeness3/5

    The tools cover three specific analysis scenarios well, but there are notable gaps in the image analysis domain. Missing are tools for basic operations (e.g., image metadata extraction, format conversion), alternative analysis methods, or post-processing capabilities that would provide more comprehensive coverage.

  • Average 2.9/5 across 3 of 3 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
  • This repository is licensed under MIT License.

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the service ('OpenRouter's vision models') and input formats, but fails to describe critical behaviors: whether this is a read-only or mutating operation, potential costs or rate limits, authentication needs, error handling, or what the analysis entails (e.g., object detection, captioning). For a tool with no annotation coverage, this is a significant gap.

    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 highly concise and front-loaded: two sentences that directly state the purpose and key capability. Every word earns its place, with no redundant or vague phrasing. It efficiently communicates the core functionality without unnecessary elaboration.

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

    Completeness2/5

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

    Given the tool's complexity (7 parameters, no annotations, no output schema), the description is incomplete. It lacks behavioral details (e.g., mutation risks, rate limits), output expectations, and differentiation from siblings. While the schema covers parameters well, the description doesn't compensate for missing annotations or output schema, leaving gaps for an AI agent to operate effectively.

    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 fully documents all 7 parameters. The description adds minimal value beyond the schema: it lists the input formats ('base64, file paths, and URLs'), which aligns with the 'type' enum, but doesn't provide additional context like file size limits or URL accessibility. With high schema coverage, 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.

    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: 'Analyze images using OpenRouter's vision models.' It specifies the verb ('analyze') and resource ('images'), and mentions the underlying service. However, it doesn't explicitly differentiate from sibling tools like 'analyze_mobile_app_screenshot' or 'analyze_webpage_screenshot', which appear to be more specialized versions.

    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 its siblings. It mentions 'Supports various input formats including base64, file paths, and URLs,' which hints at usage contexts, but lacks explicit when/when-not instructions or alternative recommendations. This leaves the agent to infer usage from tool names alone.

    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?

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool 'provides insights' but doesn't describe what kind of output to expect (e.g., structured report, recommendations), whether it's a read-only analysis or modifies data, any rate limits, authentication needs, or potential errors. For a tool with 8 parameters and no annotations, this leaves significant behavioral gaps.

    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 a single, efficient sentence that front-loads the core purpose ('Specialized tool for analyzing mobile app screenshots') and lists key analysis areas. It avoids redundancy and wastes no words, though it could be slightly more structured by separating use cases or output expectations.

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

    Completeness2/5

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

    Given the tool's complexity (8 parameters, no output schema, and no annotations), the description is incomplete. It doesn't explain what the output looks like (e.g., report format, insights structure), behavioral aspects like safety or limitations, or how to interpret results. For a specialized analysis tool with rich parameters, more context is needed to guide effective use.

    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 input schema already documents all parameters thoroughly with descriptions and enums. The description adds no specific parameter semantics beyond implying analysis of 'UI design, user experience, platform conventions, and app functionality,' which loosely relates to parameters like 'focusArea' but doesn't provide additional syntax, format, or usage details. Baseline 3 is appropriate when schema does the heavy lifting.

    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: analyzing mobile app screenshots to provide insights into UI design, user experience, platform conventions, and app functionality. It specifies the resource (mobile app screenshots) and the type of analysis performed, though it doesn't explicitly differentiate from sibling tools like 'analyze_image' or 'analyze_webpage_screenshot' beyond mentioning 'mobile app' specificity.

    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 its siblings ('analyze_image' and 'analyze_webpage_screenshot'). It mentions 'mobile app screenshots' but doesn't clarify if it's for mobile-specific analysis only or how it differs from general image analysis tools. No explicit alternatives, exclusions, or prerequisites are stated.

    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 behavioral disclosure. It mentions what the tool extracts but doesn't cover critical aspects like whether it's a read-only operation, potential rate limits, authentication requirements, error handling, or what the output looks like (beyond mentioning extraction). For a tool with 7 parameters and no annotations, this is a significant gap.

    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 (two sentences) and front-loaded with the core purpose. Every sentence contributes meaning without redundancy. However, it could be slightly more structured by explicitly separating functionality from context.

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

    Completeness2/5

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

    Given the tool's complexity (7 parameters, no output schema, and no annotations), the description is incomplete. It lacks information on behavioral traits, output format details, error conditions, and differentiation from siblings. For a tool that analyzes webpage screenshots with multiple configuration options, this description doesn't provide enough context for an agent to use it effectively beyond basic 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%, meaning all parameters are documented in the schema itself. The description doesn't add any parameter-specific details beyond what's in the schema (e.g., it doesn't explain how 'focusArea' or 'format' affect the analysis). With high schema coverage, the baseline score of 3 is appropriate as the description doesn't compensate but also doesn't detract.

    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 as 'analyzing webpage screenshots' and specifies what it extracts ('content, layout information, and interactive elements from web pages'), which is a specific verb+resource combination. However, it doesn't explicitly differentiate from sibling tools like 'analyze_image' or 'analyze_mobile_app_screenshot', which likely have overlapping functionality.

    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 its siblings ('analyze_image' and 'analyze_mobile_app_screenshot'), nor does it mention any prerequisites, exclusions, or alternative scenarios. It only states what the tool does without contextual usage information.

    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

openrouter-image-mcp MCP server

Copy to your README.md:

Score Badge

openrouter-image-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/JonathanJude/openrouter-image-mcp'

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