Skip to main content
Glama

Magento 2 Development MCP Server

by elgentos

cache-disable

Disable specific Magento 2 cache types to test changes and troubleshoot issues during development without clearing all cached data.

Instructions

Disable specific Magento 2 cache types

Input Schema

NameRequiredDescriptionDefault
typesYesCache types to disable

Input Schema (JSON Schema)

{ "properties": { "types": { "description": "Cache types to disable", "items": { "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "types" ], "type": "object" }

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/elgentos/magento2-dev-mcp'

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