Skip to main content
Glama
Kijun0708

llm-router-mcp

by Kijun0708

mcp_servers_add

Add a new MCP server configuration at runtime by specifying name and command, with optional arguments, environment, working directory, scope, and auto-start.

Instructions

Add an MCP server configuration at runtime

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoWorking directory
envNoEnvironment variables
argsNoCommand arguments
nameYesServer name
scopeNoServer scopeproject
commandYesServer command
auto_startNoStart server after adding
Behavior2/5

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

Given no annotations, the description carries the full burden of disclosing side effects. It only states the action without indicating whether existing configurations are overwritten, whether the server is started, or how scope affects persistence. This is a significant transparency gap for a mutation tool.

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 a single sentence that directly conveys the tool's purpose with no filler. It is appropriately sized and front-loaded, earning a high score for conciseness.

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

Completeness2/5

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

With 7 parameters, a nested env object, and no annotations or output schema, this tool has moderate complexity. The one-line description does not explain the tool's return value, the meaning of 'runtime' for configuration persistence, or how scope and auto_start interact. It is far from complete for safe and correct usage.

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?

The input schema provides descriptions for all 7 parameters (100% coverage), so the baseline is 3. The tool description adds no additional parameter-level semantics, but the schema already handles documentation adequately.

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 verb ('Add'), the resource ('MCP server configuration'), and the context ('at runtime'). It effectively distinguishes from sibling tools like mcp_servers_list, mcp_servers_start, and mcp_servers_remove, which perform different operations on server configurations.

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 phrase 'at runtime' implies that this tool is for dynamically adding configurations, but the description provides no explicit guidance on when to use it versus alternatives. It does not mention exclusions or suggest sibling tools for related operations such as removing or starting servers.

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/Kijun0708/llm-router-mcp'

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