← WebMCP Directory

Tool tree

tryriot.com

Developer Tools
https://tryriot.com/
Riot is the leading employee security posture management platform, keeping thousands of the world's leading companies safe from hackers.
Explore capabilities

Tools verified

page: Every page

book_demoSensitive Action

Book a demo call with the Riot Security sales team. Use when the user wants to see Riot in action or asks for a sales conversation. Returns the demo page URL that the agent should open so the user can fill in the form.

View tool JSON
{
  "name": "book_demo",
  "kind": "transact",
  "impl": "imperative",
  "description": "Book a demo call with the Riot Security sales team. Use when the user wants to see Riot in action or asks for a sales conversation. Returns the demo page URL that the agent should open so the user can fill in the form.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
start_free_trialAction

Start a free Riot Security trial. No credit card required. Returns the URL the agent should open to sign in or start a trial.

View tool JSON
{
  "name": "start_free_trial",
  "kind": "act",
  "impl": "imperative",
  "description": "Start a free Riot Security trial. No credit card required. Returns the URL the agent should open to sign in or start a trial.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "workEmail": {
        "type": "string",
        "format": "email"
      }
    }
  },
  "page": "/"
}
get_pricingAnswer

Point to the authoritative sources for Riot Security pricing. The rate depends on the locale and on team size, so read the sources rather than quoting a single figure.

View tool JSON
{
  "name": "get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Point to the authoritative sources for Riot Security pricing. The rate depends on the locale and on team size, so read the sources rather than quoting a single figure.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}