Skip to main content
Glama

Model Route

neuroverse_model
Read-onlyIdempotent

Route your prompt to the appropriate AI model based on task type — multilingual, reasoning, local, or general — and receive a response.

Instructions

Query the multi-model AI router.

If a prompt is provided, the prompt is sent to the routed model. Otherwise, returns only the routing decision.

Supported providers: OpenAI, Anthropic, Sarvam AI, Ollama.

Args:

  • task_type (string): multilingual | reasoning | local | general

  • prompt (string, optional): Prompt to send

Returns: JSON with routing decision and optional model response

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptNoOptional prompt to actually send to the routed model
task_typeNoTask type for routinggeneral
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds context about conditional behavior (prompt present vs absent) and lists supported providers, going beyond what annotations provide.

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

Conciseness4/5

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

The description is concise and well-structured, with a clear summary followed by parameter details and return information. No superfluous content.

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?

Given the absence of an output schema, the return description is sufficient. All parameters are explained, and the tool's behavior under different inputs is clear. Missing details like error handling are acceptable for this complexity.

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% with descriptions for both parameters. The description restates the enum values and notes prompt optionality, adding minimal extra meaning beyond the schema.

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

Purpose4/5

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

Description clearly states it queries a multi-model AI router and differentiates between routing-only and prompt-sending modes. However, it does not distinguish itself from the similarly named sibling 'neuroverse_route', which may cause confusion.

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 implies usage for getting routing decisions or model responses, but lacks explicit guidance on when not to use this tool or when to prefer alternatives like 'neuroverse_route'.

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/joshua400/neuroverse'

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