Skip to main content
Glama

Gemini MCP

by emmron

mcp__gemini__planner_pro

Plan projects with templates, detect dependencies, and track progress using interactive tools for software or other project types. Ideal for teams of any size and complexity levels.

Instructions

Interactive project planning with templates, dependency detection, and progress tracking

Input Schema

NameRequiredDescriptionDefault
complexityNoProject complexitymedium
project_descriptionYesProject description
project_typeNoProject typesoftware
team_sizeNoTeam size
timelineNoTarget timeline

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "complexity": { "default": "medium", "description": "Project complexity", "type": "string" }, "project_description": { "description": "Project description", "type": "string" }, "project_type": { "default": "software", "description": "Project type", "type": "string" }, "team_size": { "default": 1, "description": "Team size", "type": "number" }, "timeline": { "description": "Target timeline", "type": "string" } }, "required": [ "project_description" ], "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/emmron/gemini-mcp'

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