Skip to main content
Glama

Unleash MCP (Feature Toggle)

getProjectFeatures

Retrieve all feature toggles for a specific project from Unleash MCP, enabling centralized management and visibility of feature configurations.

Instructions

Get all features for a specific project from the Unleash repository

Input Schema

NameRequiredDescriptionDefault
projectIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "minLength": 1, "type": "string" } }, "required": [ "projectId" ], "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