mistral_list_libraries
ActiveTool of io.usefulapi/mistral
declared in 1.0.1
List RAG document libraries you own or that have been shared with you. Management API: GET /v1/libraries.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"page": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 0,
"description": "Deprecated offset page (use page_token). Default 0."
},
"search": {
"type": "string",
"description": "Case-insensitive search on the library name."
},
"page_size": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Libraries per page (1-100). Default 100."
},
"page_token": {
"type": "string",
"description": "Continuation cursor from a previous response's next_page_token."
}
}
}Parent server
io.usefulapi/mistral
https://github.com/m190/usefulapi-mcp
1/7 registries