Encodian
Encodian provides a suite of document management and automation tools, including Flowr, Filer, and Indxr, designed to enhance productivity and streamline workflows within Microsoft 365 environments.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Encodian authenticates with an API key. Generate the credential in your Encodian account, then paste it into FlyMyAI the first time an agent uses an Encodian action.
Get your Encodian credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Encodian API Key | The API key provided by Encodian for authenticating API requests. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
ENCODIAN_BASE64_DECODE | Tool to decode a Base64 string to a file. Use when you need to extract binary content (e.g., PDF, image) from Base64 data. | Base64String, FileName |
ENCODIAN_BASE64_ENCODE | Tool to encode a string to Base64. Use when you need to convert text into Base64 representation for use in other operations. | value |
ENCODIAN_COMPARE_TEXT | Tool to compare two text strings and determine if they match. Use when you have two strings and need to verify if they are equal. | primaryText, secondaryText |
ENCODIAN_GENERAL_HASH | Tool to compute a cryptographic hash (MD5, SHA256, etc.) of text or file data. Use when you need to verify integrity or generate digests. | Data, DataType, DigestAlgorithm, OutputType |
ENCODIAN_GENERAL_UNZIP_FILE | Tool to extract files from an archive. Use when you need to unzip a package and retrieve its contents. | - |
ENCODIAN_GET_FILE_PROPERTIES | Tool to retrieve properties of a file. Attempts multiple Encodian Filer endpoints and fallbacks. | ContainerName, BlobName |
ENCODIAN_IMAGE_RESIZE | Tool to resize an image by percentage or dimensions. Use when you need to scale or reshape an image with optional aspect-ratio enforcement. | FileName, ImageResizeType |
ENCODIAN_MOVE_FILE | Tool to move a file between containers. Use when you need to relocate a blob within your storage without manually copying then deleting. | SourceContainer, SourceBlob, DestinationContainer, DestinationBlob |
ENCODIAN_PDF_ADD_HEADER_FOOTER | Tool to add HTML header and footer to a PDF. Use when you need to embed consistent headers or footers across pages with margin and range options. | FileName, HtmlHeaderFooter, HtmlHeaderFooterLocation |
ENCODIAN_PDF_GET_METADATA | Tool to extract PDF metadata and properties. Use when you need to retrieve details like page count, author, file size, and custom attributes. | - |
ENCODIAN_PDF_WATERMARK | Tool to apply a text watermark to a PDF. Use when you need to annotate PDF pages with custom labels or marks; supports page selection, positioning, opacity, and rotation. | Filename, Text |
ENCODIAN_VALIDATE_EMAIL_ADDRESS | Tool to validate an email address. Use when checking email formats against a custom regex before processing user inputs. | emailAddress, regex |
ENCODIAN_VALIDATE_URL_AVAILABILITY | Tool to validate the availability of a specified URL. Use when needing to confirm if a web address is reachable before processing. | url |
ENCODIAN_WRITE_RANGE | Tool to write values to a cell range in an Excel worksheet. Use when you need to programmatically update worksheet data by specifying a range and a 2D array of values. | range, values |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Encodian!