← WebMCP Directory

Tool tree

transmitterstudios.com

Productivity & Business
https://www.transmitterstudios.com/
Digital strategy, AI systems, and product development studio
Explore capabilities

Tools verified

navigate_siteAction

Navigates this tab to a public Transmitter main-site page. Destinations are allowlisted.

View tool JSON
{
  "name": "navigate_site",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigates this tab to a public Transmitter main-site page. Destinations are allowlisted.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "destination": {
        "type": "string",
        "enum": [
          "home",
          "about",
          "ai_operations",
          "ai_product_director",
          "ai_for_all",
          "ai_for_agencies",
          "agent_ready_websites",
          "ai_agent_services",
          "just_do_it_for_me",
          "ai_production_systems",
          "director_benefits",
          "white_label_ai_production"
        ]
      }
    },
    "required": [
      "destination"
    ]
  }
}
open_bookingAction

Opens the existing booking dialog on this page. It does not book an appointment.

View tool JSON
{
  "name": "open_booking",
  "kind": "act",
  "impl": "imperative",
  "description": "Opens the existing booking dialog on this page. It does not book an appointment.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
open_strategy_bookingAction

Opens the paid AI Strategy Session scheduler ($250). It does not complete a booking.

View tool JSON
{
  "name": "open_strategy_booking",
  "kind": "act",
  "impl": "imperative",
  "description": "Opens the paid AI Strategy Session scheduler ($250). It does not complete a booking.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
start_email_draftAction

Opens a mailto draft to [email protected]. It does not send email.

View tool JSON
{
  "name": "start_email_draft",
  "kind": "act",
  "impl": "imperative",
  "description": "Opens a mailto draft to [email protected]. It does not send email.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "subject": {
        "type": "string",
        "maxLength": 180
      },
      "body": {
        "type": "string",
        "maxLength": 2000
      }
    }
  }
}