get_workspaces__wid__profiles_count
Retrieve the count of browser profiles within a specified workspace using GoLogin MCP. Ideal for managing and organizing automation workflows efficiently.
Instructions
Get profiles count
Input Schema
Name | Required | Description | Default |
---|---|---|---|
wid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"wid": {
"type": "string"
}
},
"required": [
"wid"
],
"type": "object"
}