← WebMCP Directory

Tool tree

exagard.com

liveHealth & Education
https://exagard.com/
Practical safety training made for your workplace. Tailored to your space, so your team is ready when it matters most.
Explore capabilities
get_exagard_infoAnswer

Get concise information about Exagard workplace safety training, compliance capabilities, and trial links.

View tool JSON
{
  "name": "get_exagard_info",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get concise information about Exagard workplace safety training, compliance capabilities, and trial links.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
start_exagard_signupAction

Start Exagard signup for an organisation. Sends a verification code to the supplied contact email.

View tool JSON
{
  "name": "start_exagard_signup",
  "kind": "act",
  "impl": "imperative",
  "description": "Start Exagard signup for an organisation. Sends a verification code to the supplied contact email.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "organisationName": {
        "type": "string",
        "description": "Organisation name, up to 200 characters."
      },
      "contactEmail": {
        "type": "string",
        "format": "email",
        "description": "Contact email that receives the verification code."
      }
    },
    "required": [
      "organisationName",
      "contactEmail"
    ],
    "additionalProperties": false
  }
}