{
  "protocolVersion": "0.3.0",
  "name": "Diana | Legal Document Analyst",
  "description": "Legal document analyzer for contracts, court filings, correspondence, and notices. Input: uploaded document (PDF, DOCX, or pasted text). Output: structured analysis containing risk identification with severity ratings, red flag detection, extracted action items, prioritized response strategy, and decision-ready summary. Designed for internal legal team use. Stateless. Single-document or multi-document batch supported.",
  "url": "https://squidgy.ai/agents/legal_doc_analyzer",
  "provider": {
    "organization": "Squidgy",
    "url": "https://squidgy.ai"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "a2a": true,
    "mcp": true
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "tokenUrl": "https://squidgy.ai/api/auth/agent-token",
    "instructions": "Obtain a bearer token via the Squidgy API or Anyport TokenRouter. Include as Authorization: Bearer <token> header."
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "document-analysis-workflow",
      "name": "Document Analysis Workflow",
      "description": "Multi-step workflow for analyzing legal documents including issue identification, clause extraction, inconsistency detection, and urgent issue flagging.",
      "tags": [
        "squidgy",
        "legal_doc_analyzer"
      ],
      "examples": [
        "Analyze uploaded legal documents",
        "Identify risks and red flags",
        "Generate response strategy",
        "Create internal briefing memo"
      ]
    },
    {
      "id": "risk-assessment-&-red-flags",
      "name": "Risk Assessment & Red Flags",
      "description": "Framework for identifying, categorizing, and prioritizing legal risks with severity ratings and mitigation recommendations.",
      "tags": [
        "squidgy",
        "legal_doc_analyzer"
      ],
      "examples": []
    },
    {
      "id": "client-response-strategy",
      "name": "Client Response Strategy",
      "description": "Structured approach to developing actionable client response strategies including timeline assessment, defense identification, and next steps.",
      "tags": [
        "squidgy",
        "legal_doc_analyzer"
      ],
      "examples": []
    }
  ],
  "relatedAgents": [
    {
      "name": "Pipeline Pro | Sales Pipeline Architect",
      "url": "https://squidgy.ai/agents/pipeline_pro",
      "description": "Track legal matters through a structured pipeline"
    }
  ],
  "endpoints": {
    "a2a": "https://squidgy.ai/api/a2a/legal_doc_analyzer",
    "mcp": "https://mcp.squidgy.ai/legal_doc_analyzer",
    "chat": "https://squidgy.ai/api/embed/chat"
  },
  "pricing": {
    "model": "per-message",
    "details": "Free during beta. Usage-based pricing via Anyport metering coming soon."
  },
  "documentationUrl": "https://squidgy.ai/agents/legal_doc_analyzer",
  "iconUrl": "https://squidgy.ai/Squidgy AI Assistants Avatars/8.png",
  "metadata": {
    "category": "operations",
    "specialization": "Legal Document Intelligence & Risk Analysis",
    "tags": [
      "squidgy",
      "legal_doc_analyzer",
      "operations",
      "legal-document-intelligence-&-risk-analysis"
    ]
  }
}