We have a custom LLM that we are using to proxy to multiple LLMs with specific context. Given that this is an enterprise solution with many clients we did not want to store the assistant configuration in VAPI. Instead, we are using the Server Message Assistant Request to return the assistant configuration needed. However, there is no way that we can specify an MCP server from the API to define tool calls dynamically. Is this possible?
Additionally, if it is, can we specify context per call so we can resolve the set of tools dynamically for each call?