{"name":"Tender Agent","description":"A 7-step guided workflow for creating professional Requests for Proposal (RFPs). Validates specifications, enriches with AI, matches suppliers, and generates branded DOCX documents.","version":"1.0.0","inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","title":"Tender Agent Input","description":"Input for creating a professional RFP from a service specification","properties":{"spec_text":{"type":"string","title":"Service Specification","description":"The raw service specification text describing what you want to procure. Should include objectives, scope, requirements, timeline, and deliverables.","minLength":20,"maxLength":50000},"spec_file":{"type":"string","format":"uuid","title":"Specification Document","description":"Upload a specification document (PDF, DOCX, DOC, TXT) instead of pasting text"}}},"_links":{"self":{"href":"https://tender-agent.marketplace.cloudflight.dev/"},"upload":{"href":"https://tender-agent.marketplace.cloudflight.dev/upload","method":"POST","title":"Upload documents"},"wizard":{"href":"https://tender-agent.marketplace.cloudflight.dev/wizard/session","method":"POST","title":"Start RFP wizard"}}}