L2

www.contextshare.dev.

level 2: discoverable

ContextShare is a context-sharing platform designed for both humans and AI agents to share large text, code, and other content via clean, shareable URLs. It provides an API that allows AI agents to create and retrieve persistent pastes or memories, supporting file uploads including PDFs, images, and documents. The service is free, agent-native, and built to bridge communication between humans and AI systems.
Uses semantic HTML elements (header, nav, main, article, section, footer) instead of just divs FAIL
Has proper meta tags (title, description, og:tags, twitter:card) PASS
Includes Schema.org JSON-LD structured data FAIL
Does not block automated access with CAPTCHAs on public content PASS
Content is server-side rendered (visible in HTML source, not just JS-rendered) PASS
Uses clean, readable URLs (no excessive query params or hash fragments) PASS
Has a robots.txt that allows legitimate bot access PASS
Provides an XML sitemap FAIL
Has a /llms.txt file describing the site for LLMs PASS
Publishes an OpenAPI/Swagger specification for its API FAIL
Has comprehensive, machine-readable documentation PASS
Primary content is text-based (not locked in images/videos/PDFs) PASS
Provides a structured REST or GraphQL API PASS
API returns JSON responses with consistent schema FAIL
API supports search and filtering parameters PASS
Has an A2A agent card at /.well-known/agent.json FAIL
Rate limits are documented and return proper 429 responses with Retry-After FAIL
API returns structured error responses with error codes and messages FAIL
Provides an MCP (Model Context Protocol) server FAIL
Supports WebMCP for browser-based agent interaction FAIL
API supports write operations (POST/PUT/PATCH/DELETE), not just reads PASS
Supports agent-friendly authentication (API keys, OAuth client credentials) PASS
Supports webhooks for event notifications FAIL
Write operations support idempotency keys FAIL
Supports event streaming (SSE, WebSockets) for real-time updates FAIL
Supports agent-to-agent capability negotiation FAIL
Has a subscription/management API for agents FAIL
Supports multi-step workflow orchestration FAIL
Can proactively notify agents of relevant changes FAIL
Supports cross-service handoff between agents FAIL