List workspaces
dropthis_workspacesIdentify the active workspace for the current connection. Lists all available workspaces (teams) with the active one flagged, helping you target the right team before publishing content.
Instructions
List the workspaces (teams) this connection can act in, with the currently active one flagged (isActive). dropthis_account shows the active workspace on the current session. (Write-enabled connections can change the active workspace with dropthis_use_workspace.) If you need to publish into a workspace that is NOT currently active, call dropthis_use_workspace with its slug first (or pass workspace to dropthis_publish).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | The currently active workspace {id, slug, name, kind}. | |
| workspaces | No | List of workspaces this connection can publish to. |