Skip to main content
Glama
oborseth

Porkbun MCP Server

by oborseth

create_url_forward

Idempotent

Set up a URL forwarding rule to redirect a subdomain or apex domain to any destination URL. Supports permanent and temporary redirects with path inclusion and wildcard options.

Instructions

Add a URL forwarding rule for a domain. Forwards a subdomain (or apex if subdomain is empty/omitted) to an arbitrary destination URL. Useful for redirects without setting up a web server. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to add the forward to, e.g. `example.com`
locationYesDestination URL to forward visitors to, e.g. `https://newsite.example.com`
typeYes`permanent` sends HTTP 301 (browsers cache); `temporary` is the configurable default redirect.
includePathYes`yes` appends the request URI path to the forward target; `no` always sends to the bare destination.
wildcardYes`yes` also forwards all sub-subdomains; `no` forwards only the exact subdomain.
subdomainNoSubdomain prefix to forward. Empty/omitted = the apex (root domain). Examples: `www`, `shop`.
Behavior3/5

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

Annotations already indicate this is a non-destructive, idempotent mutation. The description adds only that it is 'free', which is tangential. No contradiction found; the description does not significantly extend behavioral insight beyond annotations.

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?

Three concise sentences front-load the core action, add scope specifics, and provide a use case and cost. Every sentence adds value with no redundancy.

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

Completeness3/5

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

The tool has no output schema and the description does not mention return values, error behavior, or confirmation. For a creation tool with multiple parameters, this is adequate but leaves room for more context about expected results.

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 is 3. The description mentions that omitting subdomain targets the apex, but the schema already describes this. No new parameter-level information is added beyond what the schema 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 it adds a URL forwarding rule for a domain, specifies the scope (subdomain or apex), and distinguishes from sibling tools like create_dns_record or delete_url_forward by describing a specific use case (redirects without a web server).

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 when to use (redirects without a web server) but does not explicitly state when not to use or compare with alternatives. Sibling tools cover DNS records, so the context is clear but lacks explicit exclusion.

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/oborseth/Porkbun-MCP'

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