KosmoKrator

productivity

Mistral AI CLI for AI Agents

Use the Mistral AI CLI from KosmoKrator to call Mistral AI tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Mistral AI CLI Setup

Mistral AI can be configured headlessly with `kosmokrator integrations:configure mistral`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure mistral --set api_key="$MISTRAL_API_KEY" --enable --read allow --write ask --json
kosmokrator integrations:doctor mistral --json
kosmokrator integrations:status --json

Credentials

Authentication type: API key api_key. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
api_key MISTRAL_API_KEY Secret secret yes API Key
base_url MISTRAL_BASE_URL URL url no API Base URL

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call mistral.mistral_agents_completions '{}' --json
Provider shortcut
kosmo integrations:mistral mistral_agents_completions '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs mistral --json
kosmo integrations:docs mistral.mistral_agents_completions --json
kosmo integrations:schema mistral.mistral_agents_completions --json
kosmo integrations:search "Mistral AI" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

mistral.mistral_agents_completions

Mistral Agents Completions

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_agents_completions '{}' --json
Shortcut
kosmo integrations:mistral mistral_agents_completions '{}' --json

mistral.mistral_append_conversation

Mistral Append Conversation

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_append_conversation '{}' --json
Shortcut
kosmo integrations:mistral mistral_append_conversation '{}' --json

mistral.mistral_archive_fine_tuned_model

Mistral Archive Fine Tuned Model

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_archive_fine_tuned_model '{}' --json
Shortcut
kosmo integrations:mistral mistral_archive_fine_tuned_model '{}' --json

mistral.mistral_archive_workflow

Mistral Archive Workflow

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_archive_workflow '{}' --json
Shortcut
kosmo integrations:mistral mistral_archive_workflow '{}' --json

mistral.mistral_batch_cancel_workflow_executions

Mistral Batch Cancel Workflow Executions

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_batch_cancel_workflow_executions '{}' --json
Shortcut
kosmo integrations:mistral mistral_batch_cancel_workflow_executions '{}' --json

mistral.mistral_batch_terminate_workflow_executions

Mistral Batch Terminate Workflow Executions

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_batch_terminate_workflow_executions '{}' --json
Shortcut
kosmo integrations:mistral mistral_batch_terminate_workflow_executions '{}' --json

mistral.mistral_bulk_delete_observability_dataset_records

Mistral Bulk Delete Observability Dataset Records

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_bulk_delete_observability_dataset_records '{}' --json
Shortcut
kosmo integrations:mistral mistral_bulk_delete_observability_dataset_records '{}' --json

mistral.mistral_cancel_batch_job

Mistral Cancel Batch Job

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_cancel_batch_job '{}' --json
Shortcut
kosmo integrations:mistral mistral_cancel_batch_job '{}' --json

mistral.mistral_cancel_fine_tuning_job

Mistral Cancel Fine Tuning Job

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_cancel_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:mistral mistral_cancel_fine_tuning_job '{}' --json

mistral.mistral_cancel_workflow_execution

Mistral Cancel Workflow Execution

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_cancel_workflow_execution '{}' --json
Shortcut
kosmo integrations:mistral mistral_cancel_workflow_execution '{}' --json

mistral.mistral_chat_classifications

Mistral Chat Classifications

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_chat_classifications '{}' --json
Shortcut
kosmo integrations:mistral mistral_chat_classifications '{}' --json

mistral.mistral_chat_completions

Mistral Chat Completions

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_chat_completions '{}' --json
Shortcut
kosmo integrations:mistral mistral_chat_completions '{}' --json

mistral.mistral_chat_moderations

Mistral Chat Moderations

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_chat_moderations '{}' --json
Shortcut
kosmo integrations:mistral mistral_chat_moderations '{}' --json

mistral.mistral_classifications

Mistral Classifications

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_classifications '{}' --json
Shortcut
kosmo integrations:mistral mistral_classifications '{}' --json

mistral.mistral_conversation_history

Mistral Conversation History

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_conversation_history '{}' --json
Shortcut
kosmo integrations:mistral mistral_conversation_history '{}' --json

mistral.mistral_conversation_messages

