codemap_routine_remove_group

Remove a group reference from a routine.

routinegroupworkflow

Parameters

NameTypeRequiredDescription
routineNamestring✅ RequiredRoutine name
groupNamestring✅ RequiredGroup name to remove

Usage Examples

MCP Usage (for AI Agents like Claude)

json
{
  "name": "codemap_routine_remove_group",
  "arguments": {
    "routineName": "review",
    "groupName": "old-components"
  }
}

Example Output

JSON Response

json
{
  "success": true,
  "message": "Removed group reference"
}