Skip to main content
Glama

Qiniu MCP Server

Official
by qiniu

cdn_prefetch_urls

Submit resource URLs to trigger proactive retrieval and caching by the CDN. Enhances accessibility by storing specified resources on cache nodes in advance.

Instructions

Newly added resources are proactively retrieved by the CDN and stored on its cache nodes in advance. Users simply submit the resource URLs, and the CDN automatically triggers the prefetch process.

Input Schema

NameRequiredDescriptionDefault
urlsYesList of individual URLs to prefetch (max 60 items). Must be full URLs with protocol, e.g. 'http://example.com/file.zip'

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "urls": { "description": "List of individual URLs to prefetch (max 60 items). Must be full URLs with protocol, e.g. 'http://example.com/file.zip'", "items": { "examples": [ "https://cdn.example.com/images/photo.jpg", "http://static.example.com/downloads/app.exe" ], "format": "uri", "pattern": "^https?://", "type": "string" }, "maxItems": 60, "minItems": 1, "type": "array" } }, "required": [ "urls" ], "type": "object" }

Other Tools from Qiniu MCP Server

Related Tools

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/qiniu/qiniu-mcp-server'

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