{"spec":"webmcp/0.1","site":"https://www.harmate.com","tools":[{"name":"send_contact_message","description":"Send a contact message to the Harmate team from the public website.","url":"https://www.harmate.com/api/contact","method":"POST","contentType":"application/json","parameters":[{"name":"name","type":"string","description":"Sender full name","required":true},{"name":"email","type":"string","description":"Sender email address","required":true},{"name":"subject","type":"string","description":"Message subject","required":true},{"name":"message","type":"string","description":"Message body","required":true}],"inputSchema":{"type":"object","additionalProperties":false,"required":["name","email","subject","message"],"properties":{"name":{"type":"string","description":"Sender full name.","minLength":2,"maxLength":120},"email":{"type":"string","description":"Sender email address.","format":"email","pattern":"^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$","maxLength":254},"subject":{"type":"string","description":"Message subject.","minLength":3,"maxLength":180},"message":{"type":"string","description":"Message body.","minLength":10,"maxLength":5000},"cap_token":{"type":"string","description":"Optional CAP anti-bot token.","minLength":10,"maxLength":4096}}},"readOnlyHint":false,"safety":{"requiresConfirmation":true,"writesData":true}},{"name":"subscribe_newsletter","description":"Subscribe a visitor to Harmate newsletter updates.","url":"https://api.harmate.com/public/newsletterSubscription/","method":"POST","contentType":"application/json","parameters":[{"name":"email","type":"string","description":"Subscriber email address","required":true}],"inputSchema":{"type":"object","additionalProperties":false,"required":["email","website","form_started_at_ms"],"properties":{"email":{"type":"string","description":"Subscriber email address.","format":"email","pattern":"^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$","maxLength":254},"website":{"type":"string","description":"Honeypot field that must remain empty for valid users.","maxLength":120},"form_started_at_ms":{"type":"integer","description":"Client-side form start timestamp in milliseconds.","minimum":0},"cap_token":{"type":"string","description":"Optional CAP anti-bot token.","minLength":10,"maxLength":4096}}},"readOnlyHint":false,"safety":{"requiresConfirmation":true,"writesData":true}},{"name":"read_llms_overview","description":"Read the machine-oriented content overview for Harmate pages.","url":"https://www.harmate.com/llms.txt","method":"GET","contentType":"text/plain","inputSchema":{"type":"object","additionalProperties":false,"properties":{"format":{"type":"string","description":"Output format preference.","enum":["text"],"default":"text"}}},"readOnlyHint":true,"safety":{"requiresConfirmation":false,"writesData":false}}]}