Skip to main content
Glama

Task Master

by eyaltoledano

rules

Add or remove rule profiles from your project to customize development workflows. Specify profiles like codex, vscode, or gemini and define the project root for targeted adjustments.

Instructions

Add or remove rule profiles from the project.

Input Schema

NameRequiredDescriptionDefault
actionYesWhether to add or remove rule profiles.
forceNoDANGEROUS: Force removal even if it would leave no rule profiles. Only use if you are absolutely certain.
profilesYesList of rule profiles to add or remove (e.g., ["cursor", "roo"]). Available options: amp, claude, cline, codex, cursor, gemini, kiro, opencode, roo, trae, vscode, windsurf, zed
projectRootYesThe root directory of the project. Must be an absolute path.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Whether to add or remove rule profiles.", "enum": [ "add", "remove" ], "type": "string" }, "force": { "default": false, "description": "DANGEROUS: Force removal even if it would leave no rule profiles. Only use if you are absolutely certain.", "type": "boolean" }, "profiles": { "description": "List of rule profiles to add or remove (e.g., [\"cursor\", \"roo\"]). Available options: amp, claude, cline, codex, cursor, gemini, kiro, opencode, roo, trae, vscode, windsurf, zed", "items": { "enum": [ "amp", "claude", "cline", "codex", "cursor", "gemini", "kiro", "opencode", "roo", "trae", "vscode", "windsurf", "zed" ], "type": "string" }, "minItems": 1, "type": "array" }, "projectRoot": { "description": "The root directory of the project. Must be an absolute path.", "type": "string" } }, "required": [ "action", "profiles", "projectRoot" ], "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/eyaltoledano/claude-task-master'

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