Skip to main content
Glama

list_feature_flags

Retrieve global feature flags that apply to all projects. Use glob patterns to filter specific flags like 'workflow*'.

Instructions

List global feature flags.

Returns flags set globally (apply to all projects). Supports glob pattern filtering.

Arguments

  • feature_name: any

    • Glob pattern to filter flags (e.g., 'workflow*', 'content-*'). Returns matching flags as dict. Exact match returns single value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYesArguments for list_feature_flags tool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description is the sole source. It explains the return format (dict for multiple, single value for exact match) but omits details like empty result behavior, idempotency, or error cases. Adequate for a simple read tool.

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 concise with two sentences and a bullet list. The bullet list is somewhat redundant with the schema, but the overall structure is clear and front-loaded.

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

Completeness4/5

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

Given the tool's simplicity (one optional parameter, list operation), the description covers the essential behavior and return format. An output schema exists to detail the return structure, so completeness is satisfactory.

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?

The description's parameter explanation repeats the schema description exactly. Since schema coverage is 100%, the baseline is 3, and the description adds no new semantic value beyond the schema.

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

Purpose5/5

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

The description clearly states it lists global feature flags, specifying the scope (global, apply to all projects) and supports glob pattern filtering. This distinguishes it from siblings like list_project_flags.

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

Usage Guidelines4/5

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

The description indicates the tool is for global flags and supports glob filtering, implying use cases. However, it does not explicitly state when not to use it or directly reference alternatives, though sibling list_project_flags exists.

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/deeprave/mcp-guide'

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