Scan Results: https://apexapp.click
Vanity URL: scan.glintbase.xyz/apexapp-scan
35/100
Agent Readiness Score
Legacy Docs (Invisible)
Invisible to AI agents. Severe context noise, non-functional code, or zero discoverable specifications.
Category Breakdown
Context Optimization10 / 30
Code Block Execution10 / 30
Machine Readability15 / 20
Agent Tooling & MCP0 / 20
Detailed Findings
⚡
Context Optimization
10/30
llms.txt Auto-Discovery
↳ AI Agent Fix Prompt
Create an llms.txt file at the root of my documentation site. Place it at: [domain]/llms.txt Structure it exactly as follows: Line 1: # [Product Name] Line 2: Blank line Line 3: One paragraph summary of what the product does and who it's for. Line 4: Blank line Line 5: ## Technical Constraints - Rate limits - Authentication requirements - SDK language support - Known limitations Line 6: Blank line Line 7: ## Key Documentation - [URL]: [one-line description] (repeat for top 10 most important pages) My docs are at: [URL] My product does: [brief description]
llms-full.txt Consolidated Docs
↳ AI Agent Fix Prompt
Create an llms-full.txt file at the root of my documentation site. This should contain the entire documentation merged into a single Markdown file.
Markdown Content Negotiation (Accept: text/markdown)
↳ AI Agent Fix Prompt
My documentation is returning excessive HTML to AI agents. Implement server-side content negotiation in my app. When a request includes the header 'Accept: text/markdown', return ONLY the technical content as clean Markdown. Strip completely: navigation menus, footers, cookie banners, sidebar links, breadcrumbs, social sharing buttons, interactive widgets, and any HTML not containing technical content. The response should contain only: - Page title as H1 - Section headings as H2/H3 - Body text - Code blocks with language tags - Parameter tables - No HTML tags, no CSS, no scripts
DOM Cleanliness Ratio (44% markdown/HTML)
🔧
Code Block Execution
10/30
This category was analyzed using structural heuristics. Results reflect your documentation's observable patterns.
Terminal Prompt Pollution (No "$" prefixes in copyable code)
Dependency & Import Completeness
↳ AI Agent Fix Prompt
No code blocks found to analyze.
Dynamic Variable Placeholders
↳ AI Agent Fix Prompt
No code blocks found to analyze.
🔍
Machine Readability
15/20
OpenAPI/Swagger Spec Auto-Discovery
JSON-LD Structured Schema (TechArticle / APIReference / Guide)
↳ AI Agent Fix Prompt
Embed a <script type="application/ld+json"> block classifying your docs as a TechArticle, Guide, or APIReference, containing semantically enriched metadata.
🤖
Agent Tooling & MCP
0/20
Model Context Protocol (MCP) Server Integration
↳ AI Agent Fix Prompt
Configure and expose an MCP server definition at /.well-known/mcp.json or publish guidelines showing AI agents how to interact with your APIs using MCP tool declarations.
Error Code Diagnostics & Cross-Referencing Index
↳ AI Agent Fix Prompt
Provide a comprehensive table or section listing error codes, their causes, and solutions. This lets agents cross-reference error stacks and resolve integration errors automatically.