Skip to main content
Glama

Bucketeer MCP Server

Official
by bucketeer-io

listFeatureFlags

Retrieve and filter feature flags from Bucketeer by environment, tags, maintainer, or search terms to manage feature rollout and configuration.

Instructions

List all feature flags in the specified environment

Input Schema

NameRequiredDescriptionDefault
archivedNoFilter by archived status
cursorNoPagination cursor for next page
environmentIdNoEnvironment ID (uses default if not provided)
maintainerNoFilter by maintainer email
orderByNoField to order by
orderDirectionNoOrder direction
pageSizeNoNumber of items per page (1-100)
searchKeywordNoSearch keyword for feature name or ID
tagsNoFilter by tags

Input Schema (JSON Schema)

{ "properties": { "archived": { "description": "Filter by archived status", "type": "boolean" }, "cursor": { "description": "Pagination cursor for next page", "type": "string" }, "environmentId": { "description": "Environment ID (uses default if not provided)", "type": "string" }, "maintainer": { "description": "Filter by maintainer email", "type": "string" }, "orderBy": { "description": "Field to order by", "enum": [ "CREATED_AT", "UPDATED_AT", "NAME" ], "type": "string" }, "orderDirection": { "description": "Order direction", "enum": [ "ASC", "DESC" ], "type": "string" }, "pageSize": { "default": 20, "description": "Number of items per page (1-100)", "type": "number" }, "searchKeyword": { "description": "Search keyword for feature name or ID", "type": "string" }, "tags": { "description": "Filter by tags", "items": { "type": "string" }, "type": "array" } }, "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