Skip to main content
Glama

Bucketeer MCP Server

Official
by bucketeer-io

archiveFeatureFlag

Deactivate a feature flag in Bucketeer by archiving it with a required comment for audit trail purposes.

Instructions

Archive a feature flag (make it inactive)

Input Schema

NameRequiredDescriptionDefault
commentYesComment for the archive action (required for audit trail)
environmentIdNoEnvironment ID (uses default if not provided)
idYesThe ID of the feature flag to archive

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Comment for the archive action (required for audit trail)", "type": "string" }, "environmentId": { "description": "Environment ID (uses default if not provided)", "type": "string" }, "id": { "description": "The ID of the feature flag to archive", "type": "string" } }, "required": [ "id", "comment" ], "type": "object" }

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

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