Egnyte Large File Manager
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EGNYTE_DOMAIN | Yes | Your Egnyte domain (e.g., acme.egnyte.com) | |
| EGNYTE_CLIENT_ID | Yes | Your Egnyte API client ID | |
| EGNYTE_NO_BROWSER | No | Set to '1' to disable browser launch and print authorization URL instead (for headless/SSH) | |
| EGNYTE_ACCESS_TOKEN | No | Pre-seeded access token for headless environments (alternative to OAuth flow) | |
| EGNYTE_CLIENT_SECRET | Yes | Your Egnyte API client secret (sensitive) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| egnyte_downloadA | Download an Egnyte file's REAL binary to local disk and return the local path (not the bytes). Use this when you need to load a file with code — e.g. pandas/openpyxl on .xlsx, parse a native PDF, read a .msg. Streams, so large files are fine. Provide the Egnyte path (e.g. /Shared/Docs/report.xlsx). |
| egnyte_uploadA | Upload a local file to Egnyte. Automatically uses chunked upload for large files (>= ~100 MB). Returns the new entry/group id and checksum. |
| egnyte_statA | Get metadata for an Egnyte file or folder (size, checksum, ids, is_folder). Use before downloading to check size / that it is a file. |
| egnyte_loginA | Start the Egnyte OAuth browser sign-in now (otherwise it happens automatically on the first file operation). Opens your browser; sign in as yourself (SSO supported). |
| egnyte_logoutA | Revoke and clear the cached Egnyte token. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |