Replit
replit_widget_get_preview_url
Internal tool for Replit's app builder. This must not be called directly by the model.
Remote NOVA-3951/replit
Remote (network-hosted)
Other tools also called replit_widget_get_preview_url?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"gitSha": {
"type": "string"
},
"replId": {
"type": "string"
},
"tracing": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"timestamp": {
"type": "string"
},
"enableHelium": {
"type": "boolean"
}
}
}