mistral_list_files
ActiveTool of io.usefulapi/mistral
declared in 1.0.1
List uploaded files belonging to your organization (fine-tune data, batch inputs/outputs, etc.). Management API: GET /v1/files.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"page": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 0,
"description": "Page number (0-indexed). Default 0."
},
"search": {
"type": "string",
"description": "Search files by name."
},
"source": {
"type": "string",
"description": "Filter by source, e.g. upload, mistral."
},
"purpose": {
"type": "string",
"description": "Filter by purpose, e.g. fine-tune, batch."
},
"page_size": {
"type": "integer",
"maximum": 9007199254740991,
"description": "Files per page. Default 100.",
"exclusiveMinimum": 0
},
"sample_type": {
"type": "string",
"description": "Filter by sample type, e.g. instruct, batch_request."
}
}
}Parent server
io.usefulapi/mistral
https://github.com/m190/usefulapi-mcp
1/7 registries