Skip to main content
Glama

Magento 2 Development MCP Server

by elgentos

cache-view

View specific cache entries in Magento 2 to inspect stored data and troubleshoot caching issues by providing the cache key.

Instructions

Inspect specific cache entries in Magento 2

Input Schema

NameRequiredDescriptionDefault
keyYesCache key to inspect
typeNoCache type (optional)

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Cache key to inspect", "type": "string" }, "type": { "description": "Cache type (optional)", "type": "string" } }, "required": [ "key" ], "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