# Library

Source: https://docs.elnora.ai/docs/mcp/library
Last modified: 2026-09-08T22:34:42-06:00

> Manage your organization's shared library.

Manage your organization's shared library.

## elnora_library_createFolder

Create a folder in the organization library

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `name` | any | yes | Folder name |
| `orgId` | any | yes | Organization ID |
| `parent` | any | yes | Parent folder ID |

## elnora_library_deleteFolder

Delete a folder from the organization library

*Destructive · Idempotent*

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `folderId` | any | yes | Folder UUID |
| `orgId` | any | yes | Organization UUID |

## elnora_library_files

List files in the organization library

*Read-only · Idempotent*

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `orgId` | any | yes | Organization UUID |
| `page` | any | yes | Page number |
| `pageSize` | any | yes | Results per page |

## elnora_library_folders

List folders in the organization library

*Read-only · Idempotent*

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `orgId` | any | yes | Organization UUID |

## elnora_library_renameFolder

Rename a folder in the organization library

*Idempotent*

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `folderId` | any | yes | Folder UUID |
| `name` | any | yes | New name |
| `orgId` | any | yes | Organization UUID |
