Skip to main content
Glama
avansaber

SEOMonster

by avansaber

cf_bulk_redirect_upsert

DestructiveIdempotent

Create or append many redirects at once for site migrations. Validates all items locally, supports dry run, and adds asynchronously to Cloudflare.

Instructions

Create or append many redirects at once via an account-level Bulk Redirect List (for site migrations). Gated: requires SEO_MCP_ALLOW_DESTRUCTIVE=true AND a confirm value equal to list_name. Validates every item locally first and rejects the whole batch on any bad item (never half-applies); supports dry_run. Items are added asynchronously by Cloudflare.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesUp to 1000 redirect mappings.
confirmNoMust equal list_name to proceed (the high-blast-radius gate).
dry_runNoValidate + report what would be written, without writing (default false).
list_nameYesName of the Bulk Redirect List to create/append (also the confirm value). Letters, numbers, and underscores only (no hyphens), e.g. site_migration_2026.
descriptionNoOptional list description.
Behavior5/5

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

Discloses all-or-nothing validation, async addition, and dry_run support beyond what annotations provide. No contradictions with 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 sentences with no wasted words. Purpose upfront, followed by gating and behavior, then async note.

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?

Covers purpose, gating, validation, dry_run, async. Lacks description of return value or response structure, but overall adequate for a complex bulk operation.

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 description adds little beyond schema. It reinforces the confirm and list_name relationship but no new parameter details.

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 creates or appends many redirects via a bulk redirect list for site migrations. It distinguishes from siblings like cf_create_redirect (single) and cf_delete_redirect.

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

Usage Guidelines4/5

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

Provides explicit gating conditions (destructive env variable and confirm value) and mentions dry_run. Does not explicitly list alternatives, but the context implies when to use single vs bulk tools.

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/avansaber/seo-monster'

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