Mistral Conversation Messages

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_conversation_messages '{}' --json
Shortcut
kosmo integrations:mistral mistral_conversation_messages '{}' --json

mistral.mistral_count_chat_completion_field_options

Mistral Count Chat Completion Field Options

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_count_chat_completion_field_options '{}' --json
Shortcut
kosmo integrations:mistral mistral_count_chat_completion_field_options '{}' --json

mistral.mistral_create_agent

Mistral Create Agent

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_create_agent '{}' --json
Shortcut
kosmo integrations:mistral mistral_create_agent '{}' --json

mistral.mistral_create_batch_job

Mistral Create Batch Job

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_create_batch_job '{}' --json
Shortcut
kosmo integrations:mistral mistral_create_batch_job '{}' --json

mistral.mistral_create_campaign

Mistral Create Campaign

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_create_campaign '{}' --json
Shortcut
kosmo integrations:mistral mistral_create_campaign '{}' --json

mistral.mistral_create_fine_tuning_job

Mistral Create Fine Tuning Job

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_create_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:mistral mistral_create_fine_tuning_job '{}' --json

mistral.mistral_create_judge

Mistral Create Judge

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_create_judge '{}' --json
Shortcut
kosmo integrations:mistral mistral_create_judge '{}' --json

mistral.mistral_create_library

Mistral Create Library

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_create_library '{}' --json
Shortcut
kosmo integrations:mistral mistral_create_library '{}' --json

mistral.mistral_create_library_share

Mistral Create Library Share

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_create_library_share '{}' --json
Shortcut
kosmo integrations:mistral mistral_create_library_share '{}' --json

mistral.mistral_create_observability_dataset

Mistral Create Observability Dataset

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_create_observability_dataset '{}' --json
Shortcut
kosmo integrations:mistral mistral_create_observability_dataset '{}' --json

mistral.mistral_create_observability_dataset_record

Mistral Create Observability Dataset Record

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_create_observability_dataset_record '{}' --json
Shortcut
kosmo integrations:mistral mistral_create_observability_dataset_record '{}' --json

mistral.mistral_create_voice

Mistral Create Voice

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_create_voice '{}' --json
Shortcut
kosmo integrations:mistral mistral_create_voice '{}' --json

mistral.mistral_delete_agent

Mistral Delete Agent

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_agent '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_agent '{}' --json

mistral.mistral_delete_agent_alias

Mistral Delete Agent Alias

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_agent_alias '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_agent_alias '{}' --json

mistral.mistral_delete_campaign

Mistral Delete Campaign

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_campaign '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_campaign '{}' --json

mistral.mistral_delete_conversation

Mistral Delete Conversation

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_conversation '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_conversation '{}' --json

mistral.mistral_delete_file

Mistral Delete File

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_file '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_file '{}' --json

mistral.mistral_delete_judge

Mistral Delete Judge

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_judge '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_judge '{}' --json

mistral.mistral_delete_library

Mistral Delete Library

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_library '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_library '{}' --json

mistral.mistral_delete_library_document

Mistral Delete Library Document

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_library_document '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_library_document '{}' --json

mistral.mistral_delete_library_share

Mistral Delete Library Share

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_library_share '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_library_share '{}' --json

mistral.mistral_delete_model

Mistral Delete Model

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_model '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_model '{}' --json

mistral.mistral_delete_observability_dataset

Mistral Delete Observability Dataset

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_observability_dataset '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_observability_dataset '{}' --json

mistral.mistral_delete_observability_dataset_record

Mistral Delete Observability Dataset Record

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_observability_dataset_record '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_observability_dataset_record '{}' --json

mistral.mistral_delete_voice

Mistral Delete Voice

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_delete_voice '{}' --json
Shortcut
kosmo integrations:mistral mistral_delete_voice '{}' --json

mistral.mistral_download_file

Mistral Download File

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_download_file '{}' --json
Shortcut
kosmo integrations:mistral mistral_download_file '{}' --json

mistral.mistral_embeddings

Mistral Embeddings

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_embeddings '{}' --json
Shortcut
kosmo integrations:mistral mistral_embeddings '{}' --json

