Skip to main content
Glama
OrtaMarco

seo-geo-mcp-server

by OrtaMarco

JavaScript Rendering Check

render_check
Read-onlyIdempotent

Analyze a URL to see if content exists in server HTML or only after JavaScript runs, helping assess visibility to AI crawlers that don't render JS.

Instructions

Determine whether a page's content exists in the server HTML, or only appears after JavaScript runs.

This matters more for AI visibility than for classic SEO: Googlebot renders JavaScript, but GPTBot, ClaudeBot, PerplexityBot and CCBot largely do not. A client-rendered page can rank perfectly well in Google and still be completely invisible to every AI assistant — this tool is how you catch that.

Detects unhydrated SPA shells (empty #root / #app / #__next containers), reports how many words survive without JS, and flags documents dominated by inline script bytes.

Args:

  • url (string): the page to check.

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

Returns: { renders_without_js, server_text_words, script_bytes, html_bytes, spa_shell_detected, framework_hint, findings[] }.

Example: "Can ChatGPT actually read https://example.com/app?" -> render_check(url="https://example.com/app").

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
findingsYes
html_bytesYes
script_bytesYes
framework_hintYes
server_text_wordsYes
renders_without_jsYes
spa_shell_detectedYes
Behavior4/5

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

With annotations already covering read-only/idempotent behavior, the description adds meaningful behavioral details: it detects unhydrated SPA shells, reports word counts, flags script-heavy documents, and returns a specific structured object. It does not disclose potential limitations (e.g., whether JavaScript is executed) but overall exceeded annotation coverage.

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 well-structured and front-loaded with the core purpose. Each subsequent sentence adds contextual value: AI visibility rationale, detection details, parameters, return format, and a concrete example. Nothing is redundant or irrelevant.

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?

The description is highly complete given the tool's complexity. It explains why the tool matters, what it detects, what arguments it takes, what it returns, and shows a realistic example. With annotations and output schema available, no major gaps remain.

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 coverage is 100% with both parameters already described. The description's 'Args' section essentially repeats the schema without adding new semantics, though the example call helps contextualize usage. Baseline 3 is appropriate given the high schema coverage.

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 a specific purpose: determining whether content exists in server HTML or requires JavaScript. It lists concrete detection capabilities (SPA shells, word count, script bytes) and explicitly distinguishes itself from classic SEO, emphasizing AI visibility. This differentiates it from sibling tools like seo_audit and ai_crawler_access.

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 gives strong contextual guidance on when to use it: when evaluating AI assistant visibility, especially for client-rendered pages. It contrasts with classic SEO and provides an explicit example question, but does not name alternative sibling tools for comparison. The 'when-not' is implied rather than explicitly stated.

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