Skip to main content
Glama

Bucketeer MCP Server

Official
by bucketeer-io

updateFeatureFlag

Modify an existing feature flag's properties including name, description, tags, enabled status, and archived state while maintaining an audit trail with required comments.

Instructions

Update an existing feature flag

Input Schema

NameRequiredDescriptionDefault
archivedNoArchive or unarchive the feature flag
commentYesComment for the update (required for audit trail)
descriptionNoNew description for the feature flag
enabledNoEnable or disable the feature flag
environmentIdNoEnvironment ID (uses default if not provided)
idYesThe ID of the feature flag to update
nameNoNew name for the feature flag
tagsNoNew tags for the feature flag

Input Schema (JSON Schema)

{ "properties": { "archived": { "description": "Archive or unarchive the feature flag", "type": "boolean" }, "comment": { "description": "Comment for the update (required for audit trail)", "type": "string" }, "description": { "description": "New description for the feature flag", "type": "string" }, "enabled": { "description": "Enable or disable the feature flag", "type": "boolean" }, "environmentId": { "description": "Environment ID (uses default if not provided)", "type": "string" }, "id": { "description": "The ID of the feature flag to update", "type": "string" }, "name": { "description": "New name for the feature flag", "type": "string" }, "tags": { "description": "New tags for the feature flag", "items": { "type": "string" }, "type": "array" } }, "required": [ "id", "comment" ], "type": "object" }

Other Tools from Bucketeer MCP Server

Related Tools

    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/bucketeer-io/bucketeer-mcp'

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