mistral.mistral_execute_workflow

Mistral Execute Workflow

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_execute_workflow '{}' --json
Shortcut
kosmo integrations:mistral mistral_execute_workflow '{}' --json

mistral.mistral_execute_workflow_registration

Mistral Execute Workflow Registration

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_execute_workflow_registration '{}' --json
Shortcut
kosmo integrations:mistral mistral_execute_workflow_registration '{}' --json

mistral.mistral_export_observability_dataset_jsonl

Mistral Export Observability Dataset Jsonl

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_export_observability_dataset_jsonl '{}' --json
Shortcut
kosmo integrations:mistral mistral_export_observability_dataset_jsonl '{}' --json

mistral.mistral_fim_completions

Mistral Fim Completions

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_fim_completions '{}' --json
Shortcut
kosmo integrations:mistral mistral_fim_completions '{}' --json

mistral.mistral_get_agent

Mistral Get Agent

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_agent '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_agent '{}' --json

mistral.mistral_get_agent_version

Mistral Get Agent Version

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_agent_version '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_agent_version '{}' --json

mistral.mistral_get_batch_job

Mistral Get Batch Job

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_batch_job '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_batch_job '{}' --json

mistral.mistral_get_campaign

Mistral Get Campaign

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_campaign '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_campaign '{}' --json

mistral.mistral_get_campaign_selected_events

Mistral Get Campaign Selected Events

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_campaign_selected_events '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_campaign_selected_events '{}' --json

mistral.mistral_get_campaign_status

Mistral Get Campaign Status

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_campaign_status '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_campaign_status '{}' --json

mistral.mistral_get_chat_completion_event

Mistral Get Chat Completion Event

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_chat_completion_event '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_chat_completion_event '{}' --json

mistral.mistral_get_chat_completion_field_options

Mistral Get Chat Completion Field Options

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_chat_completion_field_options '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_chat_completion_field_options '{}' --json

mistral.mistral_get_conversation

Mistral Get Conversation

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_conversation '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_conversation '{}' --json

mistral.mistral_get_file_url

Mistral Get File URL

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_file_url '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_file_url '{}' --json

mistral.mistral_get_fine_tuning_job

Mistral Get Fine Tuning Job

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_fine_tuning_job '{}' --json

mistral.mistral_get_judge

Mistral Get Judge

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_judge '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_judge '{}' --json

mistral.mistral_get_library

Mistral Get Library

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_library '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_library '{}' --json

mistral.mistral_get_library_document

Mistral Get Library Document

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_library_document '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_library_document '{}' --json

mistral.mistral_get_library_document_extracted_text_url

Mistral Get Library Document Extracted Text URL

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_library_document_extracted_text_url '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_library_document_extracted_text_url '{}' --json

mistral.mistral_get_library_document_signed_url

Mistral Get Library Document Signed URL

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_library_document_signed_url '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_library_document_signed_url '{}' --json

mistral.mistral_get_library_document_status

Mistral Get Library Document Status

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_library_document_status '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_library_document_status '{}' --json

mistral.mistral_get_library_document_text

Mistral Get Library Document Text

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_library_document_text '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_library_document_text '{}' --json

mistral.mistral_get_observability_dataset

Mistral Get Observability Dataset

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_observability_dataset '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_observability_dataset '{}' --json

mistral.mistral_get_observability_dataset_record

Mistral Get Observability Dataset Record

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_observability_dataset_record '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_observability_dataset_record '{}' --json

mistral.mistral_get_observability_dataset_task

Mistral Get Observability Dataset Task

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_observability_dataset_task '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_observability_dataset_task '{}' --json

mistral.mistral_get_similar_chat_completion_events

Mistral Get Similar Chat Completion Events

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_similar_chat_completion_events '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_similar_chat_completion_events '{}' --json

mistral.mistral_get_voice

Mistral Get Voice

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_voice '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_voice '{}' --json

mistral.mistral_get_voice_sample

Mistral Get Voice Sample

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_voice_sample '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_voice_sample '{}' --json

mistral.mistral_get_workflow

Mistral Get Workflow

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow '{}' --json

mistral.mistral_get_workflow_deployment

Mistral Get Workflow Deployment

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow_deployment '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow_deployment '{}' --json

mistral.mistral_get_workflow_execution

Mistral Get Workflow Execution

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow_execution '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow_execution '{}' --json

mistral.mistral_get_workflow_execution_history

Mistral Get Workflow Execution History

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow_execution_history '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow_execution_history '{}' --json

mistral.mistral_get_workflow_execution_trace_events

Mistral Get Workflow Execution Trace Events

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow_execution_trace_events '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow_execution_trace_events '{}' --json

mistral.mistral_get_workflow_execution_trace_otel

Mistral Get Workflow Execution Trace Otel

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow_execution_trace_otel '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow_execution_trace_otel '{}' --json

mistral.mistral_get_workflow_execution_trace_summary

Mistral Get Workflow Execution Trace Summary

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow_execution_trace_summary '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow_execution_trace_summary '{}' --json

mistral.mistral_get_workflow_metrics

Mistral Get Workflow Metrics

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow_metrics '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow_metrics '{}' --json

mistral.mistral_get_workflow_registration

Mistral Get Workflow Registration

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow_registration '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow_registration '{}' --json

mistral.mistral_get_workflow_run

Mistral Get Workflow Run

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow_run '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow_run '{}' --json

mistral.mistral_get_workflow_run_history

Mistral Get Workflow Run History

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow_run_history '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow_run_history '{}' --json

mistral.mistral_get_workflow_worker_info

Mistral Get Workflow Worker Info

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_get_workflow_worker_info '{}' --json
Shortcut
kosmo integrations:mistral mistral_get_workflow_worker_info '{}' --json

mistral.mistral_import_observability_dataset_from_campaign

Mistral Import Observability Dataset From Campaign

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_import_observability_dataset_from_campaign '{}' --json
Shortcut
kosmo integrations:mistral mistral_import_observability_dataset_from_campaign '{}' --json

mistral.mistral_import_observability_dataset_from_dataset

Mistral Import Observability Dataset From Dataset

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_import_observability_dataset_from_dataset '{}' --json
Shortcut
kosmo integrations:mistral mistral_import_observability_dataset_from_dataset '{}' --json

mistral.mistral_import_observability_dataset_from_explorer

Mistral Import Observability Dataset From Explorer

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_import_observability_dataset_from_explorer '{}' --json
Shortcut
kosmo integrations:mistral mistral_import_observability_dataset_from_explorer '{}' --json

mistral.mistral_import_observability_dataset_from_file

Mistral Import Observability Dataset From File

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_import_observability_dataset_from_file '{}' --json
Shortcut
kosmo integrations:mistral mistral_import_observability_dataset_from_file '{}' --json

mistral.mistral_import_observability_dataset_from_playground

Mistral Import Observability Dataset From Playground

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_import_observability_dataset_from_playground '{}' --json
Shortcut
kosmo integrations:mistral mistral_import_observability_dataset_from_playground '{}' --json

mistral.mistral_judge_chat_completion_event

Mistral Judge Chat Completion Event

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_judge_chat_completion_event '{}' --json
Shortcut
kosmo integrations:mistral mistral_judge_chat_completion_event '{}' --json

mistral.mistral_judge_conversation

Mistral Judge Conversation

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_judge_conversation '{}' --json
Shortcut
kosmo integrations:mistral mistral_judge_conversation '{}' --json

mistral.mistral_judge_observability_dataset_record

Mistral Judge Observability Dataset Record

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_judge_observability_dataset_record '{}' --json
Shortcut
kosmo integrations:mistral mistral_judge_observability_dataset_record '{}' --json

mistral.mistral_list_agent_aliases

Mistral List Agent Aliases

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_agent_aliases '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_agent_aliases '{}' --json

mistral.mistral_list_agent_versions

Mistral List Agent Versions

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_agent_versions '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_agent_versions '{}' --json

mistral.mistral_list_agents

Mistral List Agents

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_agents '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_agents '{}' --json

mistral.mistral_list_batch_jobs

Mistral List Batch Jobs

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_batch_jobs '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_batch_jobs '{}' --json

mistral.mistral_list_campaigns

Mistral List Campaigns

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_campaigns '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_campaigns '{}' --json

mistral.mistral_list_chat_completion_fields

Mistral List Chat Completion Fields

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_chat_completion_fields '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_chat_completion_fields '{}' --json

mistral.mistral_list_conversations

Mistral List Conversations

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_conversations '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_conversations '{}' --json

mistral.mistral_list_files

Mistral List Files

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_files '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_files '{}' --json

mistral.mistral_list_fine_tuning_jobs

Mistral List Fine Tuning Jobs

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_fine_tuning_jobs '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_fine_tuning_jobs '{}' --json

mistral.mistral_list_judges

Mistral List Judges

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_judges '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_judges '{}' --json

mistral.mistral_list_libraries

Mistral List Libraries

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_libraries '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_libraries '{}' --json

mistral.mistral_list_library_documents

Mistral List Library Documents

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_library_documents '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_library_documents '{}' --json

mistral.mistral_list_library_shares

Mistral List Library Shares

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_library_shares '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_library_shares '{}' --json

mistral.mistral_list_models

Mistral List Models

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_models '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_models '{}' --json

mistral.mistral_list_observability_dataset_records

Mistral List Observability Dataset Records

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_observability_dataset_records '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_observability_dataset_records '{}' --json

mistral.mistral_list_observability_dataset_tasks

Mistral List Observability Dataset Tasks

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_observability_dataset_tasks '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_observability_dataset_tasks '{}' --json

mistral.mistral_list_observability_datasets

Mistral List Observability Datasets

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_observability_datasets '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_observability_datasets '{}' --json

mistral.mistral_list_voices

Mistral List Voices

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_voices '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_voices '{}' --json

mistral.mistral_list_workflow_deployments

Mistral List Workflow Deployments

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_workflow_deployments '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_workflow_deployments '{}' --json

mistral.mistral_list_workflow_events

Mistral List Workflow Events

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_workflow_events '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_workflow_events '{}' --json

mistral.mistral_list_workflow_registrations

Mistral List Workflow Registrations

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_workflow_registrations '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_workflow_registrations '{}' --json

mistral.mistral_list_workflow_runs

Mistral List Workflow Runs

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_workflow_runs '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_workflow_runs '{}' --json

mistral.mistral_list_workflow_schedules

Mistral List Workflow Schedules

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_list_workflow_schedules '{}' --json
Shortcut
kosmo integrations:mistral mistral_list_workflow_schedules '{}' --json

mistral.mistral_moderations

Mistral Moderations

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_moderations '{}' --json
Shortcut
kosmo integrations:mistral mistral_moderations '{}' --json

mistral.mistral_ocr

Mistral Ocr

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_ocr '{}' --json
Shortcut
kosmo integrations:mistral mistral_ocr '{}' --json

mistral.mistral_query_workflow_execution

Mistral Query Workflow Execution

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_query_workflow_execution '{}' --json
Shortcut
kosmo integrations:mistral mistral_query_workflow_execution '{}' --json

mistral.mistral_reprocess_library_document

Mistral Reprocess Library Document

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_reprocess_library_document '{}' --json
Shortcut
kosmo integrations:mistral mistral_reprocess_library_document '{}' --json

mistral.mistral_reset_workflow_execution

Mistral Reset Workflow Execution

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_reset_workflow_execution '{}' --json
Shortcut
kosmo integrations:mistral mistral_reset_workflow_execution '{}' --json

mistral.mistral_restart_conversation

Mistral Restart Conversation

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_restart_conversation '{}' --json
Shortcut
kosmo integrations:mistral mistral_restart_conversation '{}' --json

mistral.mistral_retrieve_file

Mistral Retrieve File

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_retrieve_file '{}' --json
Shortcut
kosmo integrations:mistral mistral_retrieve_file '{}' --json

mistral.mistral_retrieve_model

Mistral Retrieve Model

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_retrieve_model '{}' --json
Shortcut
kosmo integrations:mistral mistral_retrieve_model '{}' --json

mistral.mistral_schedule_workflow

Mistral Schedule Workflow

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_schedule_workflow '{}' --json
Shortcut
kosmo integrations:mistral mistral_schedule_workflow '{}' --json

mistral.mistral_search_chat_completion_event_ids

Mistral Search Chat Completion Event Ids

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_search_chat_completion_event_ids '{}' --json
Shortcut
kosmo integrations:mistral mistral_search_chat_completion_event_ids '{}' --json

mistral.mistral_search_chat_completion_events

Mistral Search Chat Completion Events

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_search_chat_completion_events '{}' --json
Shortcut
kosmo integrations:mistral mistral_search_chat_completion_events '{}' --json

mistral.mistral_signal_workflow_execution

Mistral Signal Workflow Execution

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_signal_workflow_execution '{}' --json
Shortcut
kosmo integrations:mistral mistral_signal_workflow_execution '{}' --json

mistral.mistral_speech

Mistral Speech

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_speech '{}' --json
Shortcut
kosmo integrations:mistral mistral_speech '{}' --json

mistral.mistral_start_conversation

Mistral Start Conversation

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_start_conversation '{}' --json
Shortcut
kosmo integrations:mistral mistral_start_conversation '{}' --json

mistral.mistral_start_fine_tuning_job

Mistral Start Fine Tuning Job

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_start_fine_tuning_job '{}' --json
Shortcut
kosmo integrations:mistral mistral_start_fine_tuning_job '{}' --json

mistral.mistral_stream_workflow_events

Mistral Stream Workflow Events

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_stream_workflow_events '{}' --json
Shortcut
kosmo integrations:mistral mistral_stream_workflow_events '{}' --json

mistral.mistral_stream_workflow_execution

Mistral Stream Workflow Execution

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_stream_workflow_execution '{}' --json
Shortcut
kosmo integrations:mistral mistral_stream_workflow_execution '{}' --json

mistral.mistral_terminate_workflow_execution

Mistral Terminate Workflow Execution

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_terminate_workflow_execution '{}' --json
Shortcut
kosmo integrations:mistral mistral_terminate_workflow_execution '{}' --json

mistral.mistral_transcribe_audio

Mistral Transcribe Audio

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_transcribe_audio '{}' --json
Shortcut
kosmo integrations:mistral mistral_transcribe_audio '{}' --json

mistral.mistral_unarchive_fine_tuned_model

Mistral Unarchive Fine Tuned Model

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_unarchive_fine_tuned_model '{}' --json
Shortcut
kosmo integrations:mistral mistral_unarchive_fine_tuned_model '{}' --json

mistral.mistral_unarchive_workflow

Mistral Unarchive Workflow

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_unarchive_workflow '{}' --json
Shortcut
kosmo integrations:mistral mistral_unarchive_workflow '{}' --json

mistral.mistral_unschedule_workflow

Mistral Unschedule Workflow

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_unschedule_workflow '{}' --json
Shortcut
kosmo integrations:mistral mistral_unschedule_workflow '{}' --json

mistral.mistral_update_agent

Mistral Update Agent

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_agent '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_agent '{}' --json

mistral.mistral_update_agent_version

Mistral Update Agent Version

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_agent_version '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_agent_version '{}' --json

mistral.mistral_update_fine_tuned_model

Mistral Update Fine Tuned Model

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_fine_tuned_model '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_fine_tuned_model '{}' --json

mistral.mistral_update_judge

Mistral Update Judge

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_judge '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_judge '{}' --json

mistral.mistral_update_library

Mistral Update Library

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_library '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_library '{}' --json

mistral.mistral_update_library_document

Mistral Update Library Document

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_library_document '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_library_document '{}' --json

mistral.mistral_update_observability_dataset

Mistral Update Observability Dataset

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_observability_dataset '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_observability_dataset '{}' --json

mistral.mistral_update_observability_dataset_record_payload

Mistral Update Observability Dataset Record Payload

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_observability_dataset_record_payload '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_observability_dataset_record_payload '{}' --json

mistral.mistral_update_observability_dataset_record_properties

Mistral Update Observability Dataset Record Properties

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_observability_dataset_record_properties '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_observability_dataset_record_properties '{}' --json

mistral.mistral_update_voice

Mistral Update Voice

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_voice '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_voice '{}' --json

mistral.mistral_update_workflow

Mistral Update Workflow

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_workflow '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_workflow '{}' --json

mistral.mistral_update_workflow_execution

Mistral Update Workflow Execution

Write write
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_update_workflow_execution '{}' --json
Shortcut
kosmo integrations:mistral mistral_update_workflow_execution '{}' --json

mistral.mistral_upload_file

Mistral Upload File

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_upload_file '{}' --json
Shortcut
kosmo integrations:mistral mistral_upload_file '{}' --json

mistral.mistral_upload_library_document

Mistral Upload Library Document

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_upload_library_document '{}' --json
Shortcut
kosmo integrations:mistral mistral_upload_library_document '{}' --json

mistral.mistral_upsert_agent_alias

Mistral Upsert Agent Alias

Read read
Parameters
none
Generic call
kosmo integrations:call mistral.mistral_upsert_agent_alias '{}' --json
Shortcut
kosmo integrations:mistral mistral_upsert_agent_alias '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

mistral.mistral_agents_completions 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_agents_completions --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_append_conversation 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_append_conversation --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_archive_fine_tuned_model 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_archive_fine_tuned_model --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_archive_workflow 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_archive_workflow --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_batch_cancel_workflow_executions 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_batch_cancel_workflow_executions --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_batch_terminate_workflow_executions 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_batch_terminate_workflow_executions --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_bulk_delete_observability_dataset_records 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_bulk_delete_observability_dataset_records --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_cancel_batch_job 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_cancel_batch_job --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_cancel_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_cancel_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_cancel_workflow_execution 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_cancel_workflow_execution --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_chat_classifications 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_chat_classifications --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_chat_completions 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_chat_completions --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_chat_moderations 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_chat_moderations --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_classifications 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_classifications --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_conversation_history 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_conversation_history --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_conversation_messages 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_conversation_messages --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_count_chat_completion_field_options 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_count_chat_completion_field_options --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_create_agent 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_create_agent --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_create_batch_job 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_create_batch_job --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_create_campaign 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_create_campaign --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_create_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_create_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_create_judge 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_create_judge --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_create_library 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_create_library --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_create_library_share 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_create_library_share --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_create_observability_dataset 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_create_observability_dataset --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_create_observability_dataset_record 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_create_observability_dataset_record --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_create_voice 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_create_voice --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_agent 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_agent --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_agent_alias 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_agent_alias --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_campaign 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_campaign --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_conversation 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_conversation --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_file 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_file --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_judge 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_judge --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_library 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_library --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_library_document 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_library_document --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_library_share 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_library_share --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_model 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_model --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_observability_dataset 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_observability_dataset --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_observability_dataset_record 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_observability_dataset_record --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_delete_voice 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_delete_voice --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_download_file 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_download_file --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_embeddings 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_embeddings --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_execute_workflow 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_execute_workflow --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_execute_workflow_registration 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_execute_workflow_registration --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_export_observability_dataset_jsonl 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_export_observability_dataset_jsonl --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_fim_completions 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_fim_completions --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_agent 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_agent --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_agent_version 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_agent_version --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_batch_job 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_batch_job --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_campaign 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_campaign --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_campaign_selected_events 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_campaign_selected_events --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_campaign_status 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_campaign_status --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_chat_completion_event 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_chat_completion_event --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_chat_completion_field_options 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_chat_completion_field_options --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_conversation 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_conversation --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_file_url 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_file_url --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_judge 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_judge --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_library 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_library --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_library_document 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_library_document --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_library_document_extracted_text_url 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_library_document_extracted_text_url --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_library_document_signed_url 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_library_document_signed_url --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_library_document_status 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_library_document_status --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_library_document_text 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_library_document_text --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_observability_dataset 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_observability_dataset --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_observability_dataset_record 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_observability_dataset_record --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_observability_dataset_task 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_observability_dataset_task --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_similar_chat_completion_events 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_similar_chat_completion_events --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_voice 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_voice --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_voice_sample 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_voice_sample --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow_deployment 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow_deployment --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow_execution 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow_execution --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow_execution_history 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow_execution_history --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow_execution_trace_events 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow_execution_trace_events --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow_execution_trace_otel 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow_execution_trace_otel --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow_execution_trace_summary 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow_execution_trace_summary --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow_metrics 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow_metrics --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow_registration 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow_registration --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow_run 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow_run --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow_run_history 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow_run_history --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_get_workflow_worker_info 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_get_workflow_worker_info --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_import_observability_dataset_from_campaign 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_import_observability_dataset_from_campaign --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_import_observability_dataset_from_dataset 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_import_observability_dataset_from_dataset --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_import_observability_dataset_from_explorer 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_import_observability_dataset_from_explorer --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_import_observability_dataset_from_file 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_import_observability_dataset_from_file --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_import_observability_dataset_from_playground 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_import_observability_dataset_from_playground --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_judge_chat_completion_event 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_judge_chat_completion_event --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_judge_conversation 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_judge_conversation --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_judge_observability_dataset_record 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_judge_observability_dataset_record --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_agent_aliases 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_agent_aliases --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_agent_versions 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_agent_versions --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_agents 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_agents --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_batch_jobs 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_batch_jobs --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_campaigns 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_campaigns --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_chat_completion_fields 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_chat_completion_fields --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_conversations 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_conversations --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_files 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_files --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_fine_tuning_jobs 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_fine_tuning_jobs --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_judges 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_judges --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_libraries 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_libraries --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_library_documents 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_library_documents --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_library_shares 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_library_shares --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_models 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_models --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_observability_dataset_records 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_observability_dataset_records --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_observability_dataset_tasks 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_observability_dataset_tasks --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_observability_datasets 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_observability_datasets --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_voices 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_voices --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_workflow_deployments 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_workflow_deployments --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_workflow_events 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_workflow_events --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_workflow_registrations 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_workflow_registrations --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_workflow_runs 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_workflow_runs --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_list_workflow_schedules 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_list_workflow_schedules --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_moderations 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_moderations --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_ocr 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_ocr --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_query_workflow_execution 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_query_workflow_execution --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_reprocess_library_document 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_reprocess_library_document --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_reset_workflow_execution 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_reset_workflow_execution --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_restart_conversation 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_restart_conversation --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_retrieve_file 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_retrieve_file --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_retrieve_model 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_retrieve_model --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_schedule_workflow 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_schedule_workflow --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_search_chat_completion_event_ids 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_search_chat_completion_event_ids --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_search_chat_completion_events 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_search_chat_completion_events --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_signal_workflow_execution 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_signal_workflow_execution --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_speech 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_speech --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_start_conversation 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_start_conversation --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_start_fine_tuning_job 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_start_fine_tuning_job --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_stream_workflow_events 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_stream_workflow_events --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_stream_workflow_execution 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_stream_workflow_execution --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_terminate_workflow_execution 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_terminate_workflow_execution --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_transcribe_audio 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_transcribe_audio --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_unarchive_fine_tuned_model 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_unarchive_fine_tuned_model --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_unarchive_workflow 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_unarchive_workflow --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_unschedule_workflow 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_unschedule_workflow --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_agent 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_agent --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_agent_version 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_agent_version --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_fine_tuned_model 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_fine_tuned_model --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_judge 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_judge --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_library 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_library --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_library_document 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_library_document --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_observability_dataset 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_observability_dataset --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_observability_dataset_record_payload 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_observability_dataset_record_payload --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_observability_dataset_record_properties 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_observability_dataset_record_properties --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_voice 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_voice --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_workflow 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_workflow --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_update_workflow_execution 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_update_workflow_execution --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_upload_file 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_upload_file --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_upload_library_document 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_upload_library_document --json
ParameterTypeRequiredDescription
No parameters.
mistral.mistral_upsert_agent_alias 0 parameters
Schema command
kosmo integrations:schema mistral.mistral_upsert_agent_alias --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.