Skip to main content
Glama

Backstage MCP Server

by PawelWaj

get_plugin_scaffold_template

Generate a plugin scaffold template for Backstage with specified type, name, and optional features to accelerate plugin development.

Instructions

Generate a plugin scaffold template with specified configuration

Input Schema

NameRequiredDescriptionDefault
featuresNoFeatures to include in the plugin
pluginNameYesName of the plugin
pluginTypeYesType of plugin to scaffold

Input Schema (JSON Schema)

{ "properties": { "features": { "description": "Features to include in the plugin", "items": { "enum": [ "routing", "api-client", "entity-provider", "scaffolder-action", "search-collator" ], "type": "string" }, "type": "array" }, "pluginName": { "description": "Name of the plugin", "type": "string" }, "pluginType": { "description": "Type of plugin to scaffold", "enum": [ "frontend", "backend", "fullstack", "common" ], "type": "string" } }, "required": [ "pluginType", "pluginName" ], "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/PawelWaj/MCP'

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