Skip to main content
Glama

Create Feature Flag

lyzr_create_feature_flag

Create a new feature flag to control feature visibility and access across environments, plans, and roles.

Instructions

Create a new feature flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesUnique flag key
urlYesURL/route this flag gates
is_visibleNoWhether the flag is visible (default false)
descriptionYesHuman-readable description
is_accessibleNoWhether the flag is accessible (default false)
enabled_for_envsNoEnvironments this is enabled for, or null for all envs
enabled_for_plansNoPlans this is enabled for, or null for all plans
enabled_for_rolesNoRoles this is enabled for, or null for all roles
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds no behavioral traits beyond what annotations already indicate. While annotations show this is a non-readOnly, non-destructive operation, the description does not mention side effects, uniqueness constraints on the flag key, or any error conditions. It simply restates the title.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no wasted words, making it extremely concise and front-loaded. It conveys the core purpose clearly, though it borders on being too sparse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 8 parameters, no output schema, and minimal annotations, the description is insufficiently complete. It does not explain what the tool returns, what happens on duplicate keys, or any behavioral details. The rich schema offsets some gaps, but the description itself adds very little context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% (all 8 parameters have descriptions in the schema), so the baseline is 3. The description itself provides no parameter-specific semantics, but it does not need to compensate for missing schema info.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create a new feature flag' uses a specific verb and identifies the resource (feature flag). It distinguishes itself from sibling tools like update/delete/get feature flags by indicating the create operation, though it does not add additional scope or context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives such as update_feature_flag or list_feature_flags. The only implied usage is the verb 'create,' which is minimal and does not cover prerequisites, exclusions, or common use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/nandanNM/lyzr-mcp'

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