← WebMCP Directory

Tool tree

midrex.com

Productivity & Business
https://www.midrex.com/
Direct reduced iron technology and industry information
Explore capabilities

Tools verified

direct_from_midrex_signup_11d14c1Sensitive Action

Submit the Direct From Midrex Signup form with the provided field values.

View tool JSON
{
  "name": "direct_from_midrex_signup_11d14c1",
  "kind": "transact",
  "impl": "declarative",
  "description": "Submit the Direct From Midrex Signup form with the provided field values.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "df-first": {
        "type": "string",
        "description": "First Name"
      },
      "df-last": {
        "type": "string",
        "description": "Last Name"
      },
      "df-email": {
        "type": "string",
        "description": "Email"
      },
      "df-consent": {
        "type": "boolean",
        "description": "By checking this box you agree to Midrex’s Privacy Policy."
      }
    },
    "required": [
      "df-first",
      "df-last",
      "df-email",
      "df-consent"
    ]
  }
}