{"name":"Tender Analyzer","description":"AI-powered analyzer for German procurement documents: extracts the essential tender requirements, identifies contradictions across the document bundle, and auto-generates bidder questions (Bieterfragen).","version":"1.0.0","inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","title":"Tender Analyzer Input","required":["document_file_ids"],"properties":{"document_file_ids":{"type":"array","items":{"type":"string","format":"uuid"},"minItems":1,"maxItems":10,"title":"Tender Documents","description":"Upload the procurement document bundle (PDF, DOCX, XLSX, PPTX). All files will be analyzed together."},"additional_instructions":{"type":"string","title":"Additional Instructions (optional)","description":"Optional free-text instructions or specific questions about the tender documents.","maxLength":2000}}},"_links":{"self":{"href":"https://tender-analysis.marketplace.cloudflight.dev/"},"upload":{"href":"https://tender-analysis.marketplace.cloudflight.dev/upload","method":"POST","title":"Upload documents"},"execute":{"href":"https://tender-analysis.marketplace.cloudflight.dev/execute","method":"POST","title":"Start analysis"}}}