Skip to main content
Glama

create_initiative

Create a new initiative in your workspace by specifying name, dates, state, and lead. The initiatives feature must be enabled in workspace settings.

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?

Annotations already indicate this is a write operation (readOnlyHint: false) and not destructive (destructiveHint: false). The description adds valuable context about the ToolError when the feature is disabled, which is behavioral beyond annotations. No contradictions.

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-organized with a one-line summary, then Args, Returns, and Raises sections. It is concise—every sentence adds necessary information without redundancy. No extraneous text.

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

Completeness5/5

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

Given the tool's complexity (7 parameters, feature flag dependency, output schema exists), the description covers all necessary usage aspects: creation, parameter explanation, return value, error handling, and fallback. No gaps identified.

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

Parameters5/5

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

The input schema has 0% description coverage, but the description provides clear, concise explanations for all 7 parameters in the Args section. Each parameter's meaning and format (e.g., ISO 8601 for dates, enum values for state) are described, adding significant value beyond the raw 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?

Clearly states 'Create a new initiative in the workspace.' and distinguishes from sibling tools like list_initiatives, retrieve_initiative, etc., by specifying the creation action. The description also includes a fallback behavior when the feature is disabled, further clarifying its unique role.

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?

Explicitly describes when to use this tool and when not to: if the workspace's initiatives feature is disabled, the agent should instead create an 'Initiative' work item. The error message is said to contain exact steps, providing clear guidance on alternative actions.

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