Skip to main content
Glama

save_initiative

Create a new initiative or update an existing one by providing its ID, name, status, owner, and other details. Manage initiatives with statuses like Planned, Active, or Completed.

Instructions

Create or update an initiative.

Pass id to update; omit to create. Status is one of Planned, Active, Completed (string, not enum) per Linear's API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
iconNo
nameNo
colorNo
statusNo
contentNo
owner_idNo
workspaceNo
descriptionNo
target_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It only discloses the create/update behavior and the status type. It does not mention any side effects, permissions, rate limits, or the output format, leaving significant behavioral gaps.

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 three sentences long, front-loads the main purpose, and contains no unnecessary words. It is efficient and to the point.

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 10 optional parameters, no schema descriptions, and no annotations, the description is too minimal. It does not explain most parameters, output structure, or constraints. Context signals indicate complexity, and the description does not adequately address it.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only explains the 'status' parameter values. The other 9 parameters (e.g., icon, color, content, owner_id) are not described, leaving their meaning and usage unclear.

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 the verb 'Create or update' and the resource 'initiative'. It distinguishes from sibling tools by being the only tool for creating/updating initiatives, and explains the role of the 'id' parameter for update vs create.

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?

Provides clear guidance: pass 'id' to update, omit to create. Also clarifies that status is a string, not an enum, which helps with correct input. However, it does not explicitly mention when not to use this tool or alternatives.

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/adelaidasofia/linear-mcp'

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