{
  "schema_version": "1.0",
  "name": "Logicplanes",
  "description": "Independent software studio website. Contact, legal, and company information.",
  "url": "https://logicplanes.com",
  "contact": {
    "email": "hello@logicplanes.com"
  },
  "capabilities": [
    {
      "name": "get_site_info",
      "description": "Return company overview, contact details, and links to machine-readable pages.",
      "parameters": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "enum": ["en", "de"],
            "description": "Preferred language for page links."
          }
        }
      }
    },
    {
      "name": "get_page_markdown",
      "description": "Fetch a page as Markdown via content negotiation or .md suffix.",
      "parameters": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "description": "Page path without language prefix, e.g. /contact or /"
          },
          "lang": {
            "type": "string",
            "enum": ["en", "de"]
          }
        },
        "required": ["path"]
      }
    }
  ],
  "resources": {
    "llms_txt": "https://logicplanes.com/llms.txt",
    "sitemap": "https://logicplanes.com/sitemap.xml",
    "markdown_home_en": "https://logicplanes.com/en.md",
    "markdown_home_de": "https://logicplanes.com/de.md"
  }
}
