> ## Documentation Index
> Fetch the complete documentation index at: https://docs.montra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# get_workspace

> Show which Montra workspace this connection is bound to.

Returns the name and id of the workspace this connection was bound to on the consent screen. Useful as a quick check that sign-in and [workspace binding](/authentication#workspace-binding) both worked.

## Input

This tool takes no input.

## Output

<ResponseField name="workspace" type="object" required>
  <Expandable title="properties">
    <ResponseField name="id" type="string" required>Workspace id.</ResponseField>
    <ResponseField name="name" type="string" required>Workspace display name.</ResponseField>
  </Expandable>
</ResponseField>
