{"name":"Contract Checker","description":"Analyzes legal contracts against a Legal Playbook to evaluate negotiation positions for each clause. Provides color-coded position assessments and actionable recommendations.","version":"1.0.0","inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","title":"Contract Analysis Input","description":"Analyze legal contracts against a Legal Playbook to evaluate negotiation positions","required":["contractFileId","perspective","contractType"],"properties":{"playbookFileId":{"type":"string","format":"uuid","title":"Legal Playbook","description":"Excel document defining your negotiation positions. Download the default template if you don't have a custom playbook."},"contractFileId":{"type":"string","format":"uuid","title":"Contract Document","description":"The contract you want to analyze (MSA, NDA, Service Agreement, etc.)"},"perspective":{"type":"string","enum":["customer","supplier"],"title":"Perspective","description":"Analyze the contract from the customer (buyer) or supplier (vendor) perspective"},"contractType":{"type":"string","enum":["NDA","MSA","SLA"],"title":"Contract Type","description":"The type of contract being analyzed. Determines which playbook sheet is used for evaluation."}}},"_links":{"self":{"href":"https://contract-checker-v2.marketplace.cloudflight.dev/"},"upload":{"href":"https://contract-checker-v2.marketplace.cloudflight.dev/upload","method":"POST","title":"Upload documents"},"execute":{"href":"https://contract-checker-v2.marketplace.cloudflight.dev/execute","method":"POST","title":"Start analysis"},"defaultPlaybook":{"href":"https://contract-checker-v2.marketplace.cloudflight.dev/assets/default-playbook","title":"Download default Legal Playbook template"}}}