← Back to search
ai.com.mcp/contabo

Contabo (VPS) MCP Server

Contabo API (v1.0.0) as MCP tools for cloud provisioning, and management. Powered by HAPI MCP server

DECISION SUMMARY
Production trust decision

Block For Production

Production readiness
Needs remediation
Score
59.4
Rank suppressed while production readiness shows a blocking verdict.
Confidence
High
Based on evidence completeness, recency, and validation density.
Evidence age
6.7h old
Freshness: fresh. Snapshot trustsnap_275ea5ef44ce8eca.
Top risk drivers
  • Utility Coverage
  • Transport Compliance
  • Step Up Auth
Recommended actions
  • Add an explicit confirm/dry-run parameter or two-step confirmation flow to write, delete, exec, and egress-capable tool…
  • Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.
  • Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.
Next action
revalidate, add safeguards, export policy
write/admin actions need confirmation safeguards + high-risk tools need review + score below evaluation threshold
Compare alternatives Export policy Open report JSON Dispute this assessment
Observed Attention
Moderate observed attention
AI discovery detected. This MCP server has recently appeared in AI-assisted discovery or evaluation traffic on Verify.
  • AI crawler activity
  • Search crawler activity
  • profile / compare API / ledger / badge metadata / trust summary inspection
Bucketed signal based on recent segmented Verify telemetry. Crawler and evaluator activity is not treated as confirmed human demand.
Claim this profile to control the metadata agents are reading and publish verified ownership, security contact, policy metadata, badge status, and Intelligence API fields.
Status
Healthy
Score
59.4
Transport
streamable-http
Tools
124
DISPUTE THIS ASSESSMENT

Dispute this assessment

If any published claim about this server -- its score, a risk flag, a capability classification, or its taxonomy -- is factually wrong, tell us what evidence shows and we will review it. This does not require claiming or verifying ownership of the server first.

Verify responds to disputes within 5 business days and resolves them within 15.

Dispute history

No disputes filed for this server.

Risks

