Skip to main content
Glama
rsp2k
by rsp2k

setup_cdn_for_website

Configure a CDN zone with security features and compression to accelerate website delivery across global or specific regions.

Instructions

Set up a CDN zone with optimal settings for a website.

Args: origin_domain: Origin domain for the website enable_security: Enable bot blocking and security features enable_compression: Enable gzip compression regions: List of regions to enable (if not specified, uses global)

Returns: Created CDN zone with setup details and next steps

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
origin_domainYes
enable_securityNo
enable_compressionNo
regionsNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions 'optimal settings' but doesn't explain what that entails, whether this is a creation or configuration operation, what permissions are required, if it's idempotent, or what happens on failure. For a setup tool with zero annotation coverage, this leaves critical behavioral aspects undisclosed.

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 well-structured and appropriately sized. It starts with the core purpose, then lists parameters with brief semantics, and ends with return information. Each sentence serves a clear purpose with minimal fluff, though the parameter explanations could be slightly more detailed given the 0% schema coverage.

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?

Given the complexity (a setup operation with 4 parameters), no annotations, and no output schema, the description is moderately complete. It covers the purpose and parameters but lacks behavioral context, error handling, and detailed return value explanation. For a tool that likely involves configuration changes, more completeness would be beneficial to guide the agent effectively.

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 0%, so the description must compensate. It lists all 4 parameters with brief explanations (e.g., 'origin_domain: Origin domain for the website'), adding meaning beyond the bare schema. However, it doesn't provide format details, constraints, or examples (e.g., valid region values), leaving some ambiguity. The description adds value but doesn't fully bridge the coverage gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Set up a CDN zone with optimal settings for a website.' It specifies the verb ('set up'), resource ('CDN zone'), and scope ('for a website'), making the action clear. However, it doesn't explicitly differentiate from sibling tools like 'create_cdn_zone' or 'setup_website', which could cause confusion.

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?

The description provides no guidance on when to use this tool versus alternatives. With many sibling tools like 'create_cdn_zone', 'update_cdn_zone', and 'setup_website', there's no indication of prerequisites, when this is the appropriate choice, or what makes it different from similar tools. The absence of usage context leaves the agent guessing.

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/rsp2k/mcp-vultr'

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