Skip to main content
Glama
OrtaMarco

seo-geo-mcp-server

by OrtaMarco

Image SEO Check

image_seo_check
Read-onlyIdempotent

Audit every image on a page: missing alt attributes, dimensions, lazy-loading, and modern formats. Get a score and findings to fix accessibility and image SEO issues.

Instructions

Audit every on the page: missing alt attributes (an accessibility failure and a lost image-search signal), decorative alt="" usage, missing width/height (which causes layout shift, a Core Web Vitals factor), lazy-loading adoption, and how many images use modern formats (WebP/AVIF) versus legacy JPEG/PNG. sources are counted as modern delivery.

Args:

  • url (string): the page to check.

  • response_format ('markdown' | 'json'): output format (default 'markdown').

Returns: { total_images, missing_alt, decorative_alt, missing_dimensions, lazy_loaded, modern_format, legacy_format, images[], score, grade, findings[] }.

Example: "Which images on https://example.com are missing alt text?" -> image_seo_check(url="https://example.com").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPage URL to analyse, e.g. 'https://example.com/blog/post'. The scheme defaults to https://.
response_formatNoOutput format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload.markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
gradeYes
scoreYes
imagesYes
findingsYes
final_urlYes
lazy_loadedYes
missing_altYes
total_imagesYes
legacy_formatYes
modern_formatYes
decorative_altYes
missing_dimensionsYes
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior, so the bar for additional disclosure is lower. The description adds useful context beyond the annotations: it audits every <img> on the page, counts <picture> sources as modern delivery, and specifies the return payload. It does not contradict the annotations.

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 front-loaded with the core audit purpose and checklist, followed by clearly labeled Args, Returns, and an Example. It is structured and dense, but the Args and Returns sections are somewhat redundant with the input and output schemas, so it is not maximally concise.

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

Completeness5/5

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

For a moderately complex tool with two documented parameters, a full output schema, and strong annotations, this description is operationally complete. It explains exactly what is checked, the nuance of <picture> sources, the output structure, and provides an invocation example, leaving no critical gap for selection or correct 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?

The input schema already provides thorough descriptions for both url and response_format, including defaults and the https:// default for url, giving 100% coverage. The description's Args section merely restates these in abbreviated form, and the example only maps a natural-language request to a call without adding new parameter semantics.

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 opens with the specific verb 'Audit' and names the exact resource ('every <img> on the page'), then enumerates the precise SEO checks performed (alt text, dimensions, lazy-loading, modern formats). This clearly distinguishes it from broader sibling tools like seo_audit or render_check.

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 makes the intended use obvious: it is the tool for a page-level image SEO audit, listing the exact aspects it checks and even giving an example natural-language query mapped to a tool call. It does not explicitly mention when not to use it or point to alternatives, but the context is clear and self-contained.

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

Install Server

Other Tools

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/OrtaMarco/seo-geo-mcp-server'

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