{
  "schema_version": "1.0",
  "name": "adrianoluis-net-services",
  "description": "Machine-readable information about Adriano Rocha, Senior Android Engineer. Tools below redirect to static briefing documents.",
  "url": "https://adrianoluis.net",
  "tools": [
    {
      "name": "get_briefing",
      "description": "Returns a structured briefing about Adriano Rocha — background, experience, skills, and availability.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "depth": {
            "type": "string",
            "enum": ["summary", "full"],
            "description": "'summary' returns llms.txt, 'full' returns llms-full.txt."
          }
        }
      },
      "output": {
        "type": "redirect",
        "urls": {
          "summary": "https://adrianoluis.net/llms.txt",
          "full": "https://adrianoluis.net/llms-full.txt"
        }
      }
    },
    {
      "name": "get_services",
      "description": "Returns the catalog of services Adriano offers, in JSON.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "output": {
        "type": "redirect",
        "urls": {
          "default": "https://adrianoluis.net/.well-known/ai.json"
        }
      }
    }
  ]
}
