Unleash MCP (Feature Toggle)

by cuongtl1992
Verified

markFeaturesStale

Mark features as stale or active within a specified project using the Feature Toggle system. Manage feature lifecycle by updating stale status to align with project needs.

Instructions

Marks features as stale or not stale in the specified project

Input Schema

NameRequiredDescriptionDefault
featuresYes
projectIdYes
staleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "features": { "items": { "minLength": 1, "type": "string" }, "type": "array" }, "projectId": { "minLength": 1, "type": "string" }, "stale": { "type": "boolean" } }, "required": [ "projectId", "features", "stale" ], "type": "object" }
ID: u6de78ibn8