{
 "id": "example",
 "endpoint": "https://www.pathwren.workers.dev/tools/example",
 "title": "A worked example, run for real — no arguments",
 "what": "Takes no arguments at all. It runs this host's flagship tool (classify_user_agent) on a canned input from our own published log — the busiest client we have seen — and returns exactly the answer a real call returns, not a mock. Use it to see the shape of an answer before deciding what to send.",
 "auth": "none — no account, no key, no handshake, no session",
 "method": "GET",
 "cors": "*",
 "cache_seconds": 3600,
 "parameters": [],
 "example": {
  "url": "https://www.pathwren.workers.dev/tools/example?&s=client-dossiers",
  "curl": "curl -s 'https://www.pathwren.workers.dev/tools/example?&s=client-dossiers'",
  "what_it_answers": "The worked example itself: the arguments used, where they came from, and the real structuredContent of the call."
 },
 "same_answer_over_mcp": {
  "server": "ai-crawler-index",
  "endpoint": "https://www.pathwren.workers.dev/mcp",
  "method": "tools/call",
  "tool": "example",
  "note": "The GET endpoint calls this tool in-process through the MCP server's own JSON-RPC envelope. One implementation, two doors."
 },
 "caveats": [
  "The input is canned from this host's own data. No third party is contacted and no URL of yours is fetched.",
  "The same answer over MCP: tools/call example with arguments {}."
 ],
 "docs": "https://www.pathwren.workers.dev/tools/example.html?s=client-dossiers",
 "catalogue": "https://www.pathwren.workers.dev/tools/index.json?s=client-dossiers",
 "license": "CC0-1.0",
 "independent": true
}