Skip to main content
Glama

Unleash MCP (Feature Toggle)

getProjectFeature

Retrieve detailed information about a specific feature flag within a project using the Unleash MCP Server, enabling precise management of feature toggles.

Instructions

Get detailed information about a feature flag in a specific project

Input Schema

NameRequiredDescriptionDefault
featureNameYesName of the feature flag
projectIdYesID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "featureName": { "description": "Name of the feature flag", "type": "string" }, "projectId": { "description": "ID of the project", "type": "string" } }, "required": [ "projectId", "featureName" ], "type": "object" }

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/cuongtl1992/unleash-mcp'

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