We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Matthew-Wise/umbraco-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
comments.md•745 B
This file collects WTF moments when dealing with the management API
Data Types
There is no collection we can see for listing out the Property Editor / Property Editor Ui that is availble in Umbraco
We have to hard code this.
Have no idea what this does.. It's just returns an array with folder in it. Maybe no use for MCP
/umbraco/management/api/v1/item/media-type/folders
/umbraco/management/api/v1/member/configuration looks to return reserved property alias's might be useful for creating member types, not sure why its under members though? (Not integrated for now)
Member type
Model has variants where variants are not allowed...
Webhooks
Creation fails with a 500 if there are no events present. You can do this from the BO as well