Skip to main content
Glama
brilliantdirectories

brilliant-directories-mcp

Official

createRedirect

Create 301 redirect rules for Brilliant Directories websites to manage URL changes and maintain SEO value when content moves.

Instructions

Create a redirect — Create a new 301 redirect rule. type, old_filename, and new_filename are required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesCategory of the redirect source (profile, post, category, custom, etc.)
old_filenameYesThe old URL path being redirected from, relative to the domain root (e.g. old-slug, not the full URL)
new_filenameYesThe new destination URL path
db_idNoDatabase record ID of the source content object this redirect was generated from (0 if not tied to a record)
idNoLegacy secondary identifier; typically 0 for system-generated redirects
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the creation of a '301 redirect rule' (implying a permanent HTTP redirect), but lacks details on permissions, side effects, error handling, or response format, which are critical 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.

Conciseness4/5

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

The description is brief and front-loaded with the core purpose, using only two sentences without unnecessary elaboration. However, the repetition of 'Create' in the first phrase ('Create a redirect — Create a new...') slightly reduces efficiency.

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?

For a mutation tool with no annotations and no output schema, the description is incomplete. It fails to address behavioral aspects like permissions, side effects, or what the tool returns, leaving significant gaps in understanding for safe and effective use.

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%, so the schema fully documents all parameters. The description adds minimal value by listing the three required parameters ('type, old_filename, and new_filename are required'), but does not provide additional context beyond what the schema already specifies.

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 specific action ('Create a new 301 redirect rule') and resource ('redirect'), distinguishing it from sibling tools like 'deleteRedirect' or 'listRedirects' by focusing on creation rather than deletion or listing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives (e.g., 'updateRedirect' for modifications or 'deleteRedirect' for removal), nor any prerequisites or context for its application.

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/brilliantdirectories/brilliant-directories-mcp'

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