Skip to main content
Glama

Gemini CLI MCP Server

by orzcls

brainstorm

Facilitates structured brainstorming using frameworks like SCAMPER and Design Thinking. Integrates domain context, clusters ideas, and assesses feasibility for creative problem-solving.

Instructions

Generate novel ideas with dynamic context gathering. --> Creative frameworks (SCAMPER, Design Thinking, etc.), domain context integration, idea clustering, feasibility analysis, and iterative refinement.

Input Schema

NameRequiredDescriptionDefault
constraintsNoKnown limitations, requirements, or boundaries (budget, time, technical, legal, etc.)
domainNoDomain context for specialized brainstorming (e.g., 'software', 'business', 'creative', 'research', 'product', 'marketing')
existingContextNoBackground information, previous attempts, or current state to build upon
ideaCountNoTarget number of ideas to generate (default: 10-15)
includeAnalysisNoInclude feasibility, impact, and implementation analysis for generated ideas
methodologyNoBrainstorming framework: 'divergent' (generate many ideas), 'convergent' (refine existing), 'scamper' (systematic triggers), 'design-thinking' (human-centered), 'lateral' (unexpected connections), 'auto' (AI selects best)auto
modelNoOptional model to use (e.g., 'gemini-2.5-flash'). If not specified, uses the default model (gemini-2.5-pro).
powershellPathNoOptional custom PowerShell executable path (e.g., 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe' or 'pwsh'). If not specified, auto-detects available PowerShell.
promptYesPrimary brainstorming challenge or question to explore

Input Schema (JSON Schema)

{ "properties": { "constraints": { "description": "Known limitations, requirements, or boundaries (budget, time, technical, legal, etc.)", "type": "string" }, "domain": { "description": "Domain context for specialized brainstorming (e.g., 'software', 'business', 'creative', 'research', 'product', 'marketing')", "type": "string" }, "existingContext": { "description": "Background information, previous attempts, or current state to build upon", "type": "string" }, "ideaCount": { "default": 12, "description": "Target number of ideas to generate (default: 10-15)", "exclusiveMinimum": 0, "type": "integer" }, "includeAnalysis": { "default": true, "description": "Include feasibility, impact, and implementation analysis for generated ideas", "type": "boolean" }, "methodology": { "default": "auto", "description": "Brainstorming framework: 'divergent' (generate many ideas), 'convergent' (refine existing), 'scamper' (systematic triggers), 'design-thinking' (human-centered), 'lateral' (unexpected connections), 'auto' (AI selects best)", "enum": [ "divergent", "convergent", "scamper", "design-thinking", "lateral", "auto" ], "type": "string" }, "model": { "description": "Optional model to use (e.g., 'gemini-2.5-flash'). If not specified, uses the default model (gemini-2.5-pro).", "type": "string" }, "powershellPath": { "description": "Optional custom PowerShell executable path (e.g., 'C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe' or 'pwsh'). If not specified, auto-detects available PowerShell.", "type": "string" }, "prompt": { "description": "Primary brainstorming challenge or question to explore", "minLength": 1, "type": "string" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from Gemini CLI MCP Server

Related Tools

    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/orzcls/gemini-mcp-tool-windows-fixed'

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