Security posture
Tools analyzed
124
High-risk tools
12
Destructive tools
68
Exec tools
0
Egress tools
11
Secret tools
0
Bulk-access tools
0
Risk distribution
low:54, medium:58, high:9, critical:3
Tool capability & risk inventory
ToolCapabilitiesRiskFindingsNotesEvidence
retrieveTagList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "name": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createTag write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createTagBody": {
        "properties": {
          "color": {
            "description": "The color of the tag. Color can be specified using hexadecimal value. Default color is #0A78C3",
            "maxLength": 7,
            "minLength": 4,
            "type": "string"
          },
          "description": {
            "description": "The description of the Tag name. ",
            "type": "string"
          },
          "name": {
            "description": "The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          }
        },
        "required": [
          "name",
          "color"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "createTagBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveTag read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "tagId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "tagId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
updateTag write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "tagId": {
        "format": "int64",
        "type": "integer"
      },
      "updateTagBody": {
        "properties": {
          "color": {
            "description": "The color of the tag. Color can be specified using hexadecimal value. Default color is #0A78C3",
            "maxLength": 7,
            "minLength": 4,
            "type": "string"
          },
          "description": {
            "description": "The description of the Tag name. ",
            "type": "string"
          },
          "name": {
            "description": "The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          }
        },
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "tagId",
      "updateTagBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
deleteTag write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "tagId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "tagId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveAssignmentList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "resourceType": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "tagId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "tagId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveAssignment read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "resourceId": {
        "type": "string"
      },
      "resourceType": {
        "type": "string"
      },
      "tagId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "tagId",
      "resourceType",
      "resourceId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createAssignment write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "resourceId": {
        "type": "string"
      },
      "resourceType": {
        "type": "string"
      },
      "tagId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "tagId",
      "resourceType",
      "resourceId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
deleteAssignment write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "resourceId": {
        "type": "string"
      },
      "resourceType": {
        "type": "string"
      },
      "tagId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "tagId",
      "resourceType",
      "resourceId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveTagAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "tagId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveAssignmentsAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "resourceId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "tagId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrievePtrRecord read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "ipAddress": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "ipAddress"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
updatePtrRecord write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "ipAddress": {
        "type": "string"
      },
      "updatePtrRecordBody": {
        "properties": {
          "ptr": {
            "description": "PTR Record name",
            "type": "string"
          }
        },
        "required": [
          "ptr"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "ipAddress",
      "updatePtrRecordBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
deletePtrRecord write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "ipAddress": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "ipAddress"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
createPtrRecord write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createPtrRecordBody": {
        "properties": {
          "ip": {
            "description": "IP Address",
            "type": "string"
          },
          "ptr": {
            "description": "PTR Record name",
            "type": "string"
          },
          "ttl": {
            "description": "Time to live for the PTR record in seconds",
            "format": "int64",
            "type": "integer"
          }
        },
        "required": [
          "ptr",
          "ip",
          "ttl"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "createPtrRecordBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrievePtrRecordsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "customerId": {
        "type": "string"
      },
      "ips": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "search": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "tenantId": {
        "enum": [
          "DE",
          "INT"
        ],
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveDnsZonesList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "customerId": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "tenantId": {
        "enum": [
          "DE",
          "INT"
        ],
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      },
      "zoneName": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createDnsZone write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createDnsZoneBody": {
        "properties": {
          "zoneName": {
            "description": "Zone name",
            "type": "string"
          }
        },
        "required": [
          "zoneName"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "createDnsZoneBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveDnsZone read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      },
      "zoneName": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "zoneName"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
deleteDnsZone write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      },
      "zoneName": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "zoneName"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveDnsZoneRecordsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "search": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      },
      "zoneName": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "zoneName"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createDnsZoneRecord write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createDnsZoneRecordBody": {
        "properties": {
          "data": {
            "description": "Data",
            "minLength": 1,
            "type": "string"
          },
          "flag": {
            "description": "Flag",
            "type": "number"
          },
          "name": {
            "description": "Name, if empty the zone name will be used",
            "minLength": 1,
            "type": "string"
          },
          "port": {
            "description": "Port",
            "type": "number"
          },
          "prio": {
            "description": "Prio",
            "type": "number"
          },
          "tag": {
            "description": "Tag",
            "type": "string"
          },
          "ttl": {
            "description": "TTL",
            "type": "number"
          },
          "type": {
            "description": "Type",
            "minLength": 1,
            "type": "string"
          },
          "weight": {
            "description": "Weight",
            "type": "number"
          }
        },
        "required": [
          "type",
          "ttl",
          "prio",
          "data"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      },
      "zoneName": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "zoneName",
      "createDnsZoneRecordBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
updateDnsZoneRecord write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "recordId": {
        "format": "int64",
        "type": "integer"
      },
      "updateDnsZoneRecordBody": {
        "properties": {
          "data": {
            "description": "Data",
            "minLength": 1,
            "type": "string"
          },
          "flag": {
            "description": "Flag",
            "type": "number"
          },
          "port": {
            "description": "Port",
            "type": "number"
          },
          "prio": {
            "description": "Prio",
            "type": "number"
          },
          "tag": {
            "description": "Tag",
            "type": "string"
          },
          "ttl": {
            "description": "TTL",
            "type": "number"
          },
          "weight": {
            "description": "Weight",
            "type": "number"
          }
        },
        "required": [
          "ttl",
          "prio",
          "data"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      },
      "zoneName": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "recordId",
      "zoneName",
      "updateDnsZoneRecordBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
deleteDnsZoneRecord write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "recordId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      },
      "zoneName": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "recordId",
      "zoneName"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
bulkDeleteDnsZoneRecords write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "bulkDeleteDnsZoneRecordsBody": {
        "properties": {
          "recordIds": {
            "description": "List of zone record ids to delete",
            "items": {
              "format": "int64",
              "type": "integer"
            },
            "type": "array"
          }
        },
        "required": [
          "recordIds"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      },
      "zoneName": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "zoneName",
      "bulkDeleteDnsZoneRecordsBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveImageAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveRecordAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "recordId": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveVipList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "dataCenter": {
        "type": "string"
      },
      "ip": {
        "type": "string"
      },
      "ipVersion": {
        "enum": [
          "v4"
        ],
        "type": "string"
      },
      "ips": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "region": {
        "type": "string"
      },
      "resourceDisplayName": {
        "type": "string"
      },
      "resourceId": {
        "type": "string"
      },
      "resourceName": {
        "type": "string"
      },
      "resourceType": {
        "enum": [
          "instances",
          "bare-metal",
          "null"
        ],
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "type": {
        "enum": [
          "additional",
          "floating"
        ],
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveVip read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "ip": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "ip"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
assignIp write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "ip": {
        "type": "string"
      },
      "resourceId": {
        "format": "int64",
        "type": "integer"
      },
      "resourceType": {
        "enum": [
          "instances",
          "bare-metal"
        ],
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "resourceId",
      "ip",
      "resourceType"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
unassignIp write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "ip": {
        "type": "string"
      },
      "resourceId": {
        "format": "int64",
        "type": "integer"
      },
      "resourceType": {
        "enum": [
          "instances",
          "bare-metal"
        ],
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "resourceId",
      "ip",
      "resourceType"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveVipAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "vipId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveSecretList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "name": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "type": {
        "enum": [
          "password",
          "ssh"
        ],
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createSecret write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createSecretBody": {
        "properties": {
          "name": {
            "description": "The name of the secret that will keep the password",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "type": {
            "description": "The type of the secret. Can be `password` or `ssh`",
            "enum": [
              "password",
              "ssh"
            ],
            "type": "string"
          },
          "value": {
            "description": "The secret value that needs to be saved. In case of a password it must match a pattern with at least one upper and lower case character and either one number with two special characters `!@#$^&*?_~` or at least three numbers with one special character `!@#$^&*?_~`. This is expressed in the following regular expression: `^((?=.*?[A-Z]{1,})(?=.*?[a-z]{1,}))(((?=(?:[^d]*d){1})(?=([^^&*?_~]*[!@#$^&*?_~]){2,}))|((?=(?:[^d]*d){3})(?=.*?[!@#$^&*?_~]+))).{8,}$`",
            "minLength": 8,
            "type": "string"
          }
        },
        "required": [
          "name",
          "value",
          "type"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "createSecretBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveSecret read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "secretId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "secretId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
updateSecret write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "secretId": {
        "format": "int64",
        "type": "integer"
      },
      "updateSecretBody": {
        "properties": {
          "name": {
            "description": "The name of the secret to be saved",
            "type": "string"
          },
          "value": {
            "description": "The value of the secret to be saved",
            "minLength": 8,
            "type": "string"
          }
        },
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "secretId",
      "updateSecretBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
deleteSecret write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "secretId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "secretId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveSecretAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "secretId": {
        "format": "int64",
        "type": "integer"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrievePrivateNetworkList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "dataCenter": {
        "type": "string"
      },
      "instanceIds": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "region": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createPrivateNetwork write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createPrivateNetworkBody": {
        "properties": {
          "description": {
            "description": "The description of the Private Network. There is a limit of 255 characters per Private Network description.",
            "maxLength": 255,
            "type": "string"
          },
          "name": {
            "description": "The name of the Private Network. It may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per Private Network name.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "region": {
            "description": "Region where the Private Network should be located. Default is `EU`",
            "minLength": 1,
            "type": "string"
          }
        },
        "required": [
          "name"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "createPrivateNetworkBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
patchPrivateNetwork write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "patchPrivateNetworkBody": {
        "properties": {
          "description": {
            "description": "The description of the Private Network. There is a limit of 255 characters per Private Network.",
            "maxLength": 255,
            "type": "string"
          },
          "name": {
            "description": "The name of the Private Network. It may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per Private Network.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          }
        },
        "type": "object"
      },
      "privateNetworkId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "privateNetworkId",
      "patchPrivateNetworkBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrievePrivateNetwork read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "privateNetworkId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "privateNetworkId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
deletePrivateNetwork write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "privateNetworkId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "privateNetworkId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
assignInstancePrivateNetwork write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "privateNetworkId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "privateNetworkId",
      "instanceId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
unassignInstancePrivateNetwork write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "privateNetworkId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "privateNetworkId",
      "instanceId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrievePrivateNetworkAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "privateNetworkId": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveUserList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "email": {
        "type": "string"
      },
      "enabled": {
        "type": "boolean"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "owner": {
        "type": "boolean"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createUser write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createUserBody": {
        "properties": {
          "email": {
            "description": "The email of the user to which activation and forgot password links are being sent to. There is a limit of 255 characters per email.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "enabled": {
            "description": "If user is not enabled, he can't login and thus use services any longer.",
            "type": "boolean"
          },
          "firstName": {
            "description": "The name of the user. Names may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "lastName": {
            "description": "The last name of the user. Users may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "locale": {
            "description": "The locale of the user. This can be `de-DE`, `de`, `en-US`, `en`, `es-ES`, `es`, `pt-BR`, `pt`.",
            "enum": [
              "de-DE",
              "de",
              "en-US",
              "en",
              "es",
              "es-ES",
              "pt-BR",
              "pt"
            ],
            "type": "string"
          },
          "roles": {
            "description": "The roles as list of `roleId`s of the user.",
            "items": {
              "format": "int64",
              "type": "integer"
            },
            "type": "array"
          },
          "totp": {
            "description": "Enable or disable two-factor authentication (2FA) via time based OTP.",
            "type": "boolean"
          }
        },
        "required": [
          "email",
          "enabled",
          "totp",
          "locale"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "createUserBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveUser read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "userId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "userId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
updateUser write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "updateUserBody": {
        "properties": {
          "email": {
            "description": "The email of the user to which activation and forgot password links are being sent to. There is a limit of 255 characters per email.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "enabled": {
            "description": "If user is not enabled, he can't login and thus use services any longer.",
            "type": "boolean"
          },
          "firstName": {
            "description": "The name of the user. Names may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "lastName": {
            "description": "The last name of the user. Users may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "locale": {
            "description": "The locale of the user. This can be `de-DE`, `de`, `en-US`, `en`, `es-ES`, `es`, `pt-BR`, `pt`.",
            "enum": [
              "de-DE",
              "de",
              "en-US",
              "en",
              "es",
              "es-ES",
              "pt-BR",
              "pt"
            ],
            "type": "string"
          },
          "roles": {
            "description": "The roles as list of `roleId`s of the user.",
            "items": {
              "format": "int64",
              "type": "integer"
            },
            "type": "array"
          },
          "totp": {
            "description": "Enable or disable two-factor authentication (2FA) via time based OTP.",
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "userId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "userId",
      "updateUserBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
deleteUser write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "userId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "userId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
resetPassword write delete network High destructive operation arbitrary network egress freeform input surface No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "network"
  ],
  "input_schema": {
    "properties": {
      "redirectUrl": {
        "type": "string"
      },
      "userId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "userId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "arbitrary_network_egress",
    "freeform_input_surface"
  ]
}
Dispute this classification
resendEmailVerification write delete network High destructive operation arbitrary network egress freeform input surface No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "network"
  ],
  "input_schema": {
    "properties": {
      "redirectUrl": {
        "type": "string"
      },
      "userId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "userId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "arbitrary_network_egress",
    "freeform_input_surface"
  ]
}
Dispute this classification
retrieveUserClient read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
generateClientSecret write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveUserIsPasswordSet read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "userId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveRoleList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "apiName": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "tagName": {
        "type": "string"
      },
      "type": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createRole write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createRoleBody": {
        "properties": {
          "accessAllResources": {
            "description": "Allow access to all resources. This will superseed all assigned resources in a role.",
            "type": "boolean"
          },
          "admin": {
            "description": "If user is admin he will have permissions to all API endpoints and resources. Enabling this will superseed all role definitions and `accessAllResources`.",
            "type": "boolean"
          },
          "name": {
            "description": "The name of the role. There is a limit of 255 characters per role.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "permissions": {
            "items": {
              "properties": {
                "actions": {
                  "description": "Action allowed for the API endpoint. Basically `CREATE` corresponds to POST endpoints, `READ` to GET endpoints, `UPDATE` to PATCH / PUT endpoints and `DELETE` to DELETE endpoints.",
                  "items": {
                    "enum": [
                      "CREATE",
                      "READ",
                      "UPDATE",
                      "DELETE"
                    ],
                    "type": "string"
                  },
                  "type": "array"
                },
                "apiName": {
                  "description": "The name of the role. There is a limit of 255 characters per role.",
                  "maxLength": 255,
                  "minLength": 1,
                  "type": "string"
                },
                "resources": {
                  "description": "The IDs of tags. Only if those tags are assgined to a resource the user with that role will be able to access the resource.",
                  "items": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "type": "array"
                }
              },
              "required": [
                "apiName",
                "actions"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "name",
          "admin",
          "accessAllResources"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "createRoleBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveRole read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "roleId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "roleId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
updateRole write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "roleId": {
        "format": "int64",
        "type": "integer"
      },
      "updateRoleBody": {
        "properties": {
          "accessAllResources": {
            "description": "Allow access to all resources. This will superseed all assigned resources in a role.",
            "type": "boolean"
          },
          "admin": {
            "description": "If user is admin he will have permissions to all API endpoints and resources. Enabling this will superseed all role definitions and `accessAllResources`.",
            "type": "boolean"
          },
          "name": {
            "description": "The name of the role. There is a limit of 255 characters per role.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "permissions": {
            "items": {
              "properties": {
                "actions": {
                  "description": "Action allowed for the API endpoint. Basically `CREATE` corresponds to POST endpoints, `READ` to GET endpoints, `UPDATE` to PATCH / PUT endpoints and `DELETE` to DELETE endpoints.",
                  "items": {
                    "enum": [
                      "CREATE",
                      "READ",
                      "UPDATE",
                      "DELETE"
                    ],
                    "type": "string"
                  },
                  "type": "array"
                },
                "apiName": {
                  "description": "The name of the role. There is a limit of 255 characters per role.",
                  "maxLength": 255,
                  "minLength": 1,
                  "type": "string"
                },
                "resources": {
                  "description": "The IDs of tags. Only if those tags are assgined to a resource the user with that role will be able to access the resource.",
                  "items": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "type": "array"
                }
              },
              "required": [
                "apiName",
                "actions"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "name",
          "admin",
          "accessAllResources"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "roleId",
      "updateRoleBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
deleteRole write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "roleId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "roleId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveApiPermissionsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "apiName": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
listObjectStorageCredentials read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "displayName": {
        "type": "string"
      },
      "objectStorageId": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "regionName": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "userId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "userId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
getObjectStorageCredentials read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "credentialId": {
        "format": "int64",
        "type": "integer"
      },
      "objectStorageId": {
        "type": "string"
      },
      "userId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "userId",
      "objectStorageId",
      "credentialId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
regenerateObjectStorageCredentials write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "credentialId": {
        "format": "int64",
        "type": "integer"
      },
      "objectStorageId": {
        "type": "string"
      },
      "userId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "userId",
      "objectStorageId",
      "credentialId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveUserAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "userId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveRoleAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "roleId": {
        "format": "int64",
        "type": "integer"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
start write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
restart write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
stop write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
shutdown write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
rescue write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "rescueBody": {
        "properties": {
          "rootPassword": {
            "description": "`secretId` of the password to login into rescue system for the `root` user.",
            "format": "int64",
            "type": "integer"
          },
          "sshKeys": {
            "description": "Array of `secretId`s of public SSH keys for logging into rescue system as `root` user.",
            "items": {
              "format": "int64",
              "type": "integer"
            },
            "type": "array"
          },
          "userData": {
            "description": "[Cloud-Init](https://cloud-init.io/) Config in order to customize during start of compute instance.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId",
      "rescueBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
resetPasswordAction write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "resetPasswordActionBody": {
        "properties": {
          "rootPassword": {
            "description": "`secretId` of the password for the `defaultUser` with administrator/root privileges. For Linux/BSD please use SSH, for Windows RDP. Please refer to Secrets Management API.",
            "format": "int64",
            "type": "integer"
          },
          "sshKeys": {
            "description": "Array of `secretId`s of public SSH keys for logging into as `defaultUser` with administrator/root privileges. Applies to Linux/BSD systems. Please refer to Secrets Management API.",
            "items": {
              "format": "int64",
              "type": "integer"
            },
            "type": "array"
          },
          "userData": {
            "description": "[Cloud-Init](https://cloud-init.io/) Config in order to customize during start of compute instance.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId",
      "resetPasswordActionBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveInstancesList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "addOnIds": {
        "type": "string"
      },
      "customerId": {
        "type": "string"
      },
      "dataCenter": {
        "type": "string"
      },
      "displayName": {
        "type": "string"
      },
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "instanceIds": {
        "type": "string"
      },
      "ipConfig": {
        "type": "boolean"
      },
      "name": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "productIds": {
        "type": "string"
      },
      "productTypes": {
        "type": "string"
      },
      "region": {
        "type": "string"
      },
      "search": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "status": {
        "enum": [
          "provisioning",
          "uninstalled",
          "running",
          "stopped",
          "error",
          "installing",
          "unknown",
          "manual_provisioning",
          "product_not_available",
          "verification_required",
          "rescue",
          "pending_payment",
          "other",
          "reset_password"
        ],
        "type": "string"
      },
      "tenantId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createInstance write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createInstanceBody": {
        "properties": {
          "addOns": {
            "description": "Set attributes in the addons object for the corresponding ones that need to be added to the instance",
            "type": "string"
          },
          "applicationId": {
            "description": "Application ID",
            "type": "string"
          },
          "defaultUser": {
            "description": "Default user name created for login during (re-)installation with administrative privileges. Allowed values for Linux/BSD are `admin` (use sudo to apply administrative privileges like root) or `root`. Allowed values for Windows are `admin` (has administrative privileges like administrator) or `administrator`.",
            "enum": [
              "root",
              "admin",
              "administrator"
            ],
            "type": "string"
          },
          "displayName": {
            "description": "The display name of the instance",
            "maxLength": 255,
            "type": "string"
          },
          "imageId": {
            "description": "ImageId to be used to setup the compute instance. Default is Ubuntu 22.04",
            "type": "string"
          },
          "license": {
            "description": "Additional licence in order to enhance your chosen product, mainly needed for software licenses on your product (not needed for windows).",
            "enum": [
              "cPanel5",
              "cPanel30",
              "cPanel50",
              "cPanel100",
              "cPanel150",
              "cPanel200",
              "cPanel250",
              "cPanel300",
              "cPanel350",
              "cPanel400",
              "cPanel450",
              "cPanel500",
              "cPanel550",
              "cPanel600",
              "cPanel650",
              "cPanel700",
              "cPanel750",
              "cPanel800",
              "cPanel850",
              "cPanel900",
              "cPanel950",
              "cPanel1000",
              "PleskAdmin",
              "PleskHost",
              "PleskPro"
            ],
            "type": "string"
          },
          "period": {
            "description": "Initial contract period in months. Available periods are: 1, 3, 6 and 12 months. Default to 1 month",
            "format": "int64",
            "type": "integer"
          },
          "productId": {
            "description": "Default is V92",
            "minLength": 1,
            "type": "string"
          },
          "region": {
            "description": "Instance Region where the compute instance should be located. Default is EU",
            "enum": [
              "EU",
              "US-central",
              "US-east",
              "US-west",
              "SIN",
              "UK",
              "AUS",
              "JPN",
              "IND"
            ],
            "minLength": 1,
            "type": "string"
          },
          "rootPassword": {
            "description": "`secretId` of the password for the `defaultUser` with administrator/root privileges. For Linux/BSD please use SSH, for Windows RDP. Please refer to Secrets Management API.",
            "format": "int64",
            "type": "integer"
          },
          "sshKeys": {
            "description": "Array of `secretId`s of public SSH keys for logging into as `defaultUser` with administrator/root privileges. Applies to Linux/BSD systems. Please refer to Secrets Management API.",
            "items": {
              "format": "int64",
              "type": "integer"
            },
            "type": "array"
          },
          "userData": {
            "description": "[Cloud-Init](https://cloud-init.io/) Config in order to customize during start of compute instance.",
            "type": "string"
          }
        },
        "required": [
          "period"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "createInstanceBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveInstance read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
patchInstance write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "patchInstanceBody": {
        "properties": {
          "displayName": {
            "description": "The display name of the instance",
            "maxLength": 255,
            "type": "string"
          }
        },
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId",
      "patchInstanceBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
reinstallInstance write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "reinstallInstanceBody": {
        "properties": {
          "applicationId": {
            "description": "Application ID",
            "type": "string"
          },
          "defaultUser": {
            "description": "Default user name created for login during (re-)installation with administrative privileges. Allowed values for Linux/BSD are `admin` (use sudo to apply administrative privileges like root) or `root`. Allowed values for Windows are `admin` (has administrative privileges like administrator) or `administrator`.",
            "enum": [
              "root",
              "admin",
              "administrator"
            ],
            "type": "string"
          },
          "imageId": {
            "description": "ImageId to be used to setup the compute instance.",
            "type": "string"
          },
          "rootPassword": {
            "description": "`secretId` of the password for the `defaultUser` with administrator/root privileges. For Linux/BSD please use SSH, for Windows RDP. Please refer to Secrets Management API.",
            "format": "int64",
            "type": "integer"
          },
          "sshKeys": {
            "description": "Array of `secretId`s of public SSH keys for logging into as `defaultUser` with administrator/root privileges. Applies to Linux/BSD systems. Please refer to Secrets Management API.",
            "items": {
              "format": "int64",
              "type": "integer"
            },
            "type": "array"
          },
          "userData": {
            "description": "[Cloud-Init](https://cloud-init.io/) Config in order to customize during start of compute instance.",
            "type": "string"
          }
        },
        "required": [
          "imageId"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId",
      "reinstallInstanceBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
cancelInstance write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "cancelInstanceBody": {
        "properties": {
          "cancelDate": {
            "description": "Date of cancellation",
            "format": "date-time",
            "type": "string"
          }
        },
        "type": "object"
      },
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId",
      "cancelInstanceBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
upgradeInstance write delete financial Critical destructive operation financial transaction No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "financial"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "upgradeInstanceBody": {
        "properties": {
          "backup": {
            "description": "Set this attribute if you want to upgrade your instance with the Automated Backup addon.   Please provide an empty object for the time being as value. There will be more configuration possible   in the future.",
            "type": "string"
          },
          "privateNetworking": {
            "description": "Set this attribute if you want to upgrade your instance with the Private Networking addon. Please provide an empty object for the time being as value. There will be more configuration possible in the future.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId",
      "upgradeInstanceBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "financial_transaction"
  ]
}
Dispute this classification
retrieveInstancesActionsAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveInstancesAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveImageList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "name": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "search": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "standardImage": {
        "type": "boolean"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createCustomImage write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createCustomImageBody": {
        "properties": {
          "description": {
            "description": "Image Description",
            "type": "string"
          },
          "name": {
            "description": "Image Name",
            "type": "string"
          },
          "osType": {
            "description": "Provided type of operating system (OS). Please specify `Windows` for MS Windows and `Linux` for other OS. Specifying wrong OS type may lead to disfunctional cloud instance.",
            "enum": [
              "Windows",
              "Linux"
            ],
            "type": "string"
          },
          "url": {
            "description": "URL from where the image has been downloaded / provided.",
            "type": "string"
          },
          "version": {
            "description": "Version number to distinguish the contents of an image. Could be the version of the operating system for example.",
            "type": "string"
          }
        },
        "required": [
          "name",
          "url",
          "osType",
          "version"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "createCustomImageBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveImage read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "imageId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "imageId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
updateImage write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "imageId": {
        "type": "string"
      },
      "updateImageBody": {
        "properties": {
          "description": {
            "description": "Image Description",
            "type": "string"
          },
          "name": {
            "description": "Image Name",
            "type": "string"
          }
        },
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "imageId",
      "updateImageBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
deleteImage write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "imageId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "imageId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveCustomImagesStats read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveSnapshotList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "name": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createSnapshot write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createSnapshotBody": {
        "properties": {
          "description": {
            "description": "The description of the snapshot. There is a limit of 255 characters per snapshot.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "name": {
            "description": "The name of the snapshot. It may contain letters, numbers, spaces, dashes. There is a limit of 30 characters per snapshot.",
            "maxLength": 30,
            "minLength": 1,
            "type": "string"
          }
        },
        "required": [
          "name"
        ],
        "type": "object"
      },
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId",
      "createSnapshotBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveSnapshot read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "snapshotId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId",
      "snapshotId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
updateSnapshot write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "snapshotId": {
        "type": "string"
      },
      "updateSnapshotBody": {
        "properties": {
          "description": {
            "description": "The description of the snapshot. There is a limit of 255 characters per snapshot.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "name": {
            "description": "The name of the snapshot. Tags may contain only letters, numbers, spaces, dashes. There is a limit of 30 characters per snapshot.",
            "maxLength": 30,
            "minLength": 1,
            "type": "string"
          }
        },
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId",
      "snapshotId",
      "updateSnapshotBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
deleteSnapshot write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "snapshotId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId",
      "snapshotId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
rollbackSnapshot write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "rollbackSnapshotBody": {
        "properties": {},
        "type": "object"
      },
      "snapshotId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "instanceId",
      "snapshotId",
      "rollbackSnapshotBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveImageAuditsList1 read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "imageId": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveSnapshotsAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "instanceId": {
        "format": "int64",
        "type": "integer"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "snapshotId": {
        "type": "string"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
listHandles read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "countries": {
        "type": "string"
      },
      "firstName": {
        "type": "string"
      },
      "handleType": {
        "type": "string"
      },
      "lastName": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "search": {
        "type": "string"
      },
      "showDefaults": {
        "type": "boolean"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createHandle write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "createHandleBody": {
        "properties": {
          "address": {
            "description": "Address details for handle",
            "type": "string"
          },
          "birthInfo": {
            "description": "The birth info of the handle",
            "type": "string"
          },
          "email": {
            "description": "Handle email",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "fax": {
            "description": "Handle fax",
            "type": "string"
          },
          "firstName": {
            "description": "Handle first name",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "gender": {
            "description": "Handle gender",
            "enum": [
              "male",
              "female",
              "na"
            ],
            "type": "string"
          },
          "handleType": {
            "description": "The type of the handle",
            "enum": [
              "person",
              "organization"
            ],
            "type": "string"
          },
          "lastName": {
            "description": "Handle last name",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "organization": {
            "description": "The organization of the handle",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "phone": {
            "description": "Handle phone",
            "type": "string"
          }
        },
        "required": [
          "handleType",
          "firstName",
          "lastName",
          "email",
          "gender",
          "address",
          "phone"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "createHandleBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveHandle read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "handleId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "handleId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
removeHandle write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "handleId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "handleId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
updateHandle write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "handleId": {
        "type": "string"
      },
      "updateHandleBody": {
        "properties": {
          "address": {
            "description": "Address details for handle",
            "type": "string"
          },
          "birthInfo": {
            "description": "The birth info of the handle",
            "type": "string"
          },
          "email": {
            "description": "Handle email",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "fax": {
            "description": "Handle fax",
            "type": "string"
          },
          "gender": {
            "description": "Handle gender",
            "enum": [
              "male",
              "female",
              "na"
            ],
            "type": "string"
          },
          "phone": {
            "description": "Handle phone",
            "type": "string"
          }
        },
        "required": [
          "email",
          "gender",
          "address",
          "phone"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "handleId",
      "updateHandleBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
setDefaultHandle write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "handleId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "handleId"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
validateDomainAvailability write delete network High destructive operation arbitrary network egress freeform input surface No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "network"
  ],
  "input_schema": {
    "properties": {
      "domain": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "domain"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "arbitrary_network_egress",
    "freeform_input_surface"
  ]
}
Dispute this classification
listDomains read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "sld": {
        "type": "string"
      },
      "status": {
        "enum": [
          "ready",
          "processing",
          "transferring in",
          "transferring out",
          "manual_task",
          "transferred"
        ],
        "type": "string"
      },
      "tld": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
orderDomain write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "orderDomainBody": {
        "properties": {
          "authCode": {
            "description": "The domain auth code",
            "type": "string"
          },
          "domain": {
            "description": "Domain name",
            "type": "string"
          },
          "handles": {
            "description": "The handles of the domain",
            "type": "string"
          },
          "nameservers": {
            "description": "Nameservers",
            "items": {
              "properties": {
                "hostname": {
                  "description": "Nameservers",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "ipV4": {
                  "description": "IPv4 of nameserver",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "ipV6": {
                  "description": "IPv6 of nameserver",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "hostname"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "resourceId": {
            "description": "The identifier of the resource id",
            "type": "string"
          },
          "resourceType": {
            "description": "The identifier of the resource type",
            "enum": [
              "instance",
              "server",
              "package"
            ],
            "type": "string"
          }
        },
        "required": [
          "domain",
          "handles",
          "nameservers"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "orderDomainBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveDomain read network Medium arbitrary network egress freeform input surface No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read",
    "network"
  ],
  "input_schema": {
    "properties": {
      "domain": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "domain"
    ],
    "type": "object"
  },
  "risk_flags": [
    "arbitrary_network_egress",
    "freeform_input_surface"
  ]
}
Dispute this classification
updateDomain write delete network High destructive operation arbitrary network egress freeform input surface No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "network"
  ],
  "input_schema": {
    "properties": {
      "domain": {
        "type": "string"
      },
      "updateDomainBody": {
        "properties": {
          "handles": {
            "description": "The handles of the domain",
            "type": "string"
          },
          "nameservers": {
            "description": "Nameservers",
            "items": {
              "properties": {
                "hostname": {
                  "description": "Nameservers",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "ipV4": {
                  "description": "IPv4 of nameserver",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "ipV6": {
                  "description": "IPv6 of nameserver",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "hostname"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "domain",
      "updateDomainBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "arbitrary_network_egress",
    "freeform_input_surface"
  ]
}
Dispute this classification
cancelDomain write delete network High destructive operation arbitrary network egress freeform input surface No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "network"
  ],
  "input_schema": {
    "properties": {
      "cancelDomainBody": {
        "properties": {
          "cancelDate": {
            "description": "Date of cancellation",
            "format": "date-time",
            "type": "string"
          },
          "reason": {
            "description": "Reason for cancelling an domain",
            "enum": [
              "Technical issues / Outages / Performance",
              "Too expensive / price",
              "Product not needed anymore",
              "Bad customer support",
              "Switch to a different Contabo product",
              "Missing features",
              "Other"
            ],
            "type": "string"
          },
          "reasonText": {
            "description": "Reason Text when `Other` reason got selected while cancelling an domain",
            "type": "string"
          }
        },
        "type": "object"
      },
      "domain": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "domain",
      "cancelDomainBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "arbitrary_network_egress",
    "freeform_input_surface"
  ]
}
Dispute this classification
getAuthCode write delete network High destructive operation arbitrary network egress freeform input surface No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "network"
  ],
  "input_schema": {
    "properties": {
      "domain": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "domain"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "arbitrary_network_egress",
    "freeform_input_surface"
  ]
}
Dispute this classification
revokeCancelDomain write delete network High destructive operation arbitrary network egress freeform input surface No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "network"
  ],
  "input_schema": {
    "properties": {
      "domain": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "domain"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "arbitrary_network_egress",
    "freeform_input_surface"
  ]
}
Dispute this classification
confirmDomainTransferOut write delete network High destructive operation arbitrary network egress freeform input surface Safeguards hinted in metadata.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "network"
  ],
  "input_schema": {
    "properties": {
      "domain": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "domain"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "arbitrary_network_egress",
    "freeform_input_surface"
  ]
}
Dispute this classification
revokeDomainTransferOut write delete network High destructive operation arbitrary network egress freeform input surface No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "network"
  ],
  "input_schema": {
    "properties": {
      "domain": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "domain"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "arbitrary_network_egress",
    "freeform_input_surface"
  ]
}
Dispute this classification
retrieveHandlesAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "handleId": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveDomainsAuditsList read network Medium arbitrary network egress freeform input surface No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read",
    "network"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "domain": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": [
    "arbitrary_network_egress",
    "freeform_input_surface"
  ]
}
Dispute this classification
retrieveObjectStorageList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "dataCenterName": {
        "minLength": 1,
        "type": "string"
      },
      "displayName": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "region": {
        "type": "string"
      },
      "s3TenantId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
createObjectStorage write delete financial Critical destructive operation financial transaction No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "financial"
  ],
  "input_schema": {
    "properties": {
      "createObjectStorageBody": {
        "properties": {
          "autoScaling": {
            "description": "Autoscaling settings",
            "type": "string"
          },
          "displayName": {
            "description": "Display name helps to differentiate between object storages, especially if they are in the same region. If display name is not provided, it will be generated. Display name can be changed any time.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "region": {
            "description": "Region where the object storage should be located. Default is EU. Available regions: EU, US-central, SIN",
            "minLength": 1,
            "type": "string"
          },
          "totalPurchasedSpaceTB": {
            "description": "Amount of purchased / requested object storage in TB.",
            "format": "double",
            "type": "number"
          }
        },
        "required": [
          "region",
          "totalPurchasedSpaceTB"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "createObjectStorageBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "financial_transaction"
  ]
}
Dispute this classification
retrieveDataCenterList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "name": {
        "minLength": 1,
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "regionName": {
        "minLength": 1,
        "type": "string"
      },
      "regionSlug": {
        "minLength": 1,
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "slug": {
        "minLength": 1,
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
retrieveObjectStorage read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "objectStorageId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "objectStorageId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
updateObjectStorage write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "objectStorageId": {
        "type": "string"
      },
      "updateObjectStorageBody": {
        "properties": {
          "displayName": {
            "description": "Display name helps to differentiate between object storages, especially if they are in the same region.",
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          }
        },
        "required": [
          "displayName"
        ],
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "objectStorageId",
      "updateObjectStorageBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
upgradeObjectStorage write delete financial Critical destructive operation financial transaction No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete",
    "financial"
  ],
  "input_schema": {
    "properties": {
      "objectStorageId": {
        "type": "string"
      },
      "upgradeObjectStorageBody": {
        "properties": {
          "autoScaling": {
            "description": "New monthly object storage size limit for autoscaling if enabled.",
            "type": "string"
          },
          "totalPurchasedSpaceTB": {
            "description": "New total object storage limit. If this number is larger than before you will also be billed for the added storage space. No downgrade possible.",
            "format": "double",
            "type": "number"
          }
        },
        "type": "object"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "objectStorageId",
      "upgradeObjectStorageBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation",
    "financial_transaction"
  ]
}
Dispute this classification
retrieveObjectStoragesStats read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "objectStorageId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "objectStorageId"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
CancelObjectStorage write delete Medium destructive operation No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": true,
    "readOnlyHint": false
  },
  "capabilities": [
    "write",
    "delete"
  ],
  "input_schema": {
    "properties": {
      "CancelObjectStorageBody": {
        "properties": {
          "cancelDate": {
            "description": "Date of cancellation",
            "format": "date-time",
            "type": "string"
          }
        },
        "type": "object"
      },
      "objectStorageId": {
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id",
      "objectStorageId",
      "CancelObjectStorageBody"
    ],
    "type": "object"
  },
  "risk_flags": [
    "destructive_operation"
  ]
}
Dispute this classification
retrieveObjectStorageAuditsList read Low none No explicit safeguard hints detected.
Schema & evidence
{
  "annotations": {
    "destructiveHint": false,
    "readOnlyHint": true
  },
  "capabilities": [
    "read"
  ],
  "input_schema": {
    "properties": {
      "changedBy": {
        "type": "string"
      },
      "endDate": {
        "format": "date",
        "type": "string"
      },
      "objectStorageId": {
        "type": "string"
      },
      "orderBy": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "page": {
        "format": "int64",
        "type": "integer"
      },
      "requestId": {
        "type": "string"
      },
      "size": {
        "format": "int64",
        "type": "integer"
      },
      "startDate": {
        "format": "date",
        "type": "string"
      },
      "x-request-id": {
        "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-5][0-9A-Fa-f]{3}-[089abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$",
        "type": "string"
      },
      "x-trace-id": {
        "type": "string"
      }
    },
    "required": [
      "x-request-id"
    ],
    "type": "object"
  },
  "risk_flags": []
}
Dispute this classification
Write-action governance
Governance status
Error
Safe to publish
Auth boundary
public_or_unclear
Blast radius
High
High-risk tools
12
Confirmation signals
confirmDomainTransferOut
Safeguard count
1

Status detail: 12 high-risk tool(s), 68 destructive tool(s) are exposed without a clear auth boundary; 1 safeguard(s) and 1 confirmation signal(s) detected.

ToolRiskFlagsSafeguards
resetPassword High destructive operation arbitrary network egress freeform input surface no
resendEmailVerification High destructive operation arbitrary network egress freeform input surface no
upgradeInstance Critical destructive operation financial transaction no
validateDomainAvailability High destructive operation arbitrary network egress freeform input surface no
updateDomain High destructive operation arbitrary network egress freeform input surface no
cancelDomain High destructive operation arbitrary network egress freeform input surface no
getAuthCode High destructive operation arbitrary network egress freeform input surface no
revokeCancelDomain High destructive operation arbitrary network egress freeform input surface no
confirmDomainTransferOut High destructive operation arbitrary network egress freeform input surface yes
revokeDomainTransferOut High destructive operation arbitrary network egress freeform input surface no
createObjectStorage Critical destructive operation financial transaction no
upgradeObjectStorage Critical destructive operation financial transaction no
Recommended runtime policy
Recommended runtime policy
Allow with approval
Default policy stance (medium risk ceiling, write actions require approval, no OAuth requirement). Answers "what may an agent do right now" -- a separate question from production readiness, which answers "how suitable is this server for adoption." Customize via policy export.

No policy blockers under the default policy stance.

Action-controls diff
Snapshot changed
no
Disabled-by-default candidates
none
New actions
ActionRiskFlags
No newly added actions.
Changed actions
ActionChange typesRisk
No materially changed actions.
Critical alerts
High/critical-severity alerts
0
Production verdicts degrade quickly when high or critical-severity alerts are active.

Compatibility

Client readiness verdicts

Client compatibility only means the server shape can work with a client. Production trust decision and write-action publishing are evaluated separately so a client-compatible server can still be blocked for production.

Client compatibility: ChatGPT
Not client-compatible
OpenAI connectors expect OAuth for remote server auth.; Dynamic client registration materially improves connector setup.; Transport compliance failed or did not complete successfully.; Step-up auth signals should be documented and connector-friendly.; OAuth interoperability should be strong.; The tool surface is not limited to search/fetch-style read tools.
Confidence: high (98.75)
Evidence provenance
Winner: live_validation
Supporting sources: live_validation, history, server_card
Disagreements: none
  • initializeOK
  • tools_listOK
  • transport_compliance_probeError
  • step_up_auth_probeMissing
  • connector_replay_probeOK — Frozen tool snapshots must survive refresh.
  • request_association_probeMissing — Roots, sampling, and elicitation should stay request-scoped.
Client compatibility: Claude
Not client-compatible
Transport behavior should match Claude-compatible HTTP expectations.; The tool surface is not limited to search/fetch-style read tools.; This client profile expects a read/search-only tool surface, but write, delete, or exec-capable tools are present.; OAuth is not configured, so this client cannot authenticate without additional setup.; Not yet safe for company-knowledge use: requires a search/fetch-only surface with no export, bulk, mutating, or high-blast-radius exposure.; Not yet safe for the Messages API remote MCP path: requires OAuth, a compatible connector profile, and no pending connector-refresh risk.
Confidence: high (98.75)
Evidence provenance
Winner: live_validation
Supporting sources: live_validation, history, server_card
Disagreements: none
  • initializeOK
  • tools_listOK
  • transport_compliance_probeError
Write-action publishing
Publishing blocked
action_safety_probe reported an unconfirmed high-risk, destructive, or exec-capable tool. Risky write actions are present without a clear auth boundary and confirmation signal.
Confidence: high (98.75)
Evidence provenance
Winner: live_validation
Supporting sources: live_validation, history
Disagreements: none
  • action_safety_probeError
Snapshot churn risk
Low
No material tool-surface churn detected in the latest comparison.
Confidence: high (98.75)
Evidence provenance
Winner: history
Supporting sources: history, live_validation
Disagreements: none
  • tool_snapshot_probeOK
  • connector_replay_probeOK
Client readiness gate details
ChatGPT custom connector
Not client-compatible
OpenAI connectors expect OAuth for remote server auth.; Dynamic client registration materially improves connector setup.; Transport compliance failed or did not complete successfully.; Step-up auth signals should be documented and connector-friendly.; OAuth interoperability should be strong.; The tool surface is not limited to search/fetch-style read tools.
Remediation checklist
  • Add OAuth-based authentication for remote connector auth.
  • Support dynamic client registration (DCR) to simplify connector setup.
  • Resolve the transport compliance failure -- see the transport compliance probe evidence for what specifically broke.
  • Document step-up auth requirements in a connector-friendly way.
  • Improve OAuth interoperability -- see the OAuth Interop score breakdown.
  • Limit the exposed surface to search/fetch-style read tools.
Claude remote MCP
Not client-compatible
Transport behavior should match Claude-compatible HTTP expectations.; The tool surface is not limited to search/fetch-style read tools.; This client profile expects a read/search-only tool surface, but write, delete, or exec-capable tools are present.; OAuth is not configured, so this client cannot authenticate without additional setup.; Not yet safe for company-knowledge use: requires a search/fetch-only surface with no export, bulk, mutating, or high-blast-radius exposure.; Not yet safe for the Messages API remote MCP path: requires OAuth, a compatible connector profile, and no pending connector-refresh risk.
Remediation checklist
  • Resolve the transport compliance failure -- see the transport compliance probe evidence for what specifically broke.
  • Limit the exposed surface to search/fetch-style read tools.
  • Remove or isolate write, delete, and exec-capable tools before using this read/search-only client profile.
  • Configure OAuth for authenticated remote MCP access.
  • Remove export, bulk, mutating, and high-blast-radius exposure before certifying company-knowledge use.
  • Satisfy OAuth, compatibility, and connector-refresh requirements before using the Messages API remote MCP path.
Write-safe publishing
Blocked
Risky write or non-read tools are exposed without a clear auth boundary.; Production readiness shows a blocking verdict.
Remediation checklist
  • Add a clearer auth boundary around risky write actions.
  • Resolve the blocking production-readiness verdict before treating this as write-safe.
Verdict traces
Production verdict
Needs remediation
Current validation evidence shows operational or discovery gaps that should be fixed first.
Confidence: high (98.75)
Winning source: live_validation
Triggering alerts
  • No active alert triggers.
Client verdict trace table
VerdictStatusChecksWinning sourceConflicts
openai_connectors Not client-compatible initialize, tools_list, transport_compliance_probe, step_up_auth_probe, connector_replay_probe, request_association_probe live_validation none
claude_desktop Not client-compatible initialize, tools_list, transport_compliance_probe live_validation none
unsafe_for_write_actions Publishing blocked action_safety_probe live_validation none
snapshot_churn_risk Low tool_snapshot_probe, connector_replay_probe history none
Publishability policy profiles
ChatGPT custom connector publishability policy
Policy blocked
OpenAI connectors expect OAuth for remote server auth.; Dynamic client registration materially improves connector setup.; Transport compliance failed or did not complete successfully.; Step-up auth signals should be documented and connector-friendly.; OAuth interoperability should be strong.; The tool surface is not limited to search/fetch-style read tools. Technical compatibility is evaluated separately from this publishability policy.
  • Search Fetch Only: No
  • Write Actions Present: Yes
  • Oauth Configured: No
  • Admin Refresh Required: No
  • Safe For Company Knowledge: No
  • Safe For Messages Api Remote Mcp: No
Claude remote MCP publishability policy
Policy blocked
Transport behavior should match Claude-compatible HTTP expectations.; The tool surface is not limited to search/fetch-style read tools.; This client profile expects a read/search-only tool surface, but write, delete, or exec-capable tools are present.; OAuth is not configured, so this client cannot authenticate without additional setup.; Not yet safe for company-knowledge use: requires a search/fetch-only surface with no export, bulk, mutating, or high-blast-radius exposure.; Not yet safe for the Messages API remote MCP path: requires OAuth, a compatible connector profile, and no pending connector-refresh risk. Technical compatibility is evaluated separately from this publishability policy.
  • Search Fetch Only: No
  • Write Actions Present: Yes
  • Oauth Configured: No
  • Admin Refresh Required: No
  • Safe For Company Knowledge: No
  • Safe For Messages Api Remote Mcp: No
Compatibility fixtures
ChatGPT custom connector fixture
Degraded
OpenAI connectors expect OAuth for remote server auth.; Dynamic client registration materially improves connector setup.; Transport compliance failed or did not complete successfully.; Step-up auth signals should be documented and connector-friendly.; OAuth interoperability should be strong.
  • remote_http_endpoint: Passes
  • oauth_discovery: Degraded
  • frozen_tool_snapshot_refresh: Passes
  • request_association: Not Assessed
Anthropic remote MCP fixture
Degraded
Transport behavior should match Claude-compatible HTTP expectations.
  • remote_transport: Passes
  • tool_discovery: Passes
  • auth_connect: Passes
  • safe_write_review: Degraded
Recommended for
Smithery
Smithery is marked compatible with score 80.
Generic Streamable HTTP
Generic Streamable HTTP is marked compatible with score 100.

Evidence

Current trust snapshot
Snapshot ID
trustsnap_275ea5ef44ce8eca
Use this ID to compare server page, report, policy, MCP, homepage, ranking, and shortlist surfaces.
Trust evaluated
Aug 15, 2026 02:35:14 PM UTC
Evidence revision: 45eaa0faf3e14cfb1622a685 • materialization: complete
Last validated
Aug 15, 2026 07:54:02 AM UTC
Age: 6.69h • evidence age tier: Verified in last 24h • display score: 59.38

Canonical machine links

Evidence confidence
Confidence score
98.8
Based on 19 recent validations, 16 captured checks, and validation age of 6.7 hours.
Live checks captured
16
More direct checks increase trust in the current verdict.
Validation age
6.7h
Lower age means fresher evidence.
Latest validation evidence
Latest summary
Healthy
Validation profile
remote_mcp
Started
Aug 15, 2026 07:54:01 AM UTC
Latency
1280.1 ms

Failures

  • oauth_authorization_server no authorization server
  • oauth_protected_resource Client error '404 Not Found' for url 'https://contabo.run.mcp.com.ai/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
  • openid_configuration no authorization server
  • server_card Client error '404 Not Found' for url 'https://contabo.run.mcp.com.ai/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
  • transport_compliance_probe Issues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200).

Checks

CheckStatusLatencyEvidence
action_safety_probe Error n/a 12 high-risk, 68 destructive, 11 egress-capable, 68 declared non-read-only, non-read capabilities: write, delete, financial tool(s); no clear auth boundary; safeguards=1; confirmation=confirmDomainTransferOut.
advanced_capabilities_probe Warning n/a Only 3 capability signal(s): prompts, resource links, resources.
connector_publishability_probe Warning n/a Publishability blockers: protocol version, session resume, step up auth, transport compliance, +3 more.
connector_replay_probe OK n/a Backward compatible with no breaking tool-surface changes.
determinism_probe OK 61.4 ms Check completed
initialize OK 79.1 ms Protocol 2025-06-18
instruction_tool_reference_probe OK n/a Check completed
interactive_flow_probe OK n/a Check completed
oauth_authorization_server Missing n/a no authorization server
oauth_protected_resource Error 88.2 ms Client error '404 Not Found' for url 'https://contabo.run.mcp.com.ai/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
official_registry_probe OK n/a Check completed
openid_configuration Missing n/a no authorization server
probe_noise_resilience OK 223.7 ms Fetched https://contabo.run.mcp.com.ai/robots.txt
prompt_get OK 27.5 ms 1 prompt message(s) returned
prompts_list OK 27.5 ms 1 prompt(s) exposed
protocol_version_probe Warning n/a Claims 2025-06-18; 1 release(s) behind 2025-11-25.
provenance_divergence_probe Not_Assessed n/a Check completed
request_association_probe Missing n/a No request-association capabilities were advertised.
resource_read Error 52.1 ms Response body exceeded byte limit
resources_list OK 27.4 ms 2 resource item(s) exposed
schema_divergence_probe Missing n/a no server card tools
server_card Error 231.7 ms Client error '404 Not Found' for url 'https://contabo.run.mcp.com.ai/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
session_resume_probe Warning n/a no session id
step_up_auth_probe Missing n/a No OAuth or incremental-scope signals detected.
tool_snapshot_probe OK n/a Check completed
tools_list OK 35.1 ms 124 tool(s) exposed
transport_compliance_probe Error 36.0 ms Issues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200).
utility_coverage_probe Missing 27.9 ms No completions evidence; no pagination evidence; tasks missing.
Known versions
  • 0.6.0
Public server reputation
Validation success 7d
1.0
Validation success 30d
1.0
Mean time to recover
4.0h
Breaking diffs 30d
1
Registry drift frequency 30d
0
Snapshot changes 30d
1
Benchmark tasks
Benchmark taskStatusEvidence
Discover tools Passes
  • initializeOK
  • tools_listOK
Read-only fetch flow Degraded
  • resource_readError
  • read_only_tool_surfaceOK
OAuth-required connect Degraded
  • oauth_protected_resourceError
  • step_up_auth_probeMissing
Safe write flow with confirmation Likely to fail
  • action_safety_probeError
Utility coverage
Probe status
Missing
Completions
not detected
Completion probe target: { "type": "resource", "uri": "http://localhost:3000/contabo.json" }
Pagination
not detected
No nextCursor evidence.
Tasks
Missing
Advertised: no
Tool snapshot diff & changelog
Snapshot changed
no
Added tools
none
Removed tools
none
Required-argument changes
ToolAdded required argsRemoved required args
No required-argument changes detected.
Output-schema drift
ToolPrevious propertiesLatest properties
No output-schema drift detected.
Validation diff
Score delta
1.57
Summary changed
no
Tool delta
0
Prompt delta
0
Auth mode changed
no
Write surface expanded
no
Protocol regressed
no
Registry drift changed
no

Regressed checks: none

Improved checks: none

Newly assessed dimensions: none

No longer assessed dimensions: none

ComponentPreviousLatestDelta
backward_compatibility_score1.04.03.0
Registry & provenance divergence
Probe status
Not_Assessed
Assessment
Not assessed
probe_not_assessed
Cross-registry alias disagreements
none
Active alerts

No active alerts for the current server state.

Aliases & registry graph
IdentifierSourceCanonicalIdentity evidenceScore
ai.com.mcp/contabo official_registry yes canonical 59.4
Alias consolidation

Strong alias identity requires matching remote URL, server-card URL, repository slug, or explicit registry cross-reference; shared provider namespace alone is not identity.

Canonical identifier
ai.com.mcp/contabo
Duplicate aliases
0
Registry sources
official_registry
Directory listings
none
Source disagreements
FieldWhat differsObserved values
No source disagreements detected.

Fix it

Why this score?
Access & Protocol
21/44
Connectivity, auth, and transport expectations for common clients.
Interface Quality
31/56
How well the tool/resource interface communicates and behaves under automation.
Security Posture
22/36
How safely the exposed tool surface handles destructive actions, egress, execution, secrets, and risky inputs.
Reliability & Trust
22/24
Operational stability, consistency, and trustworthiness over time.
Discovery & Governance
14/28
How well the server is documented, listed, and governed in public registries.
Adoption & Market
4/8
Adoption clues and public evidence that the server is intended for external use.
Algorithmic score breakdown
Auth Operability
2/4
Measures whether auth discovery and protected access behave predictably for clients.
Error Contract Quality
0/4
Grades machine-readable error structure, status alignment, and remediation hints.
Rate-Limit Semantics
2/4
Checks whether quota/throttle responses are deterministic and automation-friendly.
Schema Completeness
2/4
Completeness of tool descriptions, parameter docs, examples, and schema shape.
Backward Compatibility
4/4
Stability score across tool schema/name drift relative to prior validations.
SLO Health
3/4
Availability, latency, and burst-failure profile across recent validation history.
Security Hygiene
2/4
HTTPS posture, endpoint hygiene, and response-surface hardening checks.
Task Success
4/4
Can an agent reliably initialize, enumerate tools, and execute core MCP flows?
Trust Confidence
3/4
Confidence-adjusted reliability score that penalizes low evidence volume.
Abuse/Noise Resilience
4/4
How well the server preserves core behavior in the presence of noisy traffic patterns.
Prompt Contract
3/4
Quality of prompt metadata, argument shape, and prompt discoverability for clients.
Resource Contract
3/4
How completely resources and resource templates describe URIs, types, and usage shape.
Discovery Metadata
2/4
Homepage, docs, icon, repository, support, and license coverage for directory consumers.
Registry Consistency
2/4
Agreement between stored registry metadata, live server-card data, and current validation output.
Installability
4/4
How cleanly a real client can connect, initialize, enumerate tools, and proceed through auth.
Session Semantics
4/4
Determinism and state behavior across repeated MCP calls, including sticky-session surprises.
Tool Surface Design
3/4
Naming clarity, schema ergonomics, and parameter complexity across the tool surface.
Result Shape Stability
3/4
Stability of declared output schemas across validations, with penalties for drift or missing shapes.
OAuth Interop
0/4
Depth and client compatibility of OAuth/OIDC metadata beyond the minimal protected-resource check.
Recovery Semantics
0/4
Whether failures include actionable machine-readable next steps such as retry or upgrade guidance.
Maintenance Signal
3/4
Versioning, update recency, and historical validation cadence that indicate active stewardship.
Adoption Signal
3/4
Directory presence and distribution clues that suggest the server is intended for external use.
Freshness Confidence
4/4
Confidence that recent validations are current enough and dense enough to trust operationally.
Transport Fidelity
4/4
Whether declared transport metadata matches the observed endpoint behavior and response formats.
Spec Recency
3/4
How close the server’s claimed MCP protocol version is to the latest known public revision.
Session Resume
3/4
Whether Streamable HTTP session identifiers and resumed requests behave cleanly for real clients.
Step-Up Auth
0/4
Whether OAuth metadata and WWW-Authenticate challenges support granular, incremental consent instead of broad upfront scopes.
Transport Compliance
0/4
Checks session headers, protocol-version enforcement, session teardown, and expired-session behavior.
Utility Coverage
0/4
Signals support for completions, pagination, and task-oriented utility surfaces that larger clients increasingly expect.
Advanced Capability Coverage
1/4
Coverage of newer MCP surfaces like roots, sampling, elicitation, structured output, and related metadata.
Connector Publishability
1/4
How ready the server looks for client catalogs and managed connector programs.
Tool Snapshot Churn
4/4
Stability of the tool surface across recent validations, including add/remove and output-shape drift.
Connector Replay
4/4
Whether a previously published frozen connector snapshot would remain backward compatible after the latest tool refresh.
Request Association
0/4
Whether roots, sampling, and elicitation appear tied to active client requests instead of arriving unsolicited on idle sessions.
Interactive Flow Safety
4/4
Whether prompts and docs steer users toward safe auth flows instead of pasting secrets directly.
Action Safety
1/4
Risk-weighted view of destructive, exec, egress, and confirmation semantics across the tool surface.
Official Registry Presence
4/4
Whether the server appears directly or indirectly in the official MCP registry.
Safety Transparency
2/4
Clarity of docs, auth disclosure, support links, and other trust signals visible to integrators.
Tool Capability Clarity
3/4
How clearly the tool surface communicates whether each action reads, writes, deletes, executes, or exports data.
Destructive Operation Safety
1/4
Penalizes delete/revoke/destroy style tools unless auth and safeguards reduce blast radius.
Egress / SSRF Resilience
1/4
Assesses arbitrary URL fetch, crawl, webhook, and remote-request exposure on the tool surface.
Execution / Sandbox Safety
4/4
Evaluates shell, code, script, and command-execution exposure and whether that surface appears contained.
Data Exfiltration Resilience
3/4
Assesses export, dump, backup, and bulk-read behavior against the surrounding auth and safeguard signals.
Least Privilege Scope
1/4
Rewards scoped auth metadata and penalizes broad or missing scopes around privileged tools.
Secret Handling Hygiene
3/4
Assesses secret-bearing tools, token leakage risk, and whether the public surface avoids obvious secret exposure.
Supply Chain Signal
1/4
Public metadata signal for repository, changelog, license, versioning, and recency that supports supply-chain trust.
Input Sanitization Safety
3/4
Penalizes risky freeform string inputs when schemas do not constrain URLs, code, paths, queries, or templates.
Tool Namespace Clarity
3/4
Measures naming uniqueness and ambiguity across the tool namespace to reduce collision and confusion risk.

1 component(s) not assessed for this run: Provenance Divergence

Experimental candidate components
Personal Data Exposure
8.5
Experimental candidate, weight 0. Export and bulk-access evidence only; no impact on totals, verdicts, rankings, or gates.
Actionable remediation
SeverityRemediationWhy it mattersRecommended action
High Add confirmation and dry-run semantics for risky actions High-risk write, delete, exec, or egress tools should communicate safeguards clearly. Add an explicit confirm/dry-run parameter or two-step confirmation flow to write, delete, exec, and egress-capable tools before they can make destructive changes.
Playbook
  • For each high-risk tool (delete, exec, or network-egress capable), add a `confirm`/`dry_run` parameter or a two-step confirmation flow.
  • Document the safeguard in the tool's description so clients and agents know confirmation is required before execution.
  • Revalidate and confirm `action_safety_probe` reports the safeguard as detected.
High Align session and protocol behavior with Streamable HTTP expectations Clients increasingly rely on MCP-Protocol-Version, session teardown, and expired-session semantics. Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.
Playbook
  • Return `Mcp-Session-Id` and `Mcp-Protocol-Version` headers consistently on streamable HTTP responses.
  • Honor `DELETE` session teardown and return `404` when a deleted session is reused.
  • Reject invalid protocol-version headers with `400 Bad Request`.
High Expose /.well-known/oauth-protected-resource Without a protected-resource document, OAuth clients cannot discover auth requirements reliably. Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.
Playbook
  • Serve `/.well-known/oauth-protected-resource` from the same host as the MCP endpoint.
  • Point it at the authorization server metadata URL.
  • Confirm clients receive consistent auth hints before tool execution.
High Publish OAuth authorization-server metadata Clients need authorization-server metadata to discover issuer, endpoints, and DCR support. Publish /.well-known/oauth-authorization-server from your issuer and include registration_endpoint when supported.
Playbook
  • Publish `/.well-known/oauth-authorization-server` from the issuer.
  • Add `registration_endpoint` if DCR is supported.
  • Verify issuer, authorization, token, and jwks metadata are all reachable.
High Publish a complete server card Missing or incomplete server-card metadata weakens discovery, documentation, and trust signals. Serve /.well-known/mcp/server-card.json and include tools, prompts/resources, homepage, and support links.
Playbook
  • Publish `/.well-known/mcp/server-card.json`.
  • Include homepage, repository, support, tools, prompts/resources, and auth metadata.
  • Revalidate the server after publishing the card.
Medium Adopt a current MCP protocol revision Older protocol revisions reduce compatibility with newer clients and registry programs. Advertise a current MCP protocol revision (2025-06-18 or later) in both the initialize response and the MCP-Protocol-Version header.
Playbook
  • Update the server's advertised protocol version to a current MCP revision (2025-06-18 or later).
  • Return the negotiated version consistently in both the `initialize` response and the `MCP-Protocol-Version` header.
  • Revalidate and confirm `protocol_version_probe` reports `ok`.
Medium Close connector-publishing gaps Connector catalogs care about protocol recency, session behavior, auth clarity, and tool-surface stability. Resolve every blocker named by connector_publishability_probe, then rerun it before submitting or refreshing a connector listing.
Playbook
  • Review the blockers and failed criteria recorded by connector_publishability_probe.
  • Correct the identified transport, authentication, server-card, or tool-stability gaps.
  • Revalidate and require the probe to report no blockers before publishing the connector.
Medium Document minimal scopes and return cleaner auth challenges Modern clients expect granular scopes and step-up auth signals such as WWW-Authenticate scope hints. Return granular scopes and WWW-Authenticate challenge hints instead of forcing overly broad auth upfront.
Playbook
  • Advertise the narrowest viable scopes in OAuth metadata.
  • Return `WWW-Authenticate` challenges with scope or insufficient-scope hints when additional consent is needed.
  • Revalidate with both public discovery and auth-required flows.
Medium Publish OpenID configuration OIDC metadata improves token validation and client compatibility. Expose /.well-known/openid-configuration with issuer, jwks_uri, and supported grants.
Playbook
  • Serve `/.well-known/openid-configuration` with `issuer`, `jwks_uri`, `authorization_endpoint`, and `token_endpoint`.
  • List supported grant types in `grant_types_supported` and scopes in `scopes_supported`.
  • Revalidate and confirm the `openid_configuration` check returns `ok`.
Medium Raise Adoption & Market score Adoption clues and public evidence that the server is intended for external use. Increase external documentation and directory coverage so users can discover and evaluate the server.
Medium Support resumable HTTP sessions cleanly Modern MCP clients increasingly expect resumable session behavior on streamable HTTP transports. Persist session state keyed by Mcp-Session-Id and honor Last-Event-ID on GET reconnects so clients can resume a dropped Streamable HTTP session.
Playbook
  • Persist session state keyed by `Mcp-Session-Id` so a client can reconnect after a dropped connection.
  • Honor `Last-Event-ID` on GET reconnects to replay missed SSE events instead of erroring.
  • Revalidate and confirm `session_resume_probe` no longer returns `warning`.
Low Expose modern utility surfaces like completions, pagination, or tasks Utility coverage improves interoperability with larger clients and long-lived agent workflows. Expose completions, pagination, and task metadata where supported so larger clients can plan and resume work safely.
Playbook
  • Advertise `completions`, pagination cursors, and `tasks` only when they are actually supported.
  • Return `nextCursor` on large list operations when pagination is available.
  • Document task support and whether it requires step-up auth.
Low Publish newer MCP capability signals Roots, sampling, elicitation, structured outputs, and related metadata improve client understanding and ranking. Advertise only the advanced capabilities (roots, sampling, elicitation) you have actually implemented end to end in the initialize capabilities object.
Playbook
  • Add the capabilities you actually support (`roots`, `sampling`, `elicitation`) to the `capabilities` object returned from `initialize`.
  • Only advertise a capability once the corresponding request/response flow is implemented end to end.
  • Revalidate and confirm `advanced_capabilities_probe` reflects the updated capability set.
Point loss breakdown
ComponentCurrentPoints missing
Utility Coverage 0/4 -4.0
Transport Compliance 0/4 -4.0
Step-Up Auth 0/4 -4.0
Request Association 0/4 -4.0
Recovery Semantics 0/4 -4.0
OAuth Interop 0/4 -4.0
Error Contract Quality 0/4 -4.0
Least Privilege Scope 1/4 -3.0
Egress / SSRF Resilience 1/4 -3.0
Destructive Operation Safety 1/4 -3.0
Supply Chain Signal 1/4 -3.0
Connector Publishability 1/4 -3.0
Technical compatibility profiles

These scores measure technical client compatibility only. Client publishability and production readiness are evaluated separately against policy, transport, and write-surface blockers.

OpenAI Connectors
44.4
Technically incompatible (4 of 9 requirements met)
OpenAI connectors expect OAuth for remote server auth.; Dynamic client registration materially improves connector setup.; Transport compliance failed or did not complete successfully.; Step-up auth signals should be documented and connector-friendly.; OAuth interoperability should be strong.
Connector URL: https://contabo.run.mcp.com.ai/mcp
# No OAuth metadata detected.
# Server: ai.com.mcp/contabo
Claude Desktop
83.3
Technically compatible (5 of 6 requirements met)
Transport behavior should match Claude-compatible HTTP expectations.
{
  "mcpServers": {
    "contabo": {
      "command": "npx",
      "args": ["mcp-remote", "https://contabo.run.mcp.com.ai/mcp"]
    }
  }
}
Smithery
80.0
Technically compatible (4 of 5 requirements met)
Machine-readable failure semantics should be present.
smithery mcp add "https://contabo.run.mcp.com.ai/mcp"
Generic Streamable HTTP
100.0
Technically compatible (6 of 6 requirements met)
No technical compatibility criteria are currently unmet.
curl -sS https://contabo.run.mcp.com.ai/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'

Governance

MCP TrustOps

TrustOps turns this report into operational controls: validation targets and SLAs, authenticated validation, semantic benchmarks, policy exports, alert subscriptions, badges, cost/compliance metadata, and runtime routing. Fresh trusted index decisions stay separate from long-tail inventory so stale scores do not masquerade as current evidence.

Evidence age tier
Verified in last 24h
Policy evidence-age limit (a runtime constraint, distinct from the public 24h freshness window and from a plan's validation target/SLA): 168.0h • confidence-weighted score (display score discounted for evidence age and confidence -- an internal TrustOps input, not the public score): 58.6 • score suppressed after the 30-day display limit:
Policy exports
Formats: json, rego, yaml, github_action, gateway_config, client_report
Runtime routing
/v1/decide
Returns allowed tools, blocked tools, approval requirement, and reason.
Hosted runtime
Deploy trusted servers from GitHub with secrets, egress controls, releases, rollback, and audit events.
Authenticated validation
Premium publisher feature: paid authenticated runs verify scopes, write-action safeguards, and authorized tool execution.
Active trust badges
none
Semantic benchmarks
available
Templates cover GitHub, database, healthcare, web search, and CRM least-privilege jobs.
Supply chain
metadata signal
Deep scan checks are marked separately from public metadata signals.
Compliance metadata
Terms, privacy, SOC 2, HIPAA, GDPR, retention, deletion, and audit-log fields are tracked as enterprise metadata.
Alert subscription types
Status changes Score drops or recovers Evidence-age policy breach Validation schema drift OAuth or auth behavior changes Tool surface changes New or changed write tool Supply-chain signal changes Legal or compliance metadata changes
MCP Runtime hosting

Verify Hosted MCP turns a trusted server report into a managed remote MCP endpoint with GitHub deployment provenance, sandbox policy, encrypted secrets, release history, rollback, and audit/usage events.

Activation readiness
Trusted hosted runtimes require fresh validation, a passing server state, a remote endpoint, and a minimum score.
Minimum tier
TrustOps
Publisher claim plus paid TrustOps tier are required before secrets or releases can be created.
Hosted endpoint
/hosted/{namespace}/{name}/mcp
The endpoint enforces egress allowlists and records audit/usage events.
Blockers
score_below_hosting_threshold blocked_by_production_readiness unsafe_write_action_surface
DeploymentStatusEndpointRelease
No hosted runtime deployments yet.
Authenticated validation sessions

Public validation is free. Authenticated validation is paid and proves scoped behavior, write-action safeguards, and authenticated tool execution.

Latest profile
remote_mcp
Authenticated session used
Public score isolation
Preview endpoint
/v1/verify
CI preview endpoint
/v1/ci/preview
Install snippets
Openai Connectors
Connector URL: https://contabo.run.mcp.com.ai/mcp
# No OAuth metadata detected.
# Server: ai.com.mcp/contabo
Claude Desktop
{
  "mcpServers": {
    "contabo": {
      "command": "npx",
      "args": ["mcp-remote", "https://contabo.run.mcp.com.ai/mcp"]
    }
  }
}
Smithery
smithery mcp add "https://contabo.run.mcp.com.ai/mcp"
Generic Http
curl -sS https://contabo.run.mcp.com.ai/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Agent access & tool surface
Live server tools
tool_search retrieveTagList createTag retrieveTag updateTag deleteTag retrieveAssignmentList retrieveAssignment
Showing 8 of 124 tools.
Observed from the latest live validation against https://contabo.run.mcp.com.ai/mcp. This is the target server surface, not Verify's own inspection tools.
Live capability counts
124 tools • 1 prompts • 2 resources
Counts come from the latest tools/list, prompts/list, and resources/list checks.
Inspect with Verify
search fetch search_servers recommend_servers get_server_report compare_servers
Use Verify itself to search, recommend, compare, and fetch the full report for ai.com.mcp/contabo.
Direct machine links

History

Validation history
7 day score delta
n/a
30 day score delta
n/a
Recent healthy ratio
100%
Freshness
6.7h
TimestampStatusScoreLatencyTools
Aug 15, 2026 07:54:02 AM UTC Healthy 59.4 1280.1 ms 124
Aug 14, 2026 07:53:39 PM UTC Healthy 57.8 1571.5 ms 124
Aug 14, 2026 03:53:24 PM UTC Failing n/a 1719.1 ms 0
Aug 14, 2026 03:21:49 AM UTC Healthy 60.4 1648.7 ms 124
Aug 13, 2026 08:38:32 PM UTC Healthy 60.4 1599.0 ms 124
Aug 13, 2026 08:32:12 AM UTC Healthy 60.4 1465.1 ms 124
Aug 12, 2026 08:11:52 PM UTC Healthy 60.9 1822.1 ms 124
Aug 12, 2026 07:58:51 AM UTC Healthy 60.9 1883.0 ms 124
Aug 11, 2026 07:29:49 PM UTC Healthy 60.9 2406.1 ms 124
Aug 11, 2026 07:08:30 AM UTC Healthy 61.5 1142.6 ms 124
Validation timeline
ValidatedSummaryScoreProtocolAuth modeToolsHigh-risk toolsChanges
Aug 15, 2026 07:54:02 AM UTC Healthy 59.4 2025-06-18 public 124 12 none
Aug 14, 2026 07:53:39 PM UTC Healthy 57.8 2025-06-18 public 124 12 none
Aug 14, 2026 03:53:24 PM UTC Failing n/a 2025-06-18 public 0 0 summary_changed tool_snapshot_changed
Aug 14, 2026 03:21:49 AM UTC Healthy 60.4 2025-06-18 public 124 12 none
Aug 13, 2026 08:38:32 PM UTC Healthy 60.4 2025-06-18 public 124 12 none
Aug 13, 2026 08:32:12 AM UTC Healthy 60.4 2025-06-18 public 124 12 none
Aug 12, 2026 08:11:52 PM UTC Healthy 60.9 2025-06-18 public 124 12 none
Aug 12, 2026 07:58:51 AM UTC Healthy 60.9 2025-06-18 public 124 12 none
Aug 11, 2026 07:29:49 PM UTC Healthy 60.9 2025-06-18 public 124 12 none
Aug 11, 2026 07:08:30 AM UTC Healthy 61.5 2025-06-18 public 124 12 none
Recent validation runs
Recent validation runs for this MCP server
StartedStatusSummaryLatencyChecks
Aug 15, 2026 07:54:01 AM UTC Completed Healthy 1280.1 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 14, 2026 07:53:38 PM UTC Completed Healthy 1571.5 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 14, 2026 03:53:22 PM UTC Completed Failing 1719.1 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe (not counted in confidence)
Aug 14, 2026 03:21:48 AM UTC Completed Healthy 1648.7 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 13, 2026 08:38:30 PM UTC Completed Healthy 1599.0 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 13, 2026 08:32:10 AM UTC Completed Healthy 1465.1 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 12, 2026 08:11:50 PM UTC Completed Healthy 1822.1 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 12, 2026 07:58:49 AM UTC Completed Healthy 1883.0 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 11, 2026 07:29:47 PM UTC Completed Healthy 2406.1 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Aug 11, 2026 07:08:29 AM UTC Completed Healthy 1142.6 ms action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe
Incident & change feed
TimestampEventDetails
Aug 15, 2026 07:54:02 AM UTC Latest validation: healthy Score 59.4 with status healthy.
Aug 15, 2026 07:54:02 AM UTC Score changed Score delta +1.6 versus the previous run.
Aug 14, 2026 07:53:39 PM UTC Score changed Score delta -2.6 versus the previous run.
Aug 14, 2026 03:53:24 PM UTC Validation summary changed Summary moved from healthy to failing.
Aug 14, 2026 03:53:24 PM UTC Score changed Score delta -53.4 versus the previous run.
Aug 14, 2026 03:53:24 PM UTC Tool snapshot changed Added 0, removed 25, and changed 0 tool contracts.
Aug 05, 2026 10:58:15 AM UTC Score corrected (post-1.0.503 remediation, R1 zero-anchoring) Prior: 68.85. Corrected: 65.43.

Technical details

Raw evidence view
Show raw JSON evidence

Large evidence payload summarized to keep this page fast. Full raw evidence remains available from the JSON report.

{
  "checks": {
    "count": 28,
    "items": {
      "action_safety_probe": {
        "auth_present": false,
        "safeguard_count": 1,
        "status": "error"
      },
      "advanced_capabilities_probe": {
        "status": "warning"
      },
      "connector_publishability_probe": {
        "status": "warning"
      },
      "connector_replay_probe": {
        "status": "ok"
      },
      "determinism_probe": {
        "latency_ms": 61.43,
        "status": "ok"
      },
      "initialize": {
        "http_status": 200,
        "latency_ms": 79.14,
        "payload_omitted": true,
        "status": "ok"
      },
      "instruction_tool_reference_probe": {
        "status": "ok"
      },
      "interactive_flow_probe": {
        "status": "ok"
      },
      "oauth_authorization_server": {
        "reason": "no_authorization_server",
        "status": "missing"
      },
      "oauth_protected_resource": {
        "latency_ms": 88.22,
        "reason": "Client error '404 Not Found' for url 'https://contabo.run.mcp.com.ai/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
        "status": "error"
      },
      "official_registry_probe": {
        "status": "ok"
      },
      "openid_configuration": {
        "reason": "no_authorization_server",
        "status": "missing"
      },
      "probe_noise_resilience": {
        "http_status": 200,
        "latency_ms": 223.67,
        "status": "ok"
      },
      "prompt_get": {
        "http_status": 200,
        "latency_ms": 27.48,
        "payload_omitted": true,
        "status": "ok"
      },
      "prompts_list": {
        "http_status": 200,
        "latency_ms": 27.5,
        "payload_omitted": true,
        "status": "ok"
      },
      "protocol_version_probe": {
        "status": "warning"
      },
      "provenance_divergence_probe": {
        "status": "not_assessed"
      },
      "request_association_probe": {
        "reason": "no_request_association_capabilities_advertised",
        "status": "missing"
      },
      "resource_read": {
        "latency_ms": 52.13,
        "reason": "Response body exceeded byte limit",
        "status": "error"
      },
      "resources_list": {
        "http_status": 200,
        "latency_ms": 27.38,
        "payload_omitted": true,
        "status": "ok"
      },
      "schema_divergence_probe": {
        "reason": "no_server_card_tools",
        "status": "missing"
      },
      "server_card": {
        "latency_ms": 231.69,
        "reason": "Client error '404 Not Found' for url 'https://contabo.run.mcp.com.ai/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
        "status": "error"
      },
      "session_resume_probe": {
        "reason": "no_session_id",
        "status": "warning"
      },
      "step_up_auth_probe": {
        "status": "missing"
      },
      "tool_snapshot_probe": {
        "status": "ok"
      },
      "tools_list": {
        "http_status": 200,
        "latency_ms": 35.08,
        "payload_omitted": true,
        "status": "ok",
        "tool_count": 124,
        "tool_names_preview": [
          "tool_search",
          "retrieveTagList",
          "createTag",
          "retrieveTag",
          "updateTag",
          "deleteTag",
          "retrieveAssignmentList",
          "retrieveAssignment",
          "createAssignment",
          "deleteAssignment",
          "retrieveTagAuditsList",
          "retrieveAssignmentsAuditsList",
          "retrievePtrRecord",
          "updatePtrRecord",
          "deletePtrRecord",
          "createPtrRecord",
          "retrievePtrRecordsList",
          "retrieveDnsZonesList",
          "createDnsZone",
          "retrieveDnsZone",
          "deleteDnsZone",
          "retrieveDnsZoneRecordsList",
          "createDnsZoneRecord",
          "updateDnsZoneRecord",
          "deleteDnsZoneRecord"
        ]
      },
      "transport_compliance_probe": {
        "latency_ms": 35.97,
        "protocol_header_present": false,
        "status": "error"
      },
      "utility_coverage_probe": {
        "latency_ms": 27.91,
        "status": "missing"
      }
    },
    "omitted_count": 0
  },
  "failures": {
    "count": 5,
    "items": {
      "oauth_authorization_server": {},
      "oauth_protected_resource": {},
      "openid_configuration": {},
      "server_card": {},
      "transport_compliance_probe": {}
    },
    "omitted_count": 0
  },
  "message": "Raw evidence is summarized in HTML to keep server detail pages fast. Use the JSON report or evidence API for the full payload.",
  "remote_url": "https://contabo.run.mcp.com.ai/mcp",
  "server_card": {
    "name": null,
    "raw_payload_omitted": false,
    "version": null
  },
  "server_identifier": "ai.com.mcp/contabo",
  "truncated": true
}
Capabilities
Use-case taxonomy
development search communication productivity
Transport compliance drilldown
Probe status
Error
Transport
streamable-http
Session header
no
Protocol header
no
Bad protocol response
200
DELETE teardown
n/a
Expired session retry
n/a
Last-Event-ID visible
no

Issues: missing_session_id, missing_protocol_header, bad_protocol_not_rejected

Request association
Status
Missing
Advertised capabilities
none
Observed idle methods
none
Violating methods
none
Probe HTTP status
n/a
Issues
none
Connector replay
Status
OK
Backward compatible
Would break after refresh
Added tools
none
Removed tools
none
Additive output changes
none
Required-argument replay breaks
ToolAdded required argsRemoved required args
No required-argument replay breaks detected.
Output-schema replay breaks
ToolRemoved propertiesAdded properties
No output-schema replay breaks detected.