Skip to main content
Glama

Unleash Feature Flag MCP Server

by ylin6

getFeatureFlag

Retrieve a specific feature flag from an Unleash project to check its status and configuration. Provide the project ID and feature ID to get current flag details.

Instructions

Retrieve a specific feature flag from a project

Input Schema

NameRequiredDescriptionDefault
featureIdYes
projectIdYes

Input Schema (JSON Schema)

{ "properties": { "featureId": { "type": "string" }, "projectId": { "type": "string" } }, "required": [ "projectId", "featureId" ], "type": "object" }

Other Tools from Unleash Feature Flag 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/ylin6/unleash-ff-mcp-server'

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