mistral
Server Details
Manage your Mistral platform — models, files, batch jobs, agents and RAG document libraries.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- m190/usefulapi-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
15 toolsmistral_cancel_batch_jobCancel a batch jobDestructiveInspect
Cancels a running Mistral batch job — stops processing and further billing for that job. Management API: POST /v1/batch/jobs/{job_id}/cancel.
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The batch job id (UUID) to cancel. |
mistral_create_agentCreate an agentDestructiveInspect
Creates a Mistral Agent (additive configuration). Management API: POST /v1/agents. Requires model and name; instructions, tools, completion_args, description and handoffs are optional.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable agent name. | |
| model | Yes | Model powering the agent, e.g. mistral-large-latest. | |
| tools | No | Tools available to the agent (passthrough objects, e.g. {type:'web_search'}). | |
| handoffs | No | Agent ids this agent may hand off to. | |
| description | No | Free-text description of the agent. | |
| instructions | No | System instruction prompt the agent follows. | |
| completion_args | No | Completion arguments (temperature, top_p, etc.) as a passthrough object. |
mistral_delete_fileDelete a fileDestructiveInspect
Permanently deletes an uploaded file from Mistral. Destructive. Management API: DELETE /v1/files/{file_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The file id (UUID) to delete. |
mistral_get_agentGet an agentRead-onlyInspect
Retrieve a single agent entity with its configuration. Management API: GET /v1/agents/{agent_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent id. |
mistral_get_batch_jobGet a batch jobRead-onlyInspect
Retrieve details and status for a single batch job. Management API: GET /v1/batch/jobs/{job_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The batch job id (UUID). |
mistral_get_fileGet a fileRead-onlyInspect
Retrieve metadata about a specific uploaded file. Management API: GET /v1/files/{file_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The file id (UUID). |
mistral_get_file_urlGet a file download URLRead-onlyInspect
Get a temporary signed download URL for an uploaded file. Management API: GET /v1/files/{file_id}/url.
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The file id (UUID). |
mistral_get_libraryGet a document libraryRead-onlyInspect
Retrieve details about a single document library. Management API: GET /v1/libraries/{library_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| library_id | Yes | The library id (UUID). |
mistral_get_modelGet a modelRead-onlyInspect
Retrieve details for a single model (base or fine-tuned). Management API: GET /v1/models/{model_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | The model id, e.g. mistral-large-latest or a fine-tuned model id. |
mistral_list_agentsList agentsRead-onlyInspect
List agent entities in your account, sorted by creation time. Management API: GET /v1/agents.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed). Default 0. | |
| page_size | No | Agents per page. Default 20. |
mistral_list_batch_jobsList batch jobsRead-onlyInspect
List batch inference jobs for your organization and user, with optional filters. Management API: GET /v1/batch/jobs.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed). Default 0. | |
| model | No | Filter by model name. | |
| status | No | Filter by job status, e.g. QUEUED, RUNNING, SUCCESS, FAILED, CANCELLED. | |
| page_size | No | Jobs per page. Default 100. | |
| created_after | No | ISO 8601 date-time; only jobs created after this time. | |
| created_by_me | No | If true, only jobs created by the current user. Default false. |
mistral_list_filesList filesRead-onlyInspect
List uploaded files belonging to your organization (fine-tune data, batch inputs/outputs, etc.). Management API: GET /v1/files.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed). Default 0. | |
| search | No | Search files by name. | |
| source | No | Filter by source, e.g. upload, mistral. | |
| purpose | No | Filter by purpose, e.g. fine-tune, batch. | |
| page_size | No | Files per page. Default 100. | |
| sample_type | No | Filter by sample type, e.g. instruct, batch_request. |
mistral_list_librariesList document librariesRead-onlyInspect
List RAG document libraries you own or that have been shared with you. Management API: GET /v1/libraries.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Deprecated offset page (use page_token). Default 0. | |
| search | No | Case-insensitive search on the library name. | |
| page_size | No | Libraries per page (1-100). Default 100. | |
| page_token | No | Continuation cursor from a previous response's next_page_token. |
mistral_list_library_documentsList documents in a libraryRead-onlyInspect
List the documents uploaded to a given document library. Management API: GET /v1/libraries/{library_id}/documents.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed). Default 0. | |
| search | No | Search documents by name. | |
| page_size | No | Documents per page (1-100). Default 100. | |
| library_id | Yes | The library id (UUID). |
mistral_list_modelsList modelsRead-onlyInspect
List every model available to your account — Mistral base models plus your fine-tuned models. Management API: GET /v1/models.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!