secretsofsuccess.com
https://www.secretsofsuccess.com/roundpegs?r=2
No WebMCP API Scanned 7 hours ago Tier 1 1 page(s)
Readiness Report
This site exposes no WebMCP tools yet. Here is every surface that should become one.
Findings
- Warning Input fields on this page sit outside any <form> element. Declarative WebMCP attributes go on a <form>, so these need wrapping before they can be annotated.
- Info This page has a CSS-hidden form carrying only tracking and transport fields. It is not a surface an agent can use, so no tool is suggested for it.
Header snippet — structured data
Paste into your builder's header code slot (ClickFunnels: Show Code → Header Code). This is metadata, not behaviour: it does not register tools, it tells crawlers and agents what this page can do before they act. It is what the adjacent-readiness score measures.
<!-- agentready — structured data for https://www.secretsofsuccess.com/roundpegs?r=2
WHERE TO PASTE THIS: your builder's HEADER code slot.
ClickFunnels: Show Code > Header Code.
Unlike the footer snippet, this is metadata rather than behaviour: it does not wait for
anything to render, and it belongs in the document head.
It does NOT register WebMCP tools — the footer snippet does that. This is what a crawler or
an agent reads before it decides to act, and it is what the report's adjacent-readiness
pillar scores. -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"url": "https://www.secretsofsuccess.com/roundpegs?r=2",
"name": "Success Secrets from History's Greatest Thinkers",
"potentialAction": [
{
"@type": "BuyAction",
"name": "checkout_order",
"description": "Complete checkout and charge the customer, confirm with user before calling.",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.secretsofsuccess.com/roundpegs?r=2",
"actionPlatform": [
"https://schema.org/DesktopWebPlatform",
"https://schema.org/MobileWebPlatform"
]
}
},
{
"@type": "BuyAction",
"name": "checkout_order_2",
"description": "Place an order and charge the customer, confirm with user before calling.",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.secretsofsuccess.com/roundpegs?r=2",
"actionPlatform": [
"https://schema.org/DesktopWebPlatform",
"https://schema.org/MobileWebPlatform"
]
}
},
{
"@type": "BuyAction",
"name": "checkout_order_3",
"description": "Complete checkout and charge the customer, confirm with user before calling.",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.secretsofsuccess.com/roundpegs?r=2",
"actionPlatform": [
"https://schema.org/DesktopWebPlatform",
"https://schema.org/MobileWebPlatform"
]
}
},
{
"@type": "Action",
"name": "check_all",
"description": "Submit the please check all form with the provided survey response.",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.secretsofsuccess.com/roundpegs?r=2",
"actionPlatform": [
"https://schema.org/DesktopWebPlatform",
"https://schema.org/MobileWebPlatform"
]
}
},
{
"@type": "Action",
"name": "submit_form",
"description": "Submit the form with provided shipping and product information.",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.secretsofsuccess.com/roundpegs?r=2",
"actionPlatform": [
"https://schema.org/DesktopWebPlatform",
"https://schema.org/MobileWebPlatform"
]
}
}
]
}
</script>
Suggested tools (5)
Each block is a paste-in patch. Declarative attributes only — no JavaScript; Chrome compiles the schema for you.
Complete checkout and charge the customer, confirm with user before calling.
Paste-in patch
<form toolname="checkout_order" tooldescription="Complete checkout and charge the customer, confirm with user before calling." > <input name="first_name" type="text" toolparamdescription="First Name." /> <input name="last_name" type="text" toolparamdescription="Last Name." /> <input name="email" type="email" toolparamdescription="Email — a valid email address." /> <input name="phone_number" type="text" toolparamdescription="Phone Number." /> <input name="shipping_address" type="text" toolparamdescription="Address." /> <input name="shipping_address_2" type="text" toolparamdescription="Apartment, building, floor (optional)." /> <select name="shipping_country" toolparamdescription="Shipping country."></select> <select name="shipping_state" toolparamdescription="Shipping state."></select> <input name="shipping_city" type="text" toolparamdescription="City." /> <input name="shipping_zip" type="text" toolparamdescription="Postal Code." /> <input name="product" type="radio" toolparamdescription="Product." /> <select name="property_4961" toolparamdescription="Property 4961. One of: 16579, 16821."></select> <input name="billing_same_as_shipping" type="checkbox" toolparamdescription="Whether billing same as shipping is selected." /> <input name="billing_address" type="text" toolparamdescription="Address." /> <input name="billing_address_2" type="text" toolparamdescription="Apartment, building, floor (optional)." /> <select name="billing_country" toolparamdescription="Billing country."></select> <select name="billing_state" toolparamdescription="Billing state."></select> <input name="billing_city" type="text" toolparamdescription="City." /> <input name="billing_zip" type="text" toolparamdescription="Postal Code." /> <input name="product" type="checkbox" toolparamdescription="Whether product is selected." /> <input name="product" type="checkbox" toolparamdescription="Whether product is selected." /> <!-- ...your existing markup... --> </form>
Generated schema
{
"type": "object",
"properties": {
"first_name": {
"type": "string",
"description": "First Name."
},
"last_name": {
"type": "string",
"description": "Last Name."
},
"email": {
"type": "string",
"format": "email",
"description": "Email — a valid email address."
},
"phone_number": {
"type": "string",
"description": "Phone Number."
},
"shipping_address": {
"type": "string",
"description": "Address."
},
"shipping_address_2": {
"type": "string",
"description": "Apartment, building, floor (optional)."
},
"shipping_country": {
"type": "string",
"description": "Shipping country."
},
"shipping_state": {
"type": "string",
"description": "Shipping state."
},
"shipping_city": {
"type": "string",
"description": "City."
},
"shipping_zip": {
"type": "string",
"description": "Postal Code."
},
"product": {
"type": "string",
"description": "Product."
},
"property_4961": {
"type": "string",
"enum": [
"16579",
"16821"
],
"description": "Property 4961. One of: 16579, 16821."
},
"billing_same_as_shipping": {
"type": "boolean",
"description": "Whether billing same as shipping is selected."
},
"billing_address": {
"type": "string",
"description": "Address."
},
"billing_address_2": {
"type": "string",
"description": "Apartment, building, floor (optional)."
},
"billing_country": {
"type": "string",
"description": "Billing country."
},
"billing_state": {
"type": "string",
"description": "Billing state."
},
"billing_city": {
"type": "string",
"description": "City."
},
"billing_zip": {
"type": "string",
"description": "Postal Code."
}
}
}
Place an order and charge the customer, confirm with user before calling.
Paste-in patch
<form toolname="checkout_order_2" tooldescription="Place an order and charge the customer, confirm with user before calling." > <input name="product" type="radio" toolparamdescription="Product." /> <select name="property_4961" toolparamdescription="Property 4961. One of: 16579, 16821."></select> <input name="shipping_address" type="text" toolparamdescription="Address." /> <input name="shipping_address_2" type="text" toolparamdescription="Apartment, building, floor (optional)." /> <select name="shipping_country" toolparamdescription="Shipping country."></select> <select name="shipping_state" toolparamdescription="Shipping state."></select> <input name="shipping_city" type="text" toolparamdescription="City." /> <input name="shipping_zip" type="text" toolparamdescription="Postal Code." /> <input name="selected-shipping-address" type="radio" toolparamdescription="Selected shipping address." /> <input name="shipping_address" type="text" toolparamdescription="Address." /> <input name="shipping_address_2" type="text" toolparamdescription="Apartment, building, floor (optional)." /> <select name="shipping_country" toolparamdescription="Shipping country."></select> <select name="shipping_state" toolparamdescription="Shipping state."></select> <input name="shipping_city" type="text" toolparamdescription="City." /> <input name="shipping_zip" type="text" toolparamdescription="Postal Code." /> <input name="billing_same_as_shipping" type="checkbox" toolparamdescription="Whether billing same as shipping is selected." /> <input name="selected-billing-address" type="radio" toolparamdescription="Selected billing address." /> <input name="billing_address" type="text" toolparamdescription="Address." /> <input name="billing_address_2" type="text" toolparamdescription="Apartment, building, floor (optional)." /> <select name="billing_country" toolparamdescription="Billing country."></select> <select name="billing_state" toolparamdescription="Billing state."></select> <input name="billing_city" type="text" toolparamdescription="City." /> <input name="billing_zip" type="text" toolparamdescription="Postal Code." /> <select name="payment_method" toolparamdescription="Payment method. One of: new-payment."></select> <!-- ...your existing markup... --> </form>
Generated schema
{
"type": "object",
"properties": {
"product": {
"type": "string",
"description": "Product."
},
"property_4961": {
"type": "string",
"enum": [
"16579",
"16821"
],
"description": "Property 4961. One of: 16579, 16821."
},
"shipping_address": {
"type": "string",
"description": "Address."
},
"shipping_address_2": {
"type": "string",
"description": "Apartment, building, floor (optional)."
},
"shipping_country": {
"type": "string",
"description": "Shipping country."
},
"shipping_state": {
"type": "string",
"description": "Shipping state."
},
"shipping_city": {
"type": "string",
"description": "City."
},
"shipping_zip": {
"type": "string",
"description": "Postal Code."
},
"selected_shipping_address": {
"type": "string",
"description": "Selected shipping address."
},
"billing_same_as_shipping": {
"type": "boolean",
"description": "Whether billing same as shipping is selected."
},
"selected_billing_address": {
"type": "string",
"description": "Selected billing address."
},
"billing_address": {
"type": "string",
"description": "Address."
},
"billing_address_2": {
"type": "string",
"description": "Apartment, building, floor (optional)."
},
"billing_country": {
"type": "string",
"description": "Billing country."
},
"billing_state": {
"type": "string",
"description": "Billing state."
},
"billing_city": {
"type": "string",
"description": "City."
},
"billing_zip": {
"type": "string",
"description": "Postal Code."
},
"payment_method": {
"type": "string",
"enum": [
"new-payment"
],
"description": "Payment method. One of: new-payment."
}
}
}
Complete checkout and charge the customer, confirm with user before calling.
There is no HTML patch for this surface: its inputs are not inside a <form>, so the declarative attributes have nowhere to live. The footer snippet above is the way to annotate it.
Generated schema
{
"type": "object",
"properties": {
"otc": {
"type": "string",
"description": "Otc."
},
"phone_number": {
"type": "string",
"description": "Phone Number."
},
"new_phone": {
"type": "string",
"description": "New phone."
}
}
}
Submit the please check all form with the provided survey response.
There is no HTML patch for this surface: its inputs are not inside a <form>, so the declarative attributes have nowhere to live. The footer snippet above is the way to annotate it.
Generated schema
{
"type": "object",
"properties": {
"sos_survey2": {
"type": "boolean",
"description": "Whether sos survey2 is selected."
}
}
}
Submit the form with provided shipping and product information.
Paste-in patch
<form toolname="submit_form" tooldescription="Submit the form with provided shipping and product information." > <input name="product" type="radio" toolparamdescription="Product." /> <select name="property_4961" toolparamdescription="Property 4961. One of: 16579, 16821."></select> <input name="shipping_address" type="text" toolparamdescription="Address." /> <input name="shipping_address_2" type="text" toolparamdescription="Apartment, building, floor (optional)." /> <select name="shipping_country" toolparamdescription="Shipping country."></select> <select name="shipping_state" toolparamdescription="Shipping state."></select> <input name="shipping_city" type="text" toolparamdescription="City." /> <input name="shipping_zip" type="text" toolparamdescription="Postal Code." /> <input name="selected-shipping-address" type="radio" toolparamdescription="Selected shipping address." /> <input name="shipping_address" type="text" toolparamdescription="Address." /> <input name="shipping_address_2" type="text" toolparamdescription="Apartment, building, floor (optional)." /> <select name="shipping_country" toolparamdescription="Shipping country."></select> <select name="shipping_state" toolparamdescription="Shipping state."></select> <input name="shipping_city" type="text" toolparamdescription="City." /> <input name="shipping_zip" type="text" toolparamdescription="Postal Code." /> <!-- ...your existing markup... --> </form>
Generated schema
{
"type": "object",
"properties": {
"product": {
"type": "string",
"description": "Product."
},
"property_4961": {
"type": "string",
"enum": [
"16579",
"16821"
],
"description": "Property 4961. One of: 16579, 16821."
},
"shipping_address": {
"type": "string",
"description": "Address."
},
"shipping_address_2": {
"type": "string",
"description": "Apartment, building, floor (optional)."
},
"shipping_country": {
"type": "string",
"description": "Shipping country."
},
"shipping_state": {
"type": "string",
"description": "Shipping state."
},
"shipping_city": {
"type": "string",
"description": "City."
},
"shipping_zip": {
"type": "string",
"description": "Postal Code."
},
"selected_shipping_address": {
"type": "string",
"description": "Selected shipping address."
}
}
}
Raw data
The same report as JSON: /v1/scans/scan_ed29602d1531466ea5148c46