Keycloak

skycloak_create_realm_import_upload_url

Get a presigned URL to upload a realm archive to. PUT the archive to upload_url, then pass the returned s3_key to skycloak_create_realm_import as upload_s3_key. Not needed when importing an existing export: pass that export's ID as source_export_id instead.

Remote skycloak/keycloak-mcp

Remote (network-hosted)

Other tools also called skycloak_create_realm_import_upload_url? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "cluster_id": {
      "type": "string",
      "description": "the cluster ID"
    }
  }
}