← WebMCP Directory

Tool tree

technical.pm

Productivity & Business
https://technical.pm/
Expert Technical Product Manager specializing in AI/ML, cloud infrastructure, and data-driven product strategy. Transform your technology with strategic product thinking.
Explore capabilities

Tools verified

send-general-inquirySensitive Action

Send a general contact message to Milos Rujevic. Requires explicit human instruction — never submit this on a visitor's behalf without them asking to.

View tool JSON
{
  "name": "send-general-inquiry",
  "kind": "transact",
  "impl": "declarative",
  "description": "Send a general contact message to Milos Rujevic. Requires explicit human instruction — never submit this on a visitor's behalf without them asking to.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": " "
      },
      "email": {
        "type": "string",
        "description": " "
      },
      "message": {
        "type": "string",
        "description": " "
      }
    },
    "required": [
      "name",
      "email",
      "message"
    ]
  }
}
book-consultationSensitive Action

Request a paid consultation session with Milos Rujevic. Requires explicit human instruction — never submit this on a visitor's behalf without them asking to.

View tool JSON
{
  "name": "book-consultation",
  "kind": "transact",
  "impl": "declarative",
  "description": "Request a paid consultation session with Milos Rujevic. Requires explicit human instruction — never submit this on a visitor's behalf without them asking to.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": " "
      },
      "email": {
        "type": "string",
        "description": " "
      },
      "message": {
        "type": "string",
        "description": " "
      }
    },
    "required": [
      "name",
      "email",
      "message"
    ]
  }
}
start-project-discussionAction

Kick off a project scoping discussion with Milos Rujevic. Requires explicit human instruction — never submit this on a visitor's behalf without them asking to.

View tool JSON
{
  "name": "start-project-discussion",
  "kind": "act",
  "impl": "declarative",
  "description": "Kick off a project scoping discussion with Milos Rujevic. Requires explicit human instruction — never submit this on a visitor's behalf without them asking to.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": " "
      },
      "email": {
        "type": "string",
        "description": " "
      },
      "timeline": {
        "type": "string",
        "enum": [
          "urgent",
          "soon",
          "planning",
          "flexible"
        ]
      },
      "message": {
        "type": "string",
        "description": " "
      }
    },
    "required": [
      "name",
      "email",
      "timeline",
      "message"
    ]
  }
}
start-engagement-discussionAction

Start a long-term strategic partnership discussion with Milos Rujevic. Requires explicit human instruction — never submit this on a visitor's behalf without them asking to.

View tool JSON
{
  "name": "start-engagement-discussion",
  "kind": "act",
  "impl": "declarative",
  "description": "Start a long-term strategic partnership discussion with Milos Rujevic. Requires explicit human instruction — never submit this on a visitor's behalf without them asking to.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": " "
      },
      "email": {
        "type": "string",
        "description": " "
      },
      "team-size": {
        "type": "string",
        "enum": [
          "1-10",
          "11-50",
          "51-200",
          "201+"
        ]
      },
      "message": {
        "type": "string",
        "description": " "
      }
    },
    "required": [
      "name",
      "email",
      "team-size",
      "message"
    ]
  }
}