Skip to main content
Glama

chat

Read-only

Send prompts to multiple AI models, preserve multi-turn conversation memory, and attach files or images for context.

Instructions

Multi-model AI gateway. Routes prompts to external AI models (Gemini, OpenAI, Anthropic, DeepSeek, Moonshot, xAI, OpenRouter, custom endpoints) with conversation memory. Supports file context embedding, images, and multi-turn threads via continuation_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesCurrently in auto model selection mode. If no model is provided, you may use the `listmodels` tool to review options and select an appropriate match. The server validates model availability and returns errors for unknown models. Top models: gemini-2.5-pro (score 100, 1.0M ctx, thinking, code-gen); gemini-3.1-pro-preview (score 100, 1.0M ctx, thinking, code-gen); gemini-2.5-flash (score 81, 1.0M ctx, thinking); gemini-2.0-flash (score 66, 1.0M ctx); gemini-2.0-flash-lite (score 56, 1.0M ctx).
imagesNoImage paths (absolute) or base64 strings for optional visual context.
promptYesYour question or task for the external model. Prefer passing code and large content via absolute_file_paths rather than inlining it here.
temperatureNoOptional sampling temperature. If omitted, the model's own default is used (recommended; some reasoning models reject or degrade on a fabricated value). Range is provider-dependent (commonly 0–2); values are clamped per model.
thinking_modeNoReasoning depth: minimal, low, medium, high, or max.
continuation_idNoUnique thread continuation ID for multi-turn conversations. Works across different tools. Reuse the last continuation_id you were given to preserve full conversation context, files, and history across turns. Threads are held in memory and expire after inactivity.
absolute_file_pathsNoFull, absolute file paths to relevant code in order to share with the external model. Accepts both files and directories (directories are expanded recursively). Content is read and embedded into the prompt context.
Behavior4/5

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

The description goes beyond the readOnlyHint annotation by disclosing that prompts are routed to external AI models (privacy-relevant), that conversation memory is maintained, and that it supports file context embedding and multi-turn threads. This adds behavioral context not present in the annotation, though it doesn't mention potential rate limits or data retention specifics. No contradiction with the annotation.

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?

Two sentences, front-loaded with 'Multi-model AI gateway,' and each phrase adds value: provider list, memory, file context, images, multi-turn. No fluff or redundancy. The description is tight while covering all key capabilities.

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?

This is a complex tool with 7 parameters, but the schema carries detailed parameter semantics, so the description only needs a high-level overview. It provides that overview without covering output format or explicit alternatives, yet the sibling names (listmodels, dump_threads) and schema guidance fill those gaps. Slightly more could be said about return behavior, but the description is sufficiently complete for an entry point.

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

Parameters3/5

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

Schema description coverage is 100%, with each parameter already having detailed descriptions (e.g., temperature recommendation, model selection guidance, continuation_id semantics). The description mentions capabilities like file context and multi-turn threads, but these are already reflected in the parameter descriptions, so it adds no net new parameter meaning. Baseline 3 is appropriate.

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?

The description clearly states the tool is a 'Multi-model AI gateway' that 'routes prompts to external AI models,' listing specific providers and capabilities like conversation memory, file context embedding, and multi-turn threads. This distinguishes it from siblings (listmodels, dump_threads) which are about listing models and dumping threads, not running prompts.

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 is implied: the tool is for sending prompts to external AI models. However, the description does not explicitly state when to use this tool versus alternatives like listmodels or dump_threads. The schema's model parameter mentions using listmodels when no model is provided, but that guidance is outside the description, so the description itself only offers implied context.

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/linxule/vox-mcp'

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