mistral_list_library_documents
ActiveTool of io.usefulapi/mistral
declared in 1.0.1
List the documents uploaded to a given document library. Management API: GET /v1/libraries/{library_id}/documents.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"library_id"
],
"properties": {
"page": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 0,
"description": "Page number (0-indexed). Default 0."
},
"search": {
"type": "string",
"description": "Search documents by name."
},
"page_size": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Documents per page (1-100). Default 100."
},
"library_id": {
"type": "string",
"description": "The library id (UUID)."
}
}
}Parent server
io.usefulapi/mistral
https://github.com/m190/usefulapi-mcp
1/7 registries