marketing-page-quality-gate
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| score_pageA | Score a landing page and return an A-F grade with per-signal breakdown. Pass a live |
| gate_spendA | Block ad spend on leaky landing pages. Pass a live |
| check_linksA | Check internal and outbound links for broken HTTP status codes. Pass a live |
| detect_pixelsA | Detect Meta Pixel, GA4, GTM, and TikTok tracking pixels. Pass a live |
| audit_mobileA | Audit viewport meta and horizontal-scroll risk on mobile. Pass a live |
| audit_speedB | Audit static load-speed signals from HTML. Pass a live |
| cta_clarityA | Analyze CTA presence, count, and above-the-fold placement. Pass a live |
| get_campaign_metricsA | Return mock ad-platform campaign metrics (plug real API keys to go live). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct audit or analysis aspect (mobile, speed, links, CTA, pixels, spend, campaign metrics, overall score). There is no overlap or ambiguity in their purposes.
Most tools follow a verb_noun pattern (e.g., audit_mobile, check_links, detect_pixels), but 'cta_clarity' and 'gate_spend' deviate slightly, and 'get_campaign_metrics' uses 'get_' instead of an action verb. Overall consistent with minor exceptions.
8 tools is an ideal count for a specialized marketing page audit server. Each tool covers a necessary inspection area without overloading the agent.
The tool set covers major landing page quality signals: mobile, speed, links, CTA, tracking, spend, and overall scoring. Minor gaps like SEO or content analysis exist but are outside the stated purpose. 'get_campaign_metrics' is noted as mock, but still provides expected functionality.