Skip to main content
Glama

Magento 2 Development MCP Server

by elgentos

dev-module-observer-list

List all Magento 2 module observers to identify event handlers and their configurations. Filter by specific events to analyze observer behavior and dependencies in your development environment.

Instructions

List all Magento 2 module observers

Input Schema

NameRequiredDescriptionDefault
eventNoFilter by specific event name
formatNoOutput formattable

Input Schema (JSON Schema)

{ "properties": { "event": { "description": "Filter by specific event name", "type": "string" }, "format": { "default": "table", "description": "Output format", "enum": [ "table", "json", "csv" ], "type": "string" } }, "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