Skip to main content
Glama

Qiniu MCP Server

Official
by qiniu

cdn_refresh

Expire cached resources on CDN nodes to fetch the latest versions from the origin server. Specify exact URLs or directory patterns for refreshing, ensuring updated content delivery.

Instructions

This function marks resources cached on CDN nodes as expired. When users access these resources again, the CDN nodes will fetch the latest version from the origin server and store them anew.

Input Schema

NameRequiredDescriptionDefault
dirsNoList of directory patterns to refresh (max 10 items). Must end with '/' or '/*' to indicate directory scope
urlsNoList of exact URLs to refresh (max 60 items). Must be full URLs with protocol, e.g. 'http://example.com/path/page.html'

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "dirs": { "description": "List of directory patterns to refresh (max 10 items). Must end with '/' or '/*' to indicate directory scope", "items": { "examples": [ "http://bar.foo.com/dir/", "http://bar.foo.com/images/*" ], "pattern": "^https?://.*/(\\*|$)", "type": "string" }, "maxItems": 10, "type": "array" }, "urls": { "description": "List of exact URLs to refresh (max 60 items). Must be full URLs with protocol, e.g. 'http://example.com/path/page.html'", "items": { "examples": [ "http://bar.foo.com/index.html" ], "format": "uri", "pattern": "^https?://", "type": "string" }, "maxItems": 60, "type": "array" } }, "type": "object" }
Install Server

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