Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

15 tools
mistral_cancel_batch_jobCancel a batch job
Destructive
Inspect

Cancels a running Mistral batch job — stops processing and further billing for that job. Management API: POST /v1/batch/jobs/{job_id}/cancel.

ParametersJSON Schema
NameRequiredDescriptionDefault
job_idYesThe batch job id (UUID) to cancel.
mistral_create_agentCreate an agent
Destructive
Inspect

Creates a Mistral Agent (additive configuration). Management API: POST /v1/agents. Requires model and name; instructions, tools, completion_args, description and handoffs are optional.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-readable agent name.
modelYesModel powering the agent, e.g. mistral-large-latest.
toolsNoTools available to the agent (passthrough objects, e.g. {type:'web_search'}).
handoffsNoAgent ids this agent may hand off to.
descriptionNoFree-text description of the agent.
instructionsNoSystem instruction prompt the agent follows.
completion_argsNoCompletion arguments (temperature, top_p, etc.) as a passthrough object.
mistral_delete_fileDelete a file
Destructive
Inspect

Permanently deletes an uploaded file from Mistral. Destructive. Management API: DELETE /v1/files/{file_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
file_idYesThe file id (UUID) to delete.
mistral_get_agentGet an agent
Read-only
Inspect

Retrieve a single agent entity with its configuration. Management API: GET /v1/agents/{agent_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesThe agent id.
mistral_get_batch_jobGet a batch job
Read-only
Inspect

Retrieve details and status for a single batch job. Management API: GET /v1/batch/jobs/{job_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
job_idYesThe batch job id (UUID).
mistral_get_fileGet a file
Read-only
Inspect

Retrieve metadata about a specific uploaded file. Management API: GET /v1/files/{file_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
file_idYesThe file id (UUID).
mistral_get_file_urlGet a file download URL
Read-only
Inspect

Get a temporary signed download URL for an uploaded file. Management API: GET /v1/files/{file_id}/url.

ParametersJSON Schema
NameRequiredDescriptionDefault
file_idYesThe file id (UUID).
mistral_get_libraryGet a document library
Read-only
Inspect

Retrieve details about a single document library. Management API: GET /v1/libraries/{library_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
library_idYesThe library id (UUID).
mistral_get_modelGet a model
Read-only
Inspect

Retrieve details for a single model (base or fine-tuned). Management API: GET /v1/models/{model_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
model_idYesThe model id, e.g. mistral-large-latest or a fine-tuned model id.
mistral_list_agentsList agents
Read-only
Inspect

List agent entities in your account, sorted by creation time. Management API: GET /v1/agents.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (0-indexed). Default 0.
page_sizeNoAgents per page. Default 20.
mistral_list_batch_jobsList batch jobs
Read-only
Inspect

List batch inference jobs for your organization and user, with optional filters. Management API: GET /v1/batch/jobs.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (0-indexed). Default 0.
modelNoFilter by model name.
statusNoFilter by job status, e.g. QUEUED, RUNNING, SUCCESS, FAILED, CANCELLED.
page_sizeNoJobs per page. Default 100.
created_afterNoISO 8601 date-time; only jobs created after this time.
created_by_meNoIf true, only jobs created by the current user. Default false.
mistral_list_filesList files
Read-only
Inspect

List uploaded files belonging to your organization (fine-tune data, batch inputs/outputs, etc.). Management API: GET /v1/files.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (0-indexed). Default 0.
searchNoSearch files by name.
sourceNoFilter by source, e.g. upload, mistral.
purposeNoFilter by purpose, e.g. fine-tune, batch.
page_sizeNoFiles per page. Default 100.
sample_typeNoFilter by sample type, e.g. instruct, batch_request.
mistral_list_librariesList document libraries
Read-only
Inspect

List RAG document libraries you own or that have been shared with you. Management API: GET /v1/libraries.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoDeprecated offset page (use page_token). Default 0.
searchNoCase-insensitive search on the library name.
page_sizeNoLibraries per page (1-100). Default 100.
page_tokenNoContinuation cursor from a previous response's next_page_token.
mistral_list_library_documentsList documents in a library
Read-only
Inspect

List the documents uploaded to a given document library. Management API: GET /v1/libraries/{library_id}/documents.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (0-indexed). Default 0.
searchNoSearch documents by name.
page_sizeNoDocuments per page (1-100). Default 100.
library_idYesThe library id (UUID).
mistral_list_modelsList models
Read-only
Inspect

List every model available to your account — Mistral base models plus your fine-tuned models. Management API: GET /v1/models.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.