{
  "name": "Aafia Public Tools Agent",
  "description": "Arabic read-only discovery agent for Aafia pregnancy, birth, baby, wellness tools, and informational articles.",
  "url": "https://perfumeriatucuidado.com",
  "provider": {
    "organization": "Aafia",
    "url": "https://perfumeriatucuidado.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://perfumeriatucuidado.com/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "url": "https://perfumeriatucuidado.com/api",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0.0"
    }
  ],
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "aafia-calculators",
      "name": "Aafia calculators",
      "description": "Discover Arabic pregnancy, birth, baby, and wellness calculators with canonical URLs.",
      "tags": [
        "pregnancy",
        "birth",
        "baby",
        "wellness",
        "arabic"
      ],
      "examples": [
        "List the Aafia pregnancy calculators",
        "Get the canonical URL for the due date calculator"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    },
    {
      "id": "aafia-content",
      "name": "Aafia content",
      "description": "Read, summarize, and cite Aafia Arabic articles and public informational pages.",
      "tags": [
        "articles",
        "citations",
        "arabic",
        "health-information"
      ],
      "examples": [
        "Fetch this Aafia article as Markdown",
        "Find related Aafia content for hospital bag planning"
      ],
      "inputModes": [
        "text/plain",
        "text/markdown"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    }
  ]
}