mistral_list_agents
ActiveTool of io.usefulapi/mistral
declared in 1.0.1
List agent entities in your account, sorted by creation time. Management API: GET /v1/agents.
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."
},
"page_size": {
"type": "integer",
"maximum": 9007199254740991,
"description": "Agents per page. Default 20.",
"exclusiveMinimum": 0
}
}
}Parent server
io.usefulapi/mistral
https://github.com/m190/usefulapi-mcp
1/7 registries