Skip to main content
Glama

initialize_project

Set up a new project structure for Task Master by creating folders, configuration files, and initializing Git. Includes options to skip dependencies, add shell aliases, and define rule profiles for AI-driven development.

Instructions

Initializes a new Task Master project structure by calling the core initialization logic. Creates necessary folders and configuration files for Task Master in the current directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addAliasesNoAdd shell aliases (tm, taskmaster) to shell config file.
initGitNoInitialize Git repository in project root.
projectRootYesThe root directory for the project. ALWAYS SET THIS TO THE PROJECT ROOT DIRECTORY. IF NOT SET, THE TOOL WILL NOT WORK.
rulesNoList of rule profiles to include at initialization. If omitted, defaults to Cursor profile only. Available options: amp, claude, cline, codex, cursor, gemini, kiro, opencode, roo, trae, vscode, windsurf, zed
skipInstallNoSkip installing dependencies automatically. Never do this unless you are sure the project is already installed.
storeTasksInGitNoStore tasks in Git (tasks.json and tasks/ directory).
yesNoSkip prompts and use default values. Always set to true for MCP tools.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool creates folders and configuration files, which implies a write/mutation operation, but doesn't mention permissions needed, whether changes are destructive to existing files, or what happens on failure. The description adds some context about what gets created but lacks important behavioral details for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately concise with two sentences that directly state the tool's purpose and what it creates. It's front-loaded with the main action and wastes no words. It could potentially be slightly more structured by mentioning the key required parameter, but overall it's efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with 7 parameters and no annotations or output schema, the description is minimally adequate. It states what the tool does but lacks important context about behavioral traits, error conditions, or what constitutes successful initialization. Given the complexity of initializing a project with multiple configuration options, more completeness would be helpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the schema already documents all 7 parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema. The baseline score of 3 reflects adequate coverage when the schema does the heavy lifting, though the description could have explained parameter interactions or initialization flow.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('initializes a new Task Master project structure') and the resources involved ('creates necessary folders and configuration files'). It distinguishes this from sibling tools like 'add_task' or 'update_task' by focusing on project setup rather than task management operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this should be used for initial project setup ('Initializes a new Task Master project structure'), but doesn't explicitly state when to use it versus alternatives or prerequisites. No guidance is provided about when NOT to use it or what happens if called on an already-initialized project.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

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/eyaltoledano/claude-task-master'

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