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

# File Storage (AI Tool)

> AI tool to read/write files to S3

# File Storage (AI Tool)

AI tool to read/write files to S3

## Properties

| Property   | Value             |
| ---------- | ----------------- |
| **Type**   | file-storage-tool |
| **Family** | AI                |
| **Group**  | Tools             |

## Parameters

| Name            | Label            | Type   | Description                            | Required |
| --------------- | ---------------- | ------ | -------------------------------------- | -------- |
| toolName        | Tool Name        | String | Name the AI will use to call this tool | No       |
| toolDescription | Tool Description | String |                                        | No       |
| operation       | Operation        | String |                                        | No       |
| filename        | Filename         | String |                                        | No       |
| content         | Content          | String |                                        | No       |

## Outputs

| Name    | Label   | Type    | Description        |
| ------- | ------- | ------- | ------------------ |
| url     | url     | string  | S3 URL of the file |
| success | success | boolean | Operation success  |
