Skip to main content
Glama

update_project_features

Idempotent

Toggle project features including modules, cycles, views, pages, intakes, and work item types to customize your workspace.

Instructions

Update features of a project.

Args: workspace_slug: The workspace slug identifier project_id: UUID of the project modules: Enable/disable modules feature cycles: Enable/disable cycles feature views: Enable/disable views feature pages: Enable/disable pages feature intakes: Enable/disable intakes feature work_item_types: Enable/disable work item types feature

Returns: Updated ProjectFeature object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pagesNo
viewsNo
cyclesNo
intakesNo
modulesNo
project_idYes
work_item_typesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
epicsNo
pagesNo
viewsNo
cyclesNo
intakesNo
modulesNo
workflowsNo
parallel_cyclesNo
project_updatesNo
work_item_typesNo
Behavior3/5

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

Annotations already indicate idempotentHint=true and destructiveHint=false, and the description adds little beyond confirming update behavior. No contradictions, but the description does not enrich understanding of side effects or safety beyond annotations.

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

Conciseness5/5

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

The description is succinct with clear Args and Returns sections, every sentence adds value, and it is front-loaded with the main verb and resource.

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?

While the output schema exists and parameters are described, the description claims a workspace_slug parameter that is absent from the input schema, indicating a mismatch. No guidance on authentication, rate limits, or prerequisites, making it incomplete for a mutation tool with boolean toggles.

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

Parameters4/5

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

Schema coverage is 0%, but the description explains each parameter with a brief purpose (e.g., 'modules: Enable/disable modules feature'), adding meaning that the schema (types only) does not provide. However, workspace_slug is listed in the description but missing from the input schema, causing confusion.

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 'Update features of a project' and lists specific feature toggles (modules, cycles, etc.), distinguishing it from sibling tools like update_project (project metadata) and update_workspace_features (workspace-level).

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

Usage Guidelines3/5

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

The description implies usage for enabling/disabling project features but does not explicitly state when to use vs alternatives, nor provides prerequisites or exclusions. It is adequate but lacks explicit guidance.

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/Bl4nk44/plane-ce-mcp'

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