WebMCP Registry

devops_clear_cache

verifiedv0.1

Clear cache layers. Simulated demo; registered by the /devops page.

Updated 7/11/2026 · Created 7/11/2026

Input Schema

{
  "type": "object",
  "required": [
    "scope"
  ],
  "properties": {
    "scope": {
      "enum": [
        "cdn",
        "application",
        "database",
        "all"
      ],
      "type": "string",
      "description": "Cache scope to clear"
    }
  }
}

Full Contract

{
  "name": "devops_clear_cache",
  "description": "Clear cache layers. Simulated demo; registered by the /devops page.",
  "inputSchema": {
    "type": "object",
    "required": [
      "scope"
    ],
    "properties": {
      "scope": {
        "enum": [
          "cdn",
          "application",
          "database",
          "all"
        ],
        "type": "string",
        "description": "Cache scope to clear"
      }
    }
  }
}

GET /api/tool/agentk.stacktr.ee/devops_clear_cache