{
"webmcp_version": "1.0",
"site": {
"name": "Acme Corp",
"domain": "acme.com",
"description": "We build the best widgets in Switzerland.",
"agent_instructions": "This website has 2 agent-ready actions. Use contact_form to reach the team or book_consultation to schedule a call."
},
"actions": [
{
"name": "Contact Form",
"type": "contact_form",
"tool_name": "contact_form",
"description": "Send a message to the Acme Corp team",
"selector": "#contact-form",
"page_url": "https://acme.com/contact",
"enabled": true,
"before_prompt": "Please have the customer's name, email, and question ready.",
"success_prompt": "Message sent. The team responds within 24 hours.",
"failure_prompt": "Try emailing hello@acme.com directly.",
"next_action": {
"url": "https://calendly.com/acme/30min",
"label": "Book a meeting"
},
"fields": [
{ "name": "name", "type": "text", "required": true },
{ "name": "email", "type": "email", "required": true },
{ "name": "message", "type": "textarea", "required": true }
]
}
]
}