{
  "id": "cattive:jornaldebarueri.com.br",
  "name": "Jornal de Barueri",
  "description": "Notícias de Barueri, Alphaville e região com credibilidade. Cobertura completa de política, economia, segurança, saúde, cultura, esportes e entretenimento.",
  "url": "https://jornaldebarueri.com.br",
  "version": "1.0.0",
  "provider": {
    "organization": "Cattive Platform",
    "url": "https://cattive.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "type": "http+json/rest",
      "url": "https://jornaldebarueri.com.br/api"
    }
  ],
  "securitySchemes": [
    {
      "type": "oauth2",
      "description": "Supabase-backed OAuth 2.0 for authenticated endpoints.",
      "metadataUrl": "https://jornaldebarueri.com.br/.well-known/oauth-protected-resource"
    }
  ],
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "skills": [
    {
      "id": "search_articles",
      "name": "Search articles",
      "description": "Search published news articles on this portal.",
      "tags": [
        "news",
        "search"
      ]
    },
    {
      "id": "get_portal_info",
      "name": "Portal info",
      "description": "Get editorial policies, coverage areas, contact details.",
      "tags": [
        "portal",
        "metadata"
      ]
    },
    {
      "id": "get_latest_news",
      "name": "Latest news",
      "description": "Get the most recent published articles.",
      "tags": [
        "news",
        "recent"
      ]
    },
    {
      "id": "purchase_legal_ad",
      "name": "Buy legal ad publication",
      "description": "Purchase publication of a legal act (bid, balance sheet, edict) via ACP checkout.",
      "tags": [
        "commerce",
        "legal_ads"
      ]
    }
  ]
}