{
  "$schema": "https://ar-agents.ar/schemas/tools.manifest.v1.json",
  "package": "@ar-agents/gde-tad",
  "version": "0.3.4",
  "description": "TAD (Trámites a Distancia) + GDE (Gestión Documental Electrónica) primitives — DEC inbox polling, Mis Trámites listing, IGJ inscription pre-flight. The 4th pieza for sociedades-IA.",
  "tools": [
    {
      "name": "get_critical_notifications",
      "description": "List only critical DEC notifications (notificaciones críticas del DEC), ordenadas por fecha de respuesta más cercana. Use this in the agent's morning loop to know what MUST be answered today/this week"
    },
    {
      "name": "list_domicilio_inbox",
      "description": "List electronic-domicile notifications (notificaciones del Domicilio Electrónico Constituido, DEC) de una sociedad/persona. Cada notificación incluye organismo, asunto, fecha de notificación, fecha de"
    },
    {
      "name": "list_mis_tramites",
      "description": "List TAD case files where the company/person is a party (expedientes y trámites en TAD). Útil para reporting, due diligence, y para el agente saber qué tiene en curso vs. qué resolvió. Read-only, no i"
    },
    {
      "name": "validate_igj_inscription",
      "description": "Pre-flight validator para una inscripción IGJ (SAS/SRL/SA/SOCIEDAD-IA). Catches the ~30% of rejections that are mechanical (denominación reservada, capital bajo el mínimo, aportes que no suman, CUIT i"
    }
  ],
  "name": "@ar-agents/gde-tad",
  "meta": {
    "generated_by": "scripts/regen-manifests.mjs",
    "tool_count": 4
  }
}
