get_workspace
Retrieve full details of a workspace by ID, including defaults and complete member list. Use when you need membership details.
Instructions
Get one workspace by id and return its full details, including defaults and the complete member list. Use this when you need membership detail; use list_workspaces for an overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | The unique identifier of the workspace to retrieve. This can be found in the workspace's URL or from the list_workspaces tool response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |