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 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.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
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.
kosmo integrations:call mistral.mistral_agents_completions '{}' --json 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.
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 - Parameters
- none
kosmo integrations:call mistral.mistral_agents_completions '{}' --json kosmo integrations:mistral mistral_agents_completions '{}' --json mistral.mistral_append_conversation
Mistral Append Conversation
read - Parameters
- none
kosmo integrations:call mistral.mistral_append_conversation '{}' --json kosmo integrations:mistral mistral_append_conversation '{}' --json mistral.mistral_archive_fine_tuned_model
Mistral Archive Fine Tuned Model
write - Parameters
- none
kosmo integrations:call mistral.mistral_archive_fine_tuned_model '{}' --json kosmo integrations:mistral mistral_archive_fine_tuned_model '{}' --json mistral.mistral_archive_workflow
Mistral Archive Workflow
write - Parameters
- none
kosmo integrations:call mistral.mistral_archive_workflow '{}' --json kosmo integrations:mistral mistral_archive_workflow '{}' --json mistral.mistral_batch_cancel_workflow_executions
Mistral Batch Cancel Workflow Executions
write - Parameters
- none
kosmo integrations:call mistral.mistral_batch_cancel_workflow_executions '{}' --json kosmo integrations:mistral mistral_batch_cancel_workflow_executions '{}' --json mistral.mistral_batch_terminate_workflow_executions
Mistral Batch Terminate Workflow Executions
read - Parameters
- none
kosmo integrations:call mistral.mistral_batch_terminate_workflow_executions '{}' --json kosmo integrations:mistral mistral_batch_terminate_workflow_executions '{}' --json mistral.mistral_bulk_delete_observability_dataset_records
Mistral Bulk Delete Observability Dataset Records
write - Parameters
- none
kosmo integrations:call mistral.mistral_bulk_delete_observability_dataset_records '{}' --json kosmo integrations:mistral mistral_bulk_delete_observability_dataset_records '{}' --json mistral.mistral_cancel_batch_job
Mistral Cancel Batch Job
write - Parameters
- none
kosmo integrations:call mistral.mistral_cancel_batch_job '{}' --json kosmo integrations:mistral mistral_cancel_batch_job '{}' --json mistral.mistral_cancel_fine_tuning_job
Mistral Cancel Fine Tuning Job
write - Parameters
- none
kosmo integrations:call mistral.mistral_cancel_fine_tuning_job '{}' --json kosmo integrations:mistral mistral_cancel_fine_tuning_job '{}' --json mistral.mistral_cancel_workflow_execution
Mistral Cancel Workflow Execution
write - Parameters
- none
kosmo integrations:call mistral.mistral_cancel_workflow_execution '{}' --json kosmo integrations:mistral mistral_cancel_workflow_execution '{}' --json mistral.mistral_chat_classifications
Mistral Chat Classifications
read - Parameters
- none
kosmo integrations:call mistral.mistral_chat_classifications '{}' --json kosmo integrations:mistral mistral_chat_classifications '{}' --json mistral.mistral_chat_completions
Mistral Chat Completions
read - Parameters
- none
kosmo integrations:call mistral.mistral_chat_completions '{}' --json kosmo integrations:mistral mistral_chat_completions '{}' --json mistral.mistral_chat_moderations
Mistral Chat Moderations
read - Parameters
- none
kosmo integrations:call mistral.mistral_chat_moderations '{}' --json kosmo integrations:mistral mistral_chat_moderations '{}' --json mistral.mistral_classifications
Mistral Classifications
read - Parameters
- none
kosmo integrations:call mistral.mistral_classifications '{}' --json kosmo integrations:mistral mistral_classifications '{}' --json mistral.mistral_conversation_history
Mistral Conversation History
read - Parameters
- none
kosmo integrations:call mistral.mistral_conversation_history '{}' --json kosmo integrations:mistral mistral_conversation_history '{}' --json mistral.mistral_conversation_messages
Mistral Conversation Messages
read - Parameters
- none
kosmo integrations:call mistral.mistral_conversation_messages '{}' --json kosmo integrations:mistral mistral_conversation_messages '{}' --json mistral.mistral_count_chat_completion_field_options
Mistral Count Chat Completion Field Options
read - Parameters
- none
kosmo integrations:call mistral.mistral_count_chat_completion_field_options '{}' --json kosmo integrations:mistral mistral_count_chat_completion_field_options '{}' --json mistral.mistral_create_agent
Mistral Create Agent
write - Parameters
- none
kosmo integrations:call mistral.mistral_create_agent '{}' --json kosmo integrations:mistral mistral_create_agent '{}' --json mistral.mistral_create_batch_job
Mistral Create Batch Job
write - Parameters
- none
kosmo integrations:call mistral.mistral_create_batch_job '{}' --json kosmo integrations:mistral mistral_create_batch_job '{}' --json mistral.mistral_create_campaign
Mistral Create Campaign
write - Parameters
- none
kosmo integrations:call mistral.mistral_create_campaign '{}' --json kosmo integrations:mistral mistral_create_campaign '{}' --json mistral.mistral_create_fine_tuning_job
Mistral Create Fine Tuning Job
write - Parameters
- none
kosmo integrations:call mistral.mistral_create_fine_tuning_job '{}' --json kosmo integrations:mistral mistral_create_fine_tuning_job '{}' --json mistral.mistral_create_judge
Mistral Create Judge
write - Parameters
- none
kosmo integrations:call mistral.mistral_create_judge '{}' --json kosmo integrations:mistral mistral_create_judge '{}' --json mistral.mistral_create_library
Mistral Create Library
write - Parameters
- none
kosmo integrations:call mistral.mistral_create_library '{}' --json kosmo integrations:mistral mistral_create_library '{}' --json mistral.mistral_create_library_share
Mistral Create Library Share
write - Parameters
- none
kosmo integrations:call mistral.mistral_create_library_share '{}' --json kosmo integrations:mistral mistral_create_library_share '{}' --json mistral.mistral_create_observability_dataset
Mistral Create Observability Dataset
write - Parameters
- none
kosmo integrations:call mistral.mistral_create_observability_dataset '{}' --json kosmo integrations:mistral mistral_create_observability_dataset '{}' --json mistral.mistral_create_observability_dataset_record
Mistral Create Observability Dataset Record
write - Parameters
- none
kosmo integrations:call mistral.mistral_create_observability_dataset_record '{}' --json kosmo integrations:mistral mistral_create_observability_dataset_record '{}' --json mistral.mistral_create_voice
Mistral Create Voice
write - Parameters
- none
kosmo integrations:call mistral.mistral_create_voice '{}' --json kosmo integrations:mistral mistral_create_voice '{}' --json mistral.mistral_delete_agent
Mistral Delete Agent
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_agent '{}' --json kosmo integrations:mistral mistral_delete_agent '{}' --json mistral.mistral_delete_agent_alias
Mistral Delete Agent Alias
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_agent_alias '{}' --json kosmo integrations:mistral mistral_delete_agent_alias '{}' --json mistral.mistral_delete_campaign
Mistral Delete Campaign
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_campaign '{}' --json kosmo integrations:mistral mistral_delete_campaign '{}' --json mistral.mistral_delete_conversation
Mistral Delete Conversation
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_conversation '{}' --json kosmo integrations:mistral mistral_delete_conversation '{}' --json mistral.mistral_delete_file
Mistral Delete File
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_file '{}' --json kosmo integrations:mistral mistral_delete_file '{}' --json mistral.mistral_delete_judge
Mistral Delete Judge
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_judge '{}' --json kosmo integrations:mistral mistral_delete_judge '{}' --json mistral.mistral_delete_library
Mistral Delete Library
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_library '{}' --json kosmo integrations:mistral mistral_delete_library '{}' --json mistral.mistral_delete_library_document
Mistral Delete Library Document
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_library_document '{}' --json kosmo integrations:mistral mistral_delete_library_document '{}' --json mistral.mistral_delete_library_share
Mistral Delete Library Share
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_library_share '{}' --json kosmo integrations:mistral mistral_delete_library_share '{}' --json mistral.mistral_delete_model
Mistral Delete Model
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_model '{}' --json kosmo integrations:mistral mistral_delete_model '{}' --json mistral.mistral_delete_observability_dataset
Mistral Delete Observability Dataset
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_observability_dataset '{}' --json kosmo integrations:mistral mistral_delete_observability_dataset '{}' --json mistral.mistral_delete_observability_dataset_record
Mistral Delete Observability Dataset Record
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_observability_dataset_record '{}' --json kosmo integrations:mistral mistral_delete_observability_dataset_record '{}' --json mistral.mistral_delete_voice
Mistral Delete Voice
write - Parameters
- none
kosmo integrations:call mistral.mistral_delete_voice '{}' --json kosmo integrations:mistral mistral_delete_voice '{}' --json mistral.mistral_download_file
Mistral Download File
read - Parameters
- none
kosmo integrations:call mistral.mistral_download_file '{}' --json kosmo integrations:mistral mistral_download_file '{}' --json mistral.mistral_embeddings
Mistral Embeddings
read - Parameters
- none
kosmo integrations:call mistral.mistral_embeddings '{}' --json kosmo integrations:mistral mistral_embeddings '{}' --json mistral.mistral_execute_workflow
Mistral Execute Workflow
read - Parameters
- none
kosmo integrations:call mistral.mistral_execute_workflow '{}' --json kosmo integrations:mistral mistral_execute_workflow '{}' --json mistral.mistral_execute_workflow_registration
Mistral Execute Workflow Registration
read - Parameters
- none
kosmo integrations:call mistral.mistral_execute_workflow_registration '{}' --json kosmo integrations:mistral mistral_execute_workflow_registration '{}' --json mistral.mistral_export_observability_dataset_jsonl
Mistral Export Observability Dataset Jsonl
read - Parameters
- none
kosmo integrations:call mistral.mistral_export_observability_dataset_jsonl '{}' --json kosmo integrations:mistral mistral_export_observability_dataset_jsonl '{}' --json mistral.mistral_fim_completions
Mistral Fim Completions
read - Parameters
- none
kosmo integrations:call mistral.mistral_fim_completions '{}' --json kosmo integrations:mistral mistral_fim_completions '{}' --json mistral.mistral_get_agent
Mistral Get Agent
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_agent '{}' --json kosmo integrations:mistral mistral_get_agent '{}' --json mistral.mistral_get_agent_version
Mistral Get Agent Version
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_agent_version '{}' --json kosmo integrations:mistral mistral_get_agent_version '{}' --json mistral.mistral_get_batch_job
Mistral Get Batch Job
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_batch_job '{}' --json kosmo integrations:mistral mistral_get_batch_job '{}' --json mistral.mistral_get_campaign
Mistral Get Campaign
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_campaign '{}' --json kosmo integrations:mistral mistral_get_campaign '{}' --json mistral.mistral_get_campaign_selected_events
Mistral Get Campaign Selected Events
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_campaign_selected_events '{}' --json kosmo integrations:mistral mistral_get_campaign_selected_events '{}' --json mistral.mistral_get_campaign_status
Mistral Get Campaign Status
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_campaign_status '{}' --json kosmo integrations:mistral mistral_get_campaign_status '{}' --json mistral.mistral_get_chat_completion_event
Mistral Get Chat Completion Event
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_chat_completion_event '{}' --json kosmo integrations:mistral mistral_get_chat_completion_event '{}' --json mistral.mistral_get_chat_completion_field_options
Mistral Get Chat Completion Field Options
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_chat_completion_field_options '{}' --json kosmo integrations:mistral mistral_get_chat_completion_field_options '{}' --json mistral.mistral_get_conversation
Mistral Get Conversation
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_conversation '{}' --json kosmo integrations:mistral mistral_get_conversation '{}' --json mistral.mistral_get_file_url
Mistral Get File URL
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_file_url '{}' --json kosmo integrations:mistral mistral_get_file_url '{}' --json mistral.mistral_get_fine_tuning_job
Mistral Get Fine Tuning Job
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_fine_tuning_job '{}' --json kosmo integrations:mistral mistral_get_fine_tuning_job '{}' --json mistral.mistral_get_judge
Mistral Get Judge
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_judge '{}' --json kosmo integrations:mistral mistral_get_judge '{}' --json mistral.mistral_get_library
Mistral Get Library
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_library '{}' --json kosmo integrations:mistral mistral_get_library '{}' --json mistral.mistral_get_library_document
Mistral Get Library Document
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_library_document '{}' --json kosmo integrations:mistral mistral_get_library_document '{}' --json mistral.mistral_get_library_document_extracted_text_url
Mistral Get Library Document Extracted Text URL
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_library_document_extracted_text_url '{}' --json 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 - Parameters
- none
kosmo integrations:call mistral.mistral_get_library_document_signed_url '{}' --json kosmo integrations:mistral mistral_get_library_document_signed_url '{}' --json mistral.mistral_get_library_document_status
Mistral Get Library Document Status
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_library_document_status '{}' --json kosmo integrations:mistral mistral_get_library_document_status '{}' --json mistral.mistral_get_library_document_text
Mistral Get Library Document Text
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_library_document_text '{}' --json kosmo integrations:mistral mistral_get_library_document_text '{}' --json mistral.mistral_get_observability_dataset
Mistral Get Observability Dataset
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_observability_dataset '{}' --json kosmo integrations:mistral mistral_get_observability_dataset '{}' --json mistral.mistral_get_observability_dataset_record
Mistral Get Observability Dataset Record
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_observability_dataset_record '{}' --json kosmo integrations:mistral mistral_get_observability_dataset_record '{}' --json mistral.mistral_get_observability_dataset_task
Mistral Get Observability Dataset Task
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_observability_dataset_task '{}' --json kosmo integrations:mistral mistral_get_observability_dataset_task '{}' --json mistral.mistral_get_similar_chat_completion_events
Mistral Get Similar Chat Completion Events
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_similar_chat_completion_events '{}' --json kosmo integrations:mistral mistral_get_similar_chat_completion_events '{}' --json mistral.mistral_get_voice
Mistral Get Voice
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_voice '{}' --json kosmo integrations:mistral mistral_get_voice '{}' --json mistral.mistral_get_voice_sample
Mistral Get Voice Sample
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_voice_sample '{}' --json kosmo integrations:mistral mistral_get_voice_sample '{}' --json mistral.mistral_get_workflow
Mistral Get Workflow
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow '{}' --json kosmo integrations:mistral mistral_get_workflow '{}' --json mistral.mistral_get_workflow_deployment
Mistral Get Workflow Deployment
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow_deployment '{}' --json kosmo integrations:mistral mistral_get_workflow_deployment '{}' --json mistral.mistral_get_workflow_execution
Mistral Get Workflow Execution
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow_execution '{}' --json kosmo integrations:mistral mistral_get_workflow_execution '{}' --json mistral.mistral_get_workflow_execution_history
Mistral Get Workflow Execution History
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow_execution_history '{}' --json kosmo integrations:mistral mistral_get_workflow_execution_history '{}' --json mistral.mistral_get_workflow_execution_trace_events
Mistral Get Workflow Execution Trace Events
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow_execution_trace_events '{}' --json kosmo integrations:mistral mistral_get_workflow_execution_trace_events '{}' --json mistral.mistral_get_workflow_execution_trace_otel
Mistral Get Workflow Execution Trace Otel
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow_execution_trace_otel '{}' --json kosmo integrations:mistral mistral_get_workflow_execution_trace_otel '{}' --json mistral.mistral_get_workflow_execution_trace_summary
Mistral Get Workflow Execution Trace Summary
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow_execution_trace_summary '{}' --json kosmo integrations:mistral mistral_get_workflow_execution_trace_summary '{}' --json mistral.mistral_get_workflow_metrics
Mistral Get Workflow Metrics
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow_metrics '{}' --json kosmo integrations:mistral mistral_get_workflow_metrics '{}' --json mistral.mistral_get_workflow_registration
Mistral Get Workflow Registration
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow_registration '{}' --json kosmo integrations:mistral mistral_get_workflow_registration '{}' --json mistral.mistral_get_workflow_run
Mistral Get Workflow Run
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow_run '{}' --json kosmo integrations:mistral mistral_get_workflow_run '{}' --json mistral.mistral_get_workflow_run_history
Mistral Get Workflow Run History
write - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow_run_history '{}' --json kosmo integrations:mistral mistral_get_workflow_run_history '{}' --json mistral.mistral_get_workflow_worker_info
Mistral Get Workflow Worker Info
read - Parameters
- none
kosmo integrations:call mistral.mistral_get_workflow_worker_info '{}' --json kosmo integrations:mistral mistral_get_workflow_worker_info '{}' --json mistral.mistral_import_observability_dataset_from_campaign
Mistral Import Observability Dataset From Campaign
read - Parameters
- none
kosmo integrations:call mistral.mistral_import_observability_dataset_from_campaign '{}' --json kosmo integrations:mistral mistral_import_observability_dataset_from_campaign '{}' --json mistral.mistral_import_observability_dataset_from_dataset
Mistral Import Observability Dataset From Dataset
read - Parameters
- none
kosmo integrations:call mistral.mistral_import_observability_dataset_from_dataset '{}' --json kosmo integrations:mistral mistral_import_observability_dataset_from_dataset '{}' --json mistral.mistral_import_observability_dataset_from_explorer
Mistral Import Observability Dataset From Explorer
read - Parameters
- none
kosmo integrations:call mistral.mistral_import_observability_dataset_from_explorer '{}' --json kosmo integrations:mistral mistral_import_observability_dataset_from_explorer '{}' --json mistral.mistral_import_observability_dataset_from_file
Mistral Import Observability Dataset From File
read - Parameters
- none
kosmo integrations:call mistral.mistral_import_observability_dataset_from_file '{}' --json kosmo integrations:mistral mistral_import_observability_dataset_from_file '{}' --json mistral.mistral_import_observability_dataset_from_playground
Mistral Import Observability Dataset From Playground
read - Parameters
- none
kosmo integrations:call mistral.mistral_import_observability_dataset_from_playground '{}' --json kosmo integrations:mistral mistral_import_observability_dataset_from_playground '{}' --json mistral.mistral_judge_chat_completion_event
Mistral Judge Chat Completion Event
read - Parameters
- none
kosmo integrations:call mistral.mistral_judge_chat_completion_event '{}' --json kosmo integrations:mistral mistral_judge_chat_completion_event '{}' --json mistral.mistral_judge_conversation
Mistral Judge Conversation
read - Parameters
- none
kosmo integrations:call mistral.mistral_judge_conversation '{}' --json kosmo integrations:mistral mistral_judge_conversation '{}' --json mistral.mistral_judge_observability_dataset_record
Mistral Judge Observability Dataset Record
read - Parameters
- none
kosmo integrations:call mistral.mistral_judge_observability_dataset_record '{}' --json kosmo integrations:mistral mistral_judge_observability_dataset_record '{}' --json mistral.mistral_list_agent_aliases
Mistral List Agent Aliases
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_agent_aliases '{}' --json kosmo integrations:mistral mistral_list_agent_aliases '{}' --json mistral.mistral_list_agent_versions
Mistral List Agent Versions
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_agent_versions '{}' --json kosmo integrations:mistral mistral_list_agent_versions '{}' --json mistral.mistral_list_agents
Mistral List Agents
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_agents '{}' --json kosmo integrations:mistral mistral_list_agents '{}' --json mistral.mistral_list_batch_jobs
Mistral List Batch Jobs
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_batch_jobs '{}' --json kosmo integrations:mistral mistral_list_batch_jobs '{}' --json mistral.mistral_list_campaigns
Mistral List Campaigns
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_campaigns '{}' --json kosmo integrations:mistral mistral_list_campaigns '{}' --json mistral.mistral_list_chat_completion_fields
Mistral List Chat Completion Fields
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_chat_completion_fields '{}' --json kosmo integrations:mistral mistral_list_chat_completion_fields '{}' --json mistral.mistral_list_conversations
Mistral List Conversations
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_conversations '{}' --json kosmo integrations:mistral mistral_list_conversations '{}' --json mistral.mistral_list_files
Mistral List Files
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_files '{}' --json kosmo integrations:mistral mistral_list_files '{}' --json mistral.mistral_list_fine_tuning_jobs
Mistral List Fine Tuning Jobs
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_fine_tuning_jobs '{}' --json kosmo integrations:mistral mistral_list_fine_tuning_jobs '{}' --json mistral.mistral_list_judges
Mistral List Judges
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_judges '{}' --json kosmo integrations:mistral mistral_list_judges '{}' --json mistral.mistral_list_libraries
Mistral List Libraries
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_libraries '{}' --json kosmo integrations:mistral mistral_list_libraries '{}' --json mistral.mistral_list_library_documents
Mistral List Library Documents
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_library_documents '{}' --json kosmo integrations:mistral mistral_list_library_documents '{}' --json mistral.mistral_list_library_shares
Mistral List Library Shares
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_library_shares '{}' --json kosmo integrations:mistral mistral_list_library_shares '{}' --json mistral.mistral_list_models
Mistral List Models
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_models '{}' --json kosmo integrations:mistral mistral_list_models '{}' --json mistral.mistral_list_observability_dataset_records
Mistral List Observability Dataset Records
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_observability_dataset_records '{}' --json kosmo integrations:mistral mistral_list_observability_dataset_records '{}' --json mistral.mistral_list_observability_dataset_tasks
Mistral List Observability Dataset Tasks
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_observability_dataset_tasks '{}' --json kosmo integrations:mistral mistral_list_observability_dataset_tasks '{}' --json mistral.mistral_list_observability_datasets
Mistral List Observability Datasets
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_observability_datasets '{}' --json kosmo integrations:mistral mistral_list_observability_datasets '{}' --json mistral.mistral_list_voices
Mistral List Voices
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_voices '{}' --json kosmo integrations:mistral mistral_list_voices '{}' --json mistral.mistral_list_workflow_deployments
Mistral List Workflow Deployments
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_workflow_deployments '{}' --json kosmo integrations:mistral mistral_list_workflow_deployments '{}' --json mistral.mistral_list_workflow_events
Mistral List Workflow Events
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_workflow_events '{}' --json kosmo integrations:mistral mistral_list_workflow_events '{}' --json mistral.mistral_list_workflow_registrations
Mistral List Workflow Registrations
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_workflow_registrations '{}' --json kosmo integrations:mistral mistral_list_workflow_registrations '{}' --json mistral.mistral_list_workflow_runs
Mistral List Workflow Runs
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_workflow_runs '{}' --json kosmo integrations:mistral mistral_list_workflow_runs '{}' --json mistral.mistral_list_workflow_schedules
Mistral List Workflow Schedules
read - Parameters
- none
kosmo integrations:call mistral.mistral_list_workflow_schedules '{}' --json kosmo integrations:mistral mistral_list_workflow_schedules '{}' --json mistral.mistral_moderations
Mistral Moderations
read - Parameters
- none
kosmo integrations:call mistral.mistral_moderations '{}' --json kosmo integrations:mistral mistral_moderations '{}' --json mistral.mistral_ocr
Mistral Ocr
read - Parameters
- none
kosmo integrations:call mistral.mistral_ocr '{}' --json kosmo integrations:mistral mistral_ocr '{}' --json mistral.mistral_query_workflow_execution
Mistral Query Workflow Execution
read - Parameters
- none
kosmo integrations:call mistral.mistral_query_workflow_execution '{}' --json kosmo integrations:mistral mistral_query_workflow_execution '{}' --json mistral.mistral_reprocess_library_document
Mistral Reprocess Library Document
read - Parameters
- none
kosmo integrations:call mistral.mistral_reprocess_library_document '{}' --json kosmo integrations:mistral mistral_reprocess_library_document '{}' --json mistral.mistral_reset_workflow_execution
Mistral Reset Workflow Execution
read - Parameters
- none
kosmo integrations:call mistral.mistral_reset_workflow_execution '{}' --json kosmo integrations:mistral mistral_reset_workflow_execution '{}' --json mistral.mistral_restart_conversation
Mistral Restart Conversation
read - Parameters
- none
kosmo integrations:call mistral.mistral_restart_conversation '{}' --json kosmo integrations:mistral mistral_restart_conversation '{}' --json mistral.mistral_retrieve_file
Mistral Retrieve File
read - Parameters
- none
kosmo integrations:call mistral.mistral_retrieve_file '{}' --json kosmo integrations:mistral mistral_retrieve_file '{}' --json mistral.mistral_retrieve_model
Mistral Retrieve Model
read - Parameters
- none
kosmo integrations:call mistral.mistral_retrieve_model '{}' --json kosmo integrations:mistral mistral_retrieve_model '{}' --json mistral.mistral_schedule_workflow
Mistral Schedule Workflow
read - Parameters
- none
kosmo integrations:call mistral.mistral_schedule_workflow '{}' --json kosmo integrations:mistral mistral_schedule_workflow '{}' --json mistral.mistral_search_chat_completion_event_ids
Mistral Search Chat Completion Event Ids
read - Parameters
- none
kosmo integrations:call mistral.mistral_search_chat_completion_event_ids '{}' --json kosmo integrations:mistral mistral_search_chat_completion_event_ids '{}' --json mistral.mistral_search_chat_completion_events
Mistral Search Chat Completion Events
read - Parameters
- none
kosmo integrations:call mistral.mistral_search_chat_completion_events '{}' --json kosmo integrations:mistral mistral_search_chat_completion_events '{}' --json mistral.mistral_signal_workflow_execution
Mistral Signal Workflow Execution
read - Parameters
- none
kosmo integrations:call mistral.mistral_signal_workflow_execution '{}' --json kosmo integrations:mistral mistral_signal_workflow_execution '{}' --json mistral.mistral_speech
Mistral Speech
read - Parameters
- none
kosmo integrations:call mistral.mistral_speech '{}' --json kosmo integrations:mistral mistral_speech '{}' --json mistral.mistral_start_conversation
Mistral Start Conversation
read - Parameters
- none
kosmo integrations:call mistral.mistral_start_conversation '{}' --json kosmo integrations:mistral mistral_start_conversation '{}' --json mistral.mistral_start_fine_tuning_job
Mistral Start Fine Tuning Job
read - Parameters
- none
kosmo integrations:call mistral.mistral_start_fine_tuning_job '{}' --json kosmo integrations:mistral mistral_start_fine_tuning_job '{}' --json mistral.mistral_stream_workflow_events
Mistral Stream Workflow Events
read - Parameters
- none
kosmo integrations:call mistral.mistral_stream_workflow_events '{}' --json kosmo integrations:mistral mistral_stream_workflow_events '{}' --json mistral.mistral_stream_workflow_execution
Mistral Stream Workflow Execution
read - Parameters
- none
kosmo integrations:call mistral.mistral_stream_workflow_execution '{}' --json kosmo integrations:mistral mistral_stream_workflow_execution '{}' --json mistral.mistral_terminate_workflow_execution
Mistral Terminate Workflow Execution
read - Parameters
- none
kosmo integrations:call mistral.mistral_terminate_workflow_execution '{}' --json kosmo integrations:mistral mistral_terminate_workflow_execution '{}' --json mistral.mistral_transcribe_audio
Mistral Transcribe Audio
read - Parameters
- none
kosmo integrations:call mistral.mistral_transcribe_audio '{}' --json kosmo integrations:mistral mistral_transcribe_audio '{}' --json mistral.mistral_unarchive_fine_tuned_model
Mistral Unarchive Fine Tuned Model
read - Parameters
- none
kosmo integrations:call mistral.mistral_unarchive_fine_tuned_model '{}' --json kosmo integrations:mistral mistral_unarchive_fine_tuned_model '{}' --json mistral.mistral_unarchive_workflow
Mistral Unarchive Workflow
read - Parameters
- none
kosmo integrations:call mistral.mistral_unarchive_workflow '{}' --json kosmo integrations:mistral mistral_unarchive_workflow '{}' --json mistral.mistral_unschedule_workflow
Mistral Unschedule Workflow
read - Parameters
- none
kosmo integrations:call mistral.mistral_unschedule_workflow '{}' --json kosmo integrations:mistral mistral_unschedule_workflow '{}' --json mistral.mistral_update_agent
Mistral Update Agent
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_agent '{}' --json kosmo integrations:mistral mistral_update_agent '{}' --json mistral.mistral_update_agent_version
Mistral Update Agent Version
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_agent_version '{}' --json kosmo integrations:mistral mistral_update_agent_version '{}' --json mistral.mistral_update_fine_tuned_model
Mistral Update Fine Tuned Model
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_fine_tuned_model '{}' --json kosmo integrations:mistral mistral_update_fine_tuned_model '{}' --json mistral.mistral_update_judge
Mistral Update Judge
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_judge '{}' --json kosmo integrations:mistral mistral_update_judge '{}' --json mistral.mistral_update_library
Mistral Update Library
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_library '{}' --json kosmo integrations:mistral mistral_update_library '{}' --json mistral.mistral_update_library_document
Mistral Update Library Document
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_library_document '{}' --json kosmo integrations:mistral mistral_update_library_document '{}' --json mistral.mistral_update_observability_dataset
Mistral Update Observability Dataset
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_observability_dataset '{}' --json kosmo integrations:mistral mistral_update_observability_dataset '{}' --json mistral.mistral_update_observability_dataset_record_payload
Mistral Update Observability Dataset Record Payload
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_observability_dataset_record_payload '{}' --json kosmo integrations:mistral mistral_update_observability_dataset_record_payload '{}' --json mistral.mistral_update_observability_dataset_record_properties
Mistral Update Observability Dataset Record Properties
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_observability_dataset_record_properties '{}' --json kosmo integrations:mistral mistral_update_observability_dataset_record_properties '{}' --json mistral.mistral_update_voice
Mistral Update Voice
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_voice '{}' --json kosmo integrations:mistral mistral_update_voice '{}' --json mistral.mistral_update_workflow
Mistral Update Workflow
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_workflow '{}' --json kosmo integrations:mistral mistral_update_workflow '{}' --json mistral.mistral_update_workflow_execution
Mistral Update Workflow Execution
write - Parameters
- none
kosmo integrations:call mistral.mistral_update_workflow_execution '{}' --json kosmo integrations:mistral mistral_update_workflow_execution '{}' --json mistral.mistral_upload_file
Mistral Upload File
read - Parameters
- none
kosmo integrations:call mistral.mistral_upload_file '{}' --json kosmo integrations:mistral mistral_upload_file '{}' --json mistral.mistral_upload_library_document
Mistral Upload Library Document
read - Parameters
- none
kosmo integrations:call mistral.mistral_upload_library_document '{}' --json kosmo integrations:mistral mistral_upload_library_document '{}' --json mistral.mistral_upsert_agent_alias
Mistral Upsert Agent Alias
read - Parameters
- none
kosmo integrations:call mistral.mistral_upsert_agent_alias '{}' --json 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
kosmo integrations:schema mistral.mistral_agents_completions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_append_conversation 0 parameters
kosmo integrations:schema mistral.mistral_append_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_archive_fine_tuned_model 0 parameters
kosmo integrations:schema mistral.mistral_archive_fine_tuned_model --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_archive_workflow 0 parameters
kosmo integrations:schema mistral.mistral_archive_workflow --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_batch_cancel_workflow_executions 0 parameters
kosmo integrations:schema mistral.mistral_batch_cancel_workflow_executions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_batch_terminate_workflow_executions 0 parameters
kosmo integrations:schema mistral.mistral_batch_terminate_workflow_executions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_bulk_delete_observability_dataset_records 0 parameters
kosmo integrations:schema mistral.mistral_bulk_delete_observability_dataset_records --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_cancel_batch_job 0 parameters
kosmo integrations:schema mistral.mistral_cancel_batch_job --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_cancel_fine_tuning_job 0 parameters
kosmo integrations:schema mistral.mistral_cancel_fine_tuning_job --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_cancel_workflow_execution 0 parameters
kosmo integrations:schema mistral.mistral_cancel_workflow_execution --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_chat_classifications 0 parameters
kosmo integrations:schema mistral.mistral_chat_classifications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_chat_completions 0 parameters
kosmo integrations:schema mistral.mistral_chat_completions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_chat_moderations 0 parameters
kosmo integrations:schema mistral.mistral_chat_moderations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_classifications 0 parameters
kosmo integrations:schema mistral.mistral_classifications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_conversation_history 0 parameters
kosmo integrations:schema mistral.mistral_conversation_history --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_conversation_messages 0 parameters
kosmo integrations:schema mistral.mistral_conversation_messages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_count_chat_completion_field_options 0 parameters
kosmo integrations:schema mistral.mistral_count_chat_completion_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_create_agent 0 parameters
kosmo integrations:schema mistral.mistral_create_agent --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_create_batch_job 0 parameters
kosmo integrations:schema mistral.mistral_create_batch_job --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_create_campaign 0 parameters
kosmo integrations:schema mistral.mistral_create_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_create_fine_tuning_job 0 parameters
kosmo integrations:schema mistral.mistral_create_fine_tuning_job --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_create_judge 0 parameters
kosmo integrations:schema mistral.mistral_create_judge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_create_library 0 parameters
kosmo integrations:schema mistral.mistral_create_library --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_create_observability_dataset 0 parameters
kosmo integrations:schema mistral.mistral_create_observability_dataset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_create_observability_dataset_record 0 parameters
kosmo integrations:schema mistral.mistral_create_observability_dataset_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_create_voice 0 parameters
kosmo integrations:schema mistral.mistral_create_voice --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_agent 0 parameters
kosmo integrations:schema mistral.mistral_delete_agent --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_agent_alias 0 parameters
kosmo integrations:schema mistral.mistral_delete_agent_alias --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_campaign 0 parameters
kosmo integrations:schema mistral.mistral_delete_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_conversation 0 parameters
kosmo integrations:schema mistral.mistral_delete_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_file 0 parameters
kosmo integrations:schema mistral.mistral_delete_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_judge 0 parameters
kosmo integrations:schema mistral.mistral_delete_judge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_library 0 parameters
kosmo integrations:schema mistral.mistral_delete_library --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_library_document 0 parameters
kosmo integrations:schema mistral.mistral_delete_library_document --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_model 0 parameters
kosmo integrations:schema mistral.mistral_delete_model --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_observability_dataset 0 parameters
kosmo integrations:schema mistral.mistral_delete_observability_dataset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_observability_dataset_record 0 parameters
kosmo integrations:schema mistral.mistral_delete_observability_dataset_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_delete_voice 0 parameters
kosmo integrations:schema mistral.mistral_delete_voice --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_download_file 0 parameters
kosmo integrations:schema mistral.mistral_download_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_embeddings 0 parameters
kosmo integrations:schema mistral.mistral_embeddings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_execute_workflow 0 parameters
kosmo integrations:schema mistral.mistral_execute_workflow --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_execute_workflow_registration 0 parameters
kosmo integrations:schema mistral.mistral_execute_workflow_registration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_export_observability_dataset_jsonl 0 parameters
kosmo integrations:schema mistral.mistral_export_observability_dataset_jsonl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_fim_completions 0 parameters
kosmo integrations:schema mistral.mistral_fim_completions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_agent 0 parameters
kosmo integrations:schema mistral.mistral_get_agent --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_agent_version 0 parameters
kosmo integrations:schema mistral.mistral_get_agent_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_batch_job 0 parameters
kosmo integrations:schema mistral.mistral_get_batch_job --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_campaign 0 parameters
kosmo integrations:schema mistral.mistral_get_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_campaign_selected_events 0 parameters
kosmo integrations:schema mistral.mistral_get_campaign_selected_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_campaign_status 0 parameters
kosmo integrations:schema mistral.mistral_get_campaign_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_chat_completion_event 0 parameters
kosmo integrations:schema mistral.mistral_get_chat_completion_event --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_chat_completion_field_options 0 parameters
kosmo integrations:schema mistral.mistral_get_chat_completion_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_conversation 0 parameters
kosmo integrations:schema mistral.mistral_get_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_file_url 0 parameters
kosmo integrations:schema mistral.mistral_get_file_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_fine_tuning_job 0 parameters
kosmo integrations:schema mistral.mistral_get_fine_tuning_job --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_judge 0 parameters
kosmo integrations:schema mistral.mistral_get_judge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_library 0 parameters
kosmo integrations:schema mistral.mistral_get_library --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_library_document 0 parameters
kosmo integrations:schema mistral.mistral_get_library_document --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_library_document_extracted_text_url 0 parameters
kosmo integrations:schema mistral.mistral_get_library_document_extracted_text_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_library_document_signed_url 0 parameters
kosmo integrations:schema mistral.mistral_get_library_document_signed_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_library_document_status 0 parameters
kosmo integrations:schema mistral.mistral_get_library_document_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_library_document_text 0 parameters
kosmo integrations:schema mistral.mistral_get_library_document_text --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_observability_dataset 0 parameters
kosmo integrations:schema mistral.mistral_get_observability_dataset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_observability_dataset_record 0 parameters
kosmo integrations:schema mistral.mistral_get_observability_dataset_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_observability_dataset_task 0 parameters
kosmo integrations:schema mistral.mistral_get_observability_dataset_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_similar_chat_completion_events 0 parameters
kosmo integrations:schema mistral.mistral_get_similar_chat_completion_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_voice 0 parameters
kosmo integrations:schema mistral.mistral_get_voice --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_voice_sample 0 parameters
kosmo integrations:schema mistral.mistral_get_voice_sample --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow_deployment 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow_deployment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow_execution 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow_execution --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow_execution_history 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow_execution_history --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow_execution_trace_events 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow_execution_trace_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow_execution_trace_otel 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow_execution_trace_otel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow_execution_trace_summary 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow_execution_trace_summary --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow_metrics 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow_registration 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow_registration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow_run 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow_run --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow_run_history 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow_run_history --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_get_workflow_worker_info 0 parameters
kosmo integrations:schema mistral.mistral_get_workflow_worker_info --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_import_observability_dataset_from_campaign 0 parameters
kosmo integrations:schema mistral.mistral_import_observability_dataset_from_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_import_observability_dataset_from_dataset 0 parameters
kosmo integrations:schema mistral.mistral_import_observability_dataset_from_dataset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_import_observability_dataset_from_explorer 0 parameters
kosmo integrations:schema mistral.mistral_import_observability_dataset_from_explorer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_import_observability_dataset_from_file 0 parameters
kosmo integrations:schema mistral.mistral_import_observability_dataset_from_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_import_observability_dataset_from_playground 0 parameters
kosmo integrations:schema mistral.mistral_import_observability_dataset_from_playground --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_judge_chat_completion_event 0 parameters
kosmo integrations:schema mistral.mistral_judge_chat_completion_event --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_judge_conversation 0 parameters
kosmo integrations:schema mistral.mistral_judge_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_judge_observability_dataset_record 0 parameters
kosmo integrations:schema mistral.mistral_judge_observability_dataset_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_agent_aliases 0 parameters
kosmo integrations:schema mistral.mistral_list_agent_aliases --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_agent_versions 0 parameters
kosmo integrations:schema mistral.mistral_list_agent_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_agents 0 parameters
kosmo integrations:schema mistral.mistral_list_agents --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_batch_jobs 0 parameters
kosmo integrations:schema mistral.mistral_list_batch_jobs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_campaigns 0 parameters
kosmo integrations:schema mistral.mistral_list_campaigns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_chat_completion_fields 0 parameters
kosmo integrations:schema mistral.mistral_list_chat_completion_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_conversations 0 parameters
kosmo integrations:schema mistral.mistral_list_conversations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_files 0 parameters
kosmo integrations:schema mistral.mistral_list_files --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_fine_tuning_jobs 0 parameters
kosmo integrations:schema mistral.mistral_list_fine_tuning_jobs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_judges 0 parameters
kosmo integrations:schema mistral.mistral_list_judges --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_libraries 0 parameters
kosmo integrations:schema mistral.mistral_list_libraries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_library_documents 0 parameters
kosmo integrations:schema mistral.mistral_list_library_documents --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_models 0 parameters
kosmo integrations:schema mistral.mistral_list_models --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_observability_dataset_records 0 parameters
kosmo integrations:schema mistral.mistral_list_observability_dataset_records --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_observability_dataset_tasks 0 parameters
kosmo integrations:schema mistral.mistral_list_observability_dataset_tasks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_observability_datasets 0 parameters
kosmo integrations:schema mistral.mistral_list_observability_datasets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_voices 0 parameters
kosmo integrations:schema mistral.mistral_list_voices --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_workflow_deployments 0 parameters
kosmo integrations:schema mistral.mistral_list_workflow_deployments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_workflow_events 0 parameters
kosmo integrations:schema mistral.mistral_list_workflow_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_workflow_registrations 0 parameters
kosmo integrations:schema mistral.mistral_list_workflow_registrations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_workflow_runs 0 parameters
kosmo integrations:schema mistral.mistral_list_workflow_runs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_list_workflow_schedules 0 parameters
kosmo integrations:schema mistral.mistral_list_workflow_schedules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_moderations 0 parameters
kosmo integrations:schema mistral.mistral_moderations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_ocr 0 parameters
kosmo integrations:schema mistral.mistral_ocr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_query_workflow_execution 0 parameters
kosmo integrations:schema mistral.mistral_query_workflow_execution --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_reprocess_library_document 0 parameters
kosmo integrations:schema mistral.mistral_reprocess_library_document --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_reset_workflow_execution 0 parameters
kosmo integrations:schema mistral.mistral_reset_workflow_execution --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_restart_conversation 0 parameters
kosmo integrations:schema mistral.mistral_restart_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_retrieve_file 0 parameters
kosmo integrations:schema mistral.mistral_retrieve_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_retrieve_model 0 parameters
kosmo integrations:schema mistral.mistral_retrieve_model --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_schedule_workflow 0 parameters
kosmo integrations:schema mistral.mistral_schedule_workflow --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_search_chat_completion_event_ids 0 parameters
kosmo integrations:schema mistral.mistral_search_chat_completion_event_ids --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_search_chat_completion_events 0 parameters
kosmo integrations:schema mistral.mistral_search_chat_completion_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_signal_workflow_execution 0 parameters
kosmo integrations:schema mistral.mistral_signal_workflow_execution --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_speech 0 parameters
kosmo integrations:schema mistral.mistral_speech --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_start_conversation 0 parameters
kosmo integrations:schema mistral.mistral_start_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_start_fine_tuning_job 0 parameters
kosmo integrations:schema mistral.mistral_start_fine_tuning_job --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_stream_workflow_events 0 parameters
kosmo integrations:schema mistral.mistral_stream_workflow_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_stream_workflow_execution 0 parameters
kosmo integrations:schema mistral.mistral_stream_workflow_execution --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_terminate_workflow_execution 0 parameters
kosmo integrations:schema mistral.mistral_terminate_workflow_execution --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_transcribe_audio 0 parameters
kosmo integrations:schema mistral.mistral_transcribe_audio --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_unarchive_fine_tuned_model 0 parameters
kosmo integrations:schema mistral.mistral_unarchive_fine_tuned_model --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_unarchive_workflow 0 parameters
kosmo integrations:schema mistral.mistral_unarchive_workflow --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_unschedule_workflow 0 parameters
kosmo integrations:schema mistral.mistral_unschedule_workflow --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_agent 0 parameters
kosmo integrations:schema mistral.mistral_update_agent --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_agent_version 0 parameters
kosmo integrations:schema mistral.mistral_update_agent_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_fine_tuned_model 0 parameters
kosmo integrations:schema mistral.mistral_update_fine_tuned_model --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_judge 0 parameters
kosmo integrations:schema mistral.mistral_update_judge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_library 0 parameters
kosmo integrations:schema mistral.mistral_update_library --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_library_document 0 parameters
kosmo integrations:schema mistral.mistral_update_library_document --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_observability_dataset 0 parameters
kosmo integrations:schema mistral.mistral_update_observability_dataset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_observability_dataset_record_payload 0 parameters
kosmo integrations:schema mistral.mistral_update_observability_dataset_record_payload --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_observability_dataset_record_properties 0 parameters
kosmo integrations:schema mistral.mistral_update_observability_dataset_record_properties --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_voice 0 parameters
kosmo integrations:schema mistral.mistral_update_voice --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_workflow 0 parameters
kosmo integrations:schema mistral.mistral_update_workflow --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_update_workflow_execution 0 parameters
kosmo integrations:schema mistral.mistral_update_workflow_execution --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_upload_file 0 parameters
kosmo integrations:schema mistral.mistral_upload_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_upload_library_document 0 parameters
kosmo integrations:schema mistral.mistral_upload_library_document --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
mistral.mistral_upsert_agent_alias 0 parameters
kosmo integrations:schema mistral.mistral_upsert_agent_alias --json | Parameter | Type | Required | Description |
|---|---|---|---|
| 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.