Skip to main content
Permission: Read Ā· Workspace: not required (global) Lists the Goody workspaces the connected user belongs to. Call before any tool that creates, updates, or sends gifts — they all require an explicit workspace_id, and this is the only way to discover valid ones.

Parameters

This tool takes no arguments.

Returns

workspaces
object[]
The workspaces the connected user belongs to.

Example

"What workspaces can I send gifts from?"
{
  "name": "goody_workspaces_list",
  "arguments": {}
}
{
  "workspaces": [
    { "id": "0f3c…", "name": "Northwind Trading" },
    { "id": "9a17…", "name": "Northwind Labs" }
  ]
}
Start a session with goody_me_get to confirm the account, then pass a workspace_id from here to tools like goody_collections_list or goody_order_batches_create.