Skip to main content
Glama
mocchalera

xserver-files-mcp

by mocchalera

Set domain redirect

set_domain_redirect
Destructive

Configure a 301 redirect from a source domain to a destination URL by inserting or updating a marked .htaccess block. Includes automatic backup and optional path preservation.

Instructions

Insert or update a marked .htaccess 301 redirect block for a configured source domain. Creates a backup by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoRelative .htaccess path under the source domain root..htaccess
backupNoBack up existing .htaccess before writing.
createNoCreate .htaccess if it does not exist.
domainYesSource domain to redirect, such as old-site.example.com.
to_urlYesDestination URL, such as https://new-site.example.com.
dry_runNoReturn resulting content without writing.
server_idNoServer profile id. Defaults to config.defaultServer.
preserve_pathNoAppend the original request path to the destination.
Behavior4/5

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

The description adds meaningful behavior beyond annotations: it states that a backup is created by default, which is important for a destructive operation (destructiveHint=true). It also mentions 'marked' blocks, implying a tracked/replaceable pattern. This supplements the annotation with useful operational detail without contradicting it.

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 two sentences long and front-loads the core action and backup behavior. Every word adds value; there is no filler or repetition. It is appropriately sized for the tool's complexity.

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 tool's complexity (8 parameters, 2 required) and lack of an output schema, the description provides enough context to understand the tool's core behavior. It does not mention return values, but the absence of an output schema lowers the expectation. The description covers the essential purpose and side effects, though it could mention the 'dry_run' capability or effect on existing redirects for full completeness.

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 each parameter having a descriptive explanation. The description itself does not add semantic detail beyond saying 'creates a backup by default' which aligns with the backup parameter. Since the schema already documents all parameters thoroughly, this dimension meets the baseline but does not exceed it.

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's function: 'Insert or update a marked .htaccess 301 redirect block for a configured source domain.' It specifies a concrete verb (insert/update), a resource (.htaccess redirect block), and a clear scope (for a configured source domain). It is distinct from sibling tools like write_file or replace_in_file by focusing specifically on redirect management.

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 setting up 301 redirects via .htaccess, which is a clear context. However, it does not explicitly mention when to prefer this tool over alternatives like write_file or replace_in_file, nor does it provide exclusion criteria. The guidance is implied but not explicit.

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/mocchalera/xserver-files-mcp'

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