{"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"],"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.)"}}},"_links":{"self":{"href":"https://contract-checker.marketplace.cloudflight.dev/"},"upload":{"href":"https://contract-checker.marketplace.cloudflight.dev/upload","method":"POST","title":"Upload documents"},"execute":{"href":"https://contract-checker.marketplace.cloudflight.dev/execute","method":"POST","title":"Start analysis"},"defaultPlaybook":{"href":"https://contract-checker.marketplace.cloudflight.dev/assets/default-playbook","title":"Download default Legal Playbook template"}}}