Skip to main content
Glama

create_initiative

Creates a new initiative in the Plane workspace, setting its name, description, dates, state, lead, and logo. Returns the created initiative object.

Instructions

Create a new initiative in the workspace.

Args: name: Initiative name description_html: HTML description of the initiative start_date: Initiative start date (ISO 8601 format) end_date: Initiative end date (ISO 8601 format) logo_props: Logo properties dictionary state: Initiative state (DRAFT, PLANNED, ACTIVE, COMPLETED, CLOSED) lead: UUID of the user who leads the initiative

Returns: Created Initiative object

Raises: ToolError: if the workspace's initiatives feature is disabled. Native initiatives require the feature to be enabled in workspace settings. When disabled, create an "Initiative" work item instead — the error message gives the exact steps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
leadNo
nameYes
stateNo
end_dateNo
logo_propsNo
start_dateNo
description_htmlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
leadNo
nameYes
stateNo
end_dateNo
workspaceYes
created_atNo
deleted_atNo
logo_propsYes
start_dateNo
updated_atNo
descriptionNo
description_htmlNo
description_binaryNo
description_strippedNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the ToolError condition for disabled features and the fallback action, and mentions the return value. However, it doesn't specify permission requirements or other side effects beyond creation.

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 well-structured with a one-sentence summary followed by Args, Returns, and Raises sections. There is no redundant or extraneous information; each section serves a clear purpose.

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?

Despite 7 parameters and no annotations, the description covers parameters, return value, and a critical error case with fallback steps. The output schema exists, so return details are not needed. Minor gaps include uniqueness constraints or state transition rules, but the description is largely complete.

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 description coverage is 0%, but the description adds meaning for all 7 parameters: ISO 8601 for dates, dictionary for logo_props, enumerated states, UUID for lead, and HTML format for description. This significantly enhances the raw schema types.

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 'Create a new initiative in the workspace' with a specific verb and resource. It distinguishes itself from sibling tools like update_initiative or delete_initiative by explicitly indicating creation.

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

Usage Guidelines5/5

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

The Raises section provides an explicit alternative: when the feature is disabled, it tells the agent to create a 'Initiative' work item instead. This gives clear when-to-use and when-not-to-use guidance, including a fallback.

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/leigangzhang/plane-mcp-server-adapter'

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