WebMCP Registry

devops_deploy

verifiedv0.1

Deploy to an environment. Simulated demo; registered by the /devops page.

Updated 7/11/2026 · Created 7/11/2026

Input Schema

{
  "type": "object",
  "required": [
    "environment"
  ],
  "properties": {
    "branch": {
      "type": "string",
      "default": "main",
      "description": "Git branch to deploy"
    },
    "environment": {
      "enum": [
        "production",
        "staging",
        "preview"
      ],
      "type": "string",
      "description": "Target environment"
    }
  }
}

Full Contract

{
  "name": "devops_deploy",
  "description": "Deploy to an environment. Simulated demo; registered by the /devops page.",
  "inputSchema": {
    "type": "object",
    "required": [
      "environment"
    ],
    "properties": {
      "branch": {
        "type": "string",
        "default": "main",
        "description": "Git branch to deploy"
      },
      "environment": {
        "enum": [
          "production",
          "staging",
          "preview"
        ],
        "type": "string",
        "description": "Target environment"
      }
    }
  }
}

Schema History

7/11/2026, 9:59:18 PM
{
  "type": "object",
  "required": [
    "environment"
  ],
  "properties": {
    "branch": {
      "type": "string",
      "description": "Git branch to deploy"
    },
    "environment": {
      "enum": [
        "production",
        "staging",
        "preview"
      ],
      "type": "string",
      "description": "Target environment"
    }
  }
}

GET /api/tool/agentk.stacktr.ee/devops_deploy