Skip to main content
Glama
intelli-verse-x

Intelliverse Router MCP Server

Official

Chat via Intelliverse Router

chat

Send chat completions using default model routing. Provide a user prompt and optional system prompt to get responses without specifying an LLM.

Instructions

Send a chat completion. Never name an LLM — omit model (the Intelliverse default routes at your plan tier) or pass intelliverse/air, intelliverse/pro, intelliverse/pro-max, intelliverse/fusion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoOptional tier alias; omit for the Intelliverse default
promptYesUser message
systemNoOptional system prompt
Behavior4/5

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

With no annotations, the description takes full responsibility. It discloses that model is optional and that default routing occurs based on plan tier, and warns against naming arbitrary LLMs. This adds behavioral context beyond the schema.

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 purpose, no wasted words. Each sentence earns its place: first states action, second provides critical parameter usage guidance.

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?

For a simple tool with 3 parameters and no output schema, the description covers the key behavioral nuance (model routing). It could mention expected response format, but basic use is adequately served.

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 coverage is 100%, so baseline 3. The description reinforces schema's 'tier alias' explanation and adds a warning, but does not introduce new parameter semantic information beyond what the schema already provides.

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 'Send a chat completion,' identifying a specific verb ('Send') and resource ('chat completion'). It differentiates from sibling tools like kb_chat by focusing on general chat without knowledge base integration.

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?

The description provides explicit guidance on the model parameter ('Never name an LLM — omit model or pass specific tiers'), but lacks guidance on when to use this tool versus siblings like kb_chat or list_models.

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/intelli-verse-x/router-mcp'

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