{
  "name": "tbsch.de",
  "description": "Personal tech blog by Tobias Schulz (smart home, technology and assorted topics). Read-only content source for AI agents — not an interactive A2A/MCP agent.",
  "url": "https://tbsch.de/",
  "version": "1.0.0",
  "contentLanguage": "de",
  "provider": {
    "organization": "Tobias Schulz",
    "url": "https://tbsch.de/"
  },
  "documentationUrl": "https://tbsch.de/llms.txt",
  "protocols": {
    "http": true,
    "a2a": false,
    "mcp": false
  },
  "capabilities": {
    "readOnly": true,
    "streaming": false,
    "actions": false
  },
  "defaultOutputModes": ["text/markdown", "text/plain"],
  "resources": [
    {
      "type": "llms-txt",
      "description": "LLM-friendly index of all posts, categories, series and pages.",
      "url": "https://tbsch.de/llms.txt",
      "mediaType": "text/plain"
    },
    {
      "type": "sitemap",
      "description": "XML sitemap of all indexable pages.",
      "url": "https://tbsch.de/sitemap.xml",
      "mediaType": "application/xml"
    },
    {
      "type": "feed",
      "description": "Atom feed of the latest posts.",
      "url": "https://tbsch.de/feed.atom",
      "mediaType": "application/atom+xml"
    },
    {
      "type": "feed",
      "description": "JSON Feed (1.1) of the latest posts.",
      "url": "https://tbsch.de/feed.json",
      "mediaType": "application/feed+json"
    },
    {
      "type": "feed",
      "description": "RSS feed of the latest posts.",
      "url": "https://tbsch.de/rss.xml",
      "mediaType": "application/rss+xml"
    },
    {
      "type": "api",
      "description": "Read-only JSON snapshot of the author's Home Assistant smart-home statistics.",
      "url": "https://tbsch.de/api/smart-home",
      "mediaType": "application/json"
    }
  ]
}
