agentready
B

secretsofsuccess.com

https://www.secretsofsuccess.com/roundpegs?r=2

No WebMCP API Scanned 7 hours ago Tier 1 1 page(s)

75.8
Score / 100

Readiness Report

This site exposes no WebMCP tools yet. Here is every surface that should become one.

This result is from an earlier scan. Re-scan to pick up any changes to the page — or to this scanner.
Actionable surfaces
100%
Annotatability
52%
Blockers
90%
Adjacent readiness
50%

Findings

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.

checkout_order Sensitive action Needs labels first form:nth-of-type(5) LLM

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."
    }
  }
}
checkout_order_2 Sensitive action Needs labels first form:nth-of-type(2) LLM

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."
    }
  }
}
checkout_order_3 Sensitive action Needs a refactor #checkout LLM

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."
    }
  }
}
check_all Action Needs a refactor #id-6Z-Ld8ZlE-8 LLM

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_form Action Needs labels first form:nth-of-type(1) LLM

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