Skip to main content
Glama

linear_updateInitiative

Idempotent

Modify an existing initiative by providing its ID and updated fields. Set new name, status, color, icon, description, content, owner, or target date.

Instructions

Update an existing initiative

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNoUpdated icon emoji
nameNoUpdated name of the initiative
colorNoUpdated color in hex format
statusNoUpdated status of the initiative
contentNoUpdated content in markdown format
ownerIdNoUpdated owner ID
targetDateNoUpdated target completion date (ISO 8601 format)
descriptionNoUpdated description of the initiative
initiativeIdYesThe ID of the initiative to update

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
urlNo
nameNo
statusNo
descriptionNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv1.4.2
    • changedOutput schema / properties / description / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • changedOutput schema / properties / url / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
  2. Changed2 schema fields changedv1.4.1
    • changedInput schema / properties / status / enum
      Previous value: -[
      -  "notStarted",
      -  "inProgress",
      -  "completed",
      -  "paused"
      -]New value: +[
      +  "Planned",
      +  "Active",
      +  "Completed"
      +]
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "description": {
      +      "type": "string"
      +    },
      +    "id": {
      +      "type": "string"
      +    },
      +    "name": {
      +      "type": "string"
      +    },
      +    "status": {
      +      "type": "string"
      +    },
      +    "url": {
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
  3. First observed

TDQS

B3.1/5.0
Behavior2/5

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

Annotations already declare idempotentHint=true, destructiveHint=false, and readOnlyHint=false, so the safety profile is covered. But the description adds nothing beyond the one-line purpose—no note about partial updates, what happens to unspecified fields, required permissions, or rate limits. With annotations present, some credit is given, but the description is semantically empty of behavioral context.

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?

A single sentence with zero waste. Every word earns its place, and the purpose is front-loaded without redundancy or filler.

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

Completeness3/5

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

The tool has an output schema and fully documented parameters, so the structured data carries much of the burden. The description is adequate for a moderate-complexity update tool but is thin—it doesn't clarify whether it patches only provided fields or replaces the whole initiative, which an agent would benefit from knowing.

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?

Schema description coverage is 100%, so all 9 parameters are documented in the schema itself. The description adds no parameter-level meaning beyond what the schema provides, matching the baseline of 3 for high-coverage schemas.

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

Purpose4/5

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

The description states a specific verb ('Update') and resource ('an existing initiative'). The purpose is clear and actionable, and among siblings like linear_createInitiative, linear_archiveInitiative, and linear_deleteInitiative, the verb distinguishes it. However, it doesn't explicitly name siblings to differentiate from, which keeps it from a 5.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus the sibling alternatives (create, archive, delete, unarchive) or on when an update is appropriate. There is no mention of prerequisites or contexts that should route an agent here.

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

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