I have an idea for a scenario that would work as follows:
-
Make plugged in as an MCP server to an LLM client
-
Scenario on demand
-
I type a command like “Send invoice to Evernote” and attach a pdf, png file
-
The scenario in scenario input has variables for individual invoice fields (e.g. seller name, invoice date) and a field for base64 with file content
In practice, it works like this: in the LLM client, I send an invoice, the data is read and passed to Make as an MCP server. The invoice fields are correctly identified, only the base64 is created incorrectly, and the question is whether this even has a right to work in Make? And if not, how can I conveniently transfer this file in another way?
This are rather very small files - approximately 20KB