Short answer: You can mistral chat with tools in Mistral AI by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Mistral AI Mistral Chat with Tools action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Model model | options | Required | Model. Options: Mistral Large 2, Mistral Medium 2, Mistral Small 3 |
User Message message | string | Required | User Message (required) |
Tools tools | array | Required | Array of tool defs in OpenAI-compatible format |
Tool Choice tool_choice | string | Optional | Tool Choice |
{"model": "{{trigger.model}}","message": "{{trigger.message}}","tools": "{{trigger.tools}}","tool_choice": "{{trigger.tool_choice}}"}
{"id": "msg_abc","choices": [{"message": {"role": "assistant","tool_calls": [{"id": "call_abc","function": {"name": "get_weather","arguments": "{\"city\":\"Paris\"}"}}]}}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.