# Feature flags

Source: https://docs.elnora.ai/docs/mcp/flags
Last modified: 2026-09-08T22:35:25-06:00

> Read feature flags.

Read feature flags.

## elnora_flags_get

Get a feature flag by key

*Read-only · Idempotent*

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `key` | any | yes | Feature flag key |

## elnora_flags_list

List all feature flags

*Read-only · Idempotent*

_No parameters._

## elnora_flags_set

Set a feature flag value

*Idempotent*

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `key` | any | yes | Feature flag key |
| `value` | any | yes | Flag value |
| `yes` | any | yes | Skip confirmation |
