get_workspaces__wid_
Retrieve detailed workspace information using the workspace ID (wid) to manage browser profiles and automation tasks efficiently.
Instructions
Get workspace info
Input Schema
Name | Required | Description | Default |
---|---|---|---|
wid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"wid": {
"type": "string"
}
},
"required": [
"wid"
],
"type": "object"
}