Browse Tasks

Select Task

Select Task

Select Task

Select Task

Select category

Select category

Select category

Select category

Select Tasks

Select Industry

Legal Citation Validation

Legal Language Simplification and Explanation

B2B Terms Summarisation

Risk Assessment for Business Proposals

Regulatory Update Impact Assessment

Organisational Risk Tolerance Analysis for Contracts and Policies

Legal Document Summary

Contract Clause Categorisation

Document Management

Contract Clause Categorisation

This agentic AI task performs automated contract clause extraction and categorisation - essential for legal document analysis agents. The task configuration outlines how to:

  • Identify and extract critical contract clauses from legal documents

  • Categorise clauses by type and significance (termination, liability, etc.)

  • Analyze party obligations and responsibilities

  • Assess clause risk levels and flag unusual provisions

  • Generate structured summaries of key contract terms

  • Provide risk assessment scores for overall agreements


As a modular task, it integrates seamlessly with document management systems and legal review platforms, enabling AI agents to execute systematic contract analysis within existing legal workflows. The task specification includes outputs for clause extraction, categorization, and risk assessment, adaptable across various contract types including commercial agreements, employment contracts, and service agreements.

Example outputs:

{
  "extracted_clauses": [
    {
      "text": "This Agreement shall commence on the Effective Date and shall continue for an initial term of three (3) years, unless terminated earlier in accordance with Section 12.",
      "category": "Term",
      "explanation": "This clause defines the duration of the contract, setting an initial term of three years with potential for early termination."
    },
    {
      "text": "Each party (the 'Indemnifying Party') shall indemnify, defend, and hold harmless the other party from and against any and all claims, damages, losses, liabilities, costs, and expenses (including reasonable attorneys' fees) arising out of or relating to any third-party claim alleging that the Indemnifying Party's products or services infringe upon any intellectual property rights of such third party.",
      "category": "Indemnification",
      "explanation": "This clause outlines the mutual obligation of both parties to protect each other from third-party intellectual property infringement claims."
    },
    {
      "text": "All information disclosed by either party to the other party, whether orally or in writing, that is designated as confidential or that reasonably should be understood to be confidential given the nature of the information and the circumstances of disclosure, shall be deemed Confidential Information.",
      "category": "Confidentiality",
      "explanation": "This clause defines what constitutes confidential information in the context of this agreement, covering both written and oral disclosures."
    }
  ],
  "clause_summary": "The contract includes standard provisions for its term (3 years), mutual indemnification for intellectual property claims, and a broad definition of confidential information. It appears to be a general commercial agreement with emphasis on protecting intellectual property and maintaining confidentiality.",
  "clause_categories": [
    "Term",
    "Indemnification",
    "Confidentiality",
    "Termination",
    "Governing Law"
  ],
  "missing_clauses": [
    "Force Majeure",
    "Dispute Resolution"
  ],
  "analysis_confidence": "High"