Skip to main content
Glama
brnbio
by brnbio

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
inspectA

Scannt das aktuelle Laravel-Projekt und erfasst den IST-Zustand.

Analysiert:

  • Models und deren Relations

  • Migrations (Datenbankstruktur)

  • Controllers und deren Methods

  • Routes

  • Vue Pages und Components

Fragt dann nach:

  • Aktueller Stand aus deiner Sicht

  • Zielzustand (was soll erreicht werden)

Output: project_context.json

planA

Erstellt Tickets basierend auf dem project_context.

Analysiert:

  • Gap zwischen IST und SOLL

  • Benötigte Änderungen an DB, Backend, Frontend

  • Dependencies zwischen Tasks

Generiert Tickets mit:

  • 4h oder 8h Schätzung

  • Labels (Backend, Frontend, Testing, Database)

  • Technische Checkliste

  • Betroffene Dateien/Pfade

Output: tickets_draft.json

exportA

Exportiert die finalen Tickets als JSON.

Zeigt nochmal die Übersicht und fragt nach Bestätigung/Änderungen.

Output: tickets_final.json im Projektverzeichnis

Prompts

Interactive templates invoked by user choice

NameDescription
project:inspectProjekt analysieren und IST/SOLL-Zustand erfassen
project:planTickets basierend auf dem Projekt-Context generieren
project:exportFinale Tickets als JSON exportieren

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/brnbio/project-planner-mcp'

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