Code Assist MCP for Anaplan

Build 26.0.9655

Workspaces

Retrieves all workspaces a user has access to within the user's default tenant.

Table-Specific Information

Select

The server uses the Anaplan API to process WHERE clause conditions that are built with the following columns and operators:

  • Id supports the '=' comparison operator.

For example, the following queries are processed server-side:

SELECT * FROM [Workspaces] WHERE [Id] = '123'

The server processes other filters client-side within the server.

Columns

Name Type References Description
Id [KEY] String The unique identifier for the workspace.
Name String The name of the workspace.
Active Bool Indicates whether the workspace is currently active.
SizeAllowance Long The allocated storage quota for the workspace.
CurrentSize Long The current storage size of the workspace.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655