Project Planner MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| inspectA | Scannt das aktuelle Laravel-Projekt und erfasst den IST-Zustand. Analysiert:
Fragt dann nach:
Output: project_context.json |
| planA | Erstellt Tickets basierend auf dem project_context. Analysiert:
Generiert Tickets mit:
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
| Name | Description |
|---|---|
| project:inspect | Projekt analysieren und IST/SOLL-Zustand erfassen |
| project:plan | Tickets basierend auf dem Projekt-Context generieren |
| project:export | Finale Tickets als JSON exportieren |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct phase: inspect captures the current state, plan creates tickets from that context, and export finalizes them. No overlap in purpose; they form a clear sequence.
All tool names are single-word verbs in lowercase (inspect, plan, export), following a consistent imperative style. The naming clearly indicates the action each performs.
With only 3 tools, the set is tightly scoped to the planning workflow. Each tool is necessary and the pipeline is complete without unnecessary extras.
The tools cover the entire lifecycle from analyzing the project to generating and exporting tickets. The export tool also handles confirmation/changes, closing the loop with no obvious gaps.