{
"webmcp_version": "1.0",
"site": {
"name": "Acme Corp",
"domain": "acme.com",
"description": "We build great products.",
"agent_instructions": "This site has 2 agent-ready actions: contact_form and book_consultation."
},
"actions": [
{
"name": "Contact Form",
"type": "contact_form",
"tool_name": "contact_form",
"description": "Send a message to the Acme team",
"selector": "#contact-form",
"page_url": "https://acme.com/contact",
"enabled": true,
"before_prompt": "Have name, email and question ready.",
"success_prompt": "Message sent. We reply within 24 hours.",
"failure_prompt": "Email 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": false }
]
}
]
}