← WebMCP Directory

Tool tree

tecobi.com

Productivity & Business
https://www.tecobi.com/
Automotive dealership lead follow-up software
Explore capabilities

Tools verified

subscribe-tecobi-updatesSensitive Action

Subscribe to TECOBI product updates, resources, and announcements.

View tool JSON
{
  "name": "subscribe-tecobi-updates",
  "kind": "transact",
  "impl": "declarative",
  "description": "Subscribe to TECOBI product updates, resources, and announcements.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "firstName": {
        "type": "string",
        "description": "First Name"
      },
      "lastName": {
        "type": "string",
        "description": "Last Name"
      },
      "company": {
        "type": "string",
        "description": "Company"
      },
      "email": {
        "type": "string",
        "description": "Email"
      }
    },
    "required": [
      "firstName",
      "lastName",
      "company",
      "email"
    ]
  }
}