> ## 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.

# list_folders

> List the folders in the connected workspace.

Lists the folders in the workspace this connection is bound to. Folders group documents the way project folders do in the app; use a folder id to narrow [`list_documents`](/tools/list-documents).

## Input

This tool takes no input.

## Output

<ResponseField name="folders" type="object[]" required>
  <Expandable title="properties">
    <ResponseField name="id" type="string" required>Folder id. Pass this as `folderId` to [`list_documents`](/tools/list-documents).</ResponseField>
    <ResponseField name="name" type="string" required>Folder name.</ResponseField>
    <ResponseField name="description" type="string" required>Folder description. Empty when none has been written.</ResponseField>
  </Expandable>
</ResponseField>
