Skip to main content
Glama

Backstage MCP Server

by PawelWaj

get_plugin_development_guide

Access detailed guidance for developing Backstage plugins, covering setup, structure, APIs, testing, deployment, and best practices to streamline plugin creation.

Instructions

Get detailed guide for developing Backstage plugins including setup, structure, and best practices

Input Schema

NameRequiredDescriptionDefault
topicNoSpecific topic to retrieve (optional)

Input Schema (JSON Schema)

{ "properties": { "topic": { "description": "Specific topic to retrieve (optional)", "enum": [ "overview", "gettingStarted", "pluginStructure", "commonPatterns", "apis", "testing", "deployment", "bestPractices" ], "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/PawelWaj/MCP'

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