Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
seo_analyzeA

Run comprehensive SEO analysis on a webpage. Returns scores and issues for:

  • GEO (AI Search Optimization) - Is the site visible to ChatGPT, Perplexity, Claude?

  • Core Web Vitals (LCP, CLS, INP) - Performance estimates

  • Structured Data - Schema.org validation

  • Security Headers - HTTPS, HSTS, CSP

  • Mobile SEO - Responsive design, touch targets

  • Images - Alt text, formats, dimensions

  • Internal Linking - Anchor text, orphan detection

Use this for a complete SEO audit.

seo_geo_checkA

Check if a website is optimized for AI search engines (GEO - Generative Engine Optimization).

Analyzes:

  • AI crawler access (GPTBot, ClaudeBot, PerplexityBot, etc.)

  • robots.txt rules for AI crawlers

  • JS rendering requirements (can AI crawlers see content?)

  • Content structure for LLM consumption

  • Citation readiness (trust signals)

  • FAQ/entity extraction capability

Critical for visibility in ChatGPT, Perplexity, Claude, and Gemini responses.

seo_robots_aiA

Analyze robots.txt for AI crawler permissions. Shows which AI crawlers (GPTBot, ClaudeBot, PerplexityBot, etc.) are allowed or blocked.

seo_generate_robotsB

Generate an AI-friendly robots.txt that allows all major AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, etc.)

seo_core_web_vitalsA

Estimate Core Web Vitals (LCP, CLS, INP, TTFB) from HTML analysis. Identifies issues like:

  • Render-blocking resources

  • Images without dimensions

  • Large JavaScript bundles

  • Missing preload hints

seo_structured_dataA

Validate JSON-LD structured data (Schema.org). Checks for:

  • Required properties per schema type

  • Article, Product, FAQ, HowTo, LocalBusiness schemas

  • Rich result eligibility

  • Common mistakes

seo_generate_schemaB

Generate JSON-LD structured data template for a page type (article, product, faq, local-business, website).

seo_security_headersA

Analyze security headers (HTTPS, HSTS, CSP, X-Frame-Options, etc.). Returns a security grade A+ through F.

seo_generate_security_headersB

Generate recommended security headers configuration for a site.

seo_imagesA

Analyze images for SEO and performance. Checks alt text, dimensions, formats (WebP/AVIF), lazy loading, and responsive images.

seo_internal_linksA

Analyze internal linking structure. Checks anchor text quality, orphan page risk, link distribution, and suggests linking opportunities.

seo_mobileB

Analyze mobile SEO. Checks viewport, touch targets, font sizes, content width, PWA readiness.

seo_ai_crawlersA

Get information about all known AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, etc.) including their user agents and purposes.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 13 tools

Disambiguation4/5

Tools are mostly distinct: seo_analyze is a comprehensive audit, while individual tools provide focused deep dives. Some overlap exists between seo_geo_check and seo_robots_ai (both touch AI crawler access), but descriptions clarify the broader scope of geo check.

Naming Consistency4/5

All tools share the seo_ prefix and use snake_case, with generation tools following a clear seo_generate_* pattern. However, analysis tools mix verbs (analyze, check) with bare noun phrases (seo_images, seo_internal_links), which is a minor inconsistency.

Tool Count5/5

13 tools is well-scoped for a technical SEO toolkit, covering analysis, generation, and informational tools without bloat. Each tool addresses a distinct SEO concern, and the count feels appropriate for the domain.

Completeness4/5

The toolset covers major technical SEO areas: AI search, Core Web Vitals, structured data, security headers, images, internal links, and mobile. Missing sitemap analysis and content/keyword features, but these are minor gaps for a focused technical audit tool.

Maintenance

ActivityMaintained
ResponsivenessNo issues