Skip to main content
Glama
Suganthan-Mohanadasan

Google Search Console MCP Server

image_page_audit

Audits on-page image factors for Google image search—alt text, filenames, dimensions, lazy loading, srcset, schema—and returns prioritized fixes, turning failing pages into actionable insights.

Instructions

Fetches pages from YOUR OWN site and audits every image on them for the on-page factors that drive image-search performance: missing/empty/generic/duplicate alt text, non-descriptive filenames, missing width/height attributes, lazy loading on the LCP candidate, srcset coverage, file format and weight, intrinsic dimensions vs Google's ~250x200 indexing minimum, ImageObject and licensable schema, max-image-preview, inline background images, and the metadata inside the image files (camera EXIF and GPS that should be stripped, IPTC Creator/Copyright/Caption that should survive, XMP DigitalSourceType on AI-generated images). Feed it URLs straight from image_impressions_no_clicks or image_search_quick_wins to turn 'which pages fail' into 'why they fail'. Only fetches the URLs given; no third-party service involved. Returns a per-image findings table, page-level checks, and an ordered top_fixes list. IMPORTANT: Base your analysis ONLY on the data returned. Report exact numbers from the results. Do not speculate about causes (e.g. algorithm updates, competitor actions) unless the data explicitly supports it. If the data does not contain enough information to answer a question, say so clearly rather than guessing. PRESENTATION: Always present these results as a rich, interactive visualization using artifacts. Use summary cards for key metrics, colour-coded indicators for severity or change direction (green for positive, red for negative), bar charts or sparklines for comparisons, and tabbed sections to organise different categories of results. Make the output visually scannable and dashboard-like rather than plain text or raw tables.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesPage URLs to audit (1-5, from your own site)
fetch_metadataNoAlso read EXIF/IPTC/XMP metadata from the image files
max_images_per_pageNoMaximum images fetched and weighed per page (HTML checks still cover all images)
max_images_reportedNoMaximum per-image rows returned per page

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.5.1

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It goes well beyond a summary: it states it only fetches the provided URLs, involves no third-party service, returns a specific output shape, and explicitly instructs the agent to avoid speculation and to present results as interactive visualizations. This is strong transparency for a read-like audit tool.

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 long but well organized: purpose, audit scope, usage context, output summary, analysis guardrails, and presentation requirements. It is front-loaded with the core purpose. The list of audit factors and presentation instructions add length, but most sentences earn their place; a small amount of trimming could improve scannability.

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?

Given there is no output schema and no annotations, the description handily covers what an agent needs: what the tool audits, what inputs to provide, where inputs should come from, what the output contains, and how results should be presented. The 'only fetch given URLs' and 'no third-party service' notes further reduce ambiguity for a network-fetching tool.

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 parameter names and defaults are fully documented. The description adds some context for fetch_metadata by listing EXIF/IPTC/XMP checks and implies max_images constraints, but it does not meaningfully elaborate on parameter semantics beyond the schema. The baseline 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 opens with a specific verb-resource pair: 'Fetches pages ... and audits every image on them.' It enumerates concrete audit dimensions, making the tool clearly distinct from siblings like image_impressions_no_clicks or content_gaps, which focus on impressions or content rather than per-page image SEO factors.

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 offers explicit context: 'Feed it URLs straight from image_impressions_no_clicks or image_search_quick_wins' and clarifies that it only uses URLs given, with no third-party service. It identifies the upstream use case clearly, though it does not explicitly state when not to use this tool versus other audit-style siblings like inspect_url or quick_wins.

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