Skip to main content
Glama
utenadev

mcp-mistral-queue

by utenadev

ask_mistral

Queue and prioritize Mistral API calls with automatic rate limiting to manage concurrent requests.

Instructions

Mistral APIをキューイングとレートリミット制御付きで呼び出します。

Args: ctx: MCP Context (自動で渡されます) prompt: 単発の入力プロンプトテキスト messages: 会話履歴オブジェクトの配列 ([{"role": "...", "content": "..."}]) model: 利用する Mistral モデル名 (default: mistral-small-latest) system_prompt: カスタムシステムプロンプト (prompt 指定時のみ有効) priority: タスク優先度 (1: 高, 2: 通常, 3: 低)

Returns: Mistral API からのレスポンステキスト

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNomistral-small-latest
promptNo
messagesNo
priorityNo
system_promptNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully convey behavioral traits. It discloses queuing, rate limiting, and parameter constraints (e.g., system_prompt only effective with prompt). However, it does not discuss error handling, idempotency, or potential side effects, leaving gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: a single sentence followed by a clear bullet list of arguments. No extraneous information; every sentence serves a purpose. The key behavior is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 5 parameters and no sibling tools, the description covers all parameters and the return type (response text). It mentions queuing and rate control. An output schema exists, so detailed return documentation is unnecessary. Minor gaps include lack of examples or error scenarios, but overall complete for this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It explains each parameter's purpose and constraints: priority values (1-3), system_prompt condition, model default, etc. This adds significant value beyond the schema's type definitions, though more detail on message array structure could be included.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Purpose is explicitly stated: 'Calls Mistral API with queuing and rate limit control.' The verb 'call' and resource 'Mistral API' are clear. Since there are no sibling tools, differentiation is not needed, but the description uniquely identifies the tool's functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage guidelines are implied through the mention of queuing and rate limiting, suggesting it's designed for rate-managed calls. However, there is no explicit when/when-not guidance or alternatives, which would be beneficial even without siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/utenadev/mcp-mistral-queue'

If you have feedback or need assistance with the MCP directory API, please join our Discord server