Skip to main content
Glama

Audit a website for machine legibility

upshift_site_audit
Read-only

Scan a live URL to evaluate machine legibility for search engines and AI assistants, returning a 0-100 score with findings on structured data, metadata, headings, and more.

Instructions

Fetch a live website and report how legible it is to search engines and AI assistants: structured data (JSON-LD), llms.txt, robots.txt, title and meta description, headings, image alt text, HTTPS and document weight. Returns findings with severity and a 0-100 score. Use this to check a real site before recommending changes to it. Makes one outbound request to the URL given, so it only sees what a fetch can establish — never rendering or browser metrics. Refuses private, loopback and link-local addresses, and reports a page as unreachable rather than scoring the error body.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute http(s) URL of the page to audit, e.g. https://example.com

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
scoreYes
summaryYes
findingsYes
reachableYes
structuredDataYes
Behavior5/5

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

Annotations include readOnlyHint and openWorldHint, but the description adds significant context: makes one outbound request, only sees what fetch can establish, refuses private/loopback/link-local addresses, and reports unreachable pages rather than scoring error bodies. This exceeds annotation coverage and provides critical behavioral details.

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 concise, front-loaded with the core purpose and key features, each sentence adding new information: checklist, score, one outbound request, security restrictions, and unreachable behavior. No fluff or repetition.

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 single-parameter tool with output schema, the description covers purpose, usage, behavior, and security constraints comprehensively. It details limitations (no rendering) and edge cases (unreachable pages), making it complete for the agent to know what to expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with clear description for url, so the baseline is 3. However, the description adds value by specifying the URL must be absolute http(s) and gives an example, as well as implying constraints (real site, public address), compensating slightly above baseline.

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 the tool audits a website for machine legibility, listing specific checks (JSON-LD, llms.txt, etc.) and outputs a 0-100 score. It distinguishes from siblings by mentioning auditing a live site, which is unique among upshift_template_match and upshift_quote.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to use this tool to check a real site before recommending changes, which contrasts with the sibling tools' likely non-audit purposes. It also explains when it's appropriate (real site) and what it does not do (no rendering or browser metrics), providing clear context for selection.

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/samerdwykat-cmyk/upshift-mcp'

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