Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

create_conversation_starters

Generate tailored conversation starters from project context to enhance AI understanding, based on project path, analysis ID, and customizable task options.

Instructions

Create conversation starters to help AI understand project context quickly

Input Schema

NameRequiredDescriptionDefault
analysisIdNoAnalysis ID from analyze_codebase_deeply
customTasksNoCustom quick tasks to include
includeCurrentWorkNoInclude recent git commits
includeQuickTasksNoInclude common quick tasks section
projectPathYesPath to the project directory
tokenLimitNoMaximum tokens for the file

Input Schema (JSON Schema)

{ "properties": { "analysisId": { "description": "Analysis ID from analyze_codebase_deeply", "type": "string" }, "customTasks": { "description": "Custom quick tasks to include", "items": { "type": "string" }, "type": "array" }, "includeCurrentWork": { "description": "Include recent git commits", "type": "boolean" }, "includeQuickTasks": { "description": "Include common quick tasks section", "type": "boolean" }, "projectPath": { "description": "Path to the project directory", "type": "string" }, "tokenLimit": { "description": "Maximum tokens for the file", "type": "number" } }, "required": [ "projectPath" ], "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/bswa006/mcp-context-manager'

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