Follow up from #237
The client also sends variables in the payload, but the endpoint never reads it — apply_template_placeholders only substitutes the built-in date/title/folder placeholders. So custom variables passed through the MCP tool are silently dropped. I kept this PR to the single key-name fix, but it's probably worth either threading variables into apply_template_placeholders or removing the parameter from the tool schema so the API doesn't advertise something the server ignores. Happy to do that as a follow-up if you'd like.
@olibuijr I opened this issue to keep track of it, feel free to do the PR yourself or I can do it myself when I have time.
Follow up from #237
The client also sends variables in the payload, but the endpoint never reads it — apply_template_placeholders only substitutes the built-in date/title/folder placeholders. So custom variables passed through the MCP tool are silently dropped. I kept this PR to the single key-name fix, but it's probably worth either threading variables into apply_template_placeholders or removing the parameter from the tool schema so the API doesn't advertise something the server ignores. Happy to do that as a follow-up if you'd like.
@olibuijr I opened this issue to keep track of it, feel free to do the PR yourself or I can do it myself when I have time.