Skip to main content
Glama

linear_archiveRoadmap

DestructiveIdempotent

Archive a roadmap by providing its ID to remove it from active planning and declutter your workspace.

Instructions

Archive a roadmap

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roadmapIdYesThe ID of the roadmap to archive

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
roadmapNo
successNo

Schema Changelog

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

  1. Changed6 schema fields changedv1.4.2
    • changedOutput schema / properties / roadmap / properties / color / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • changedOutput schema / properties / roadmap / properties / creator / properties / email / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • changedOutput schema / properties / roadmap / properties / description / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • changedOutput schema / properties / roadmap / properties / owner / properties / email / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • changedOutput schema / properties / roadmap / properties / sortOrder / type
      Previous value: -"number"New value: +[
      +  "number",
      +  "null"
      +]
    • changedOutput schema / properties / roadmap / properties / url / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
  2. Changed1 schema field changedv1.4.1
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "roadmap": {
      +      "properties": {
      +        "archivedAt": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "color": {
      +          "type": "string"
      +        },
      +        "createdAt": {
      +          "type": "string"
      +        },
      +        "creator": {
      +          "properties": {
      +            "email": {
      +              "type": "string"
      +            },
      +            "id": {
      +              "type": "string"
      +            },
      +            "name": {
      +              "type": "string"
      +            }
      +          },
      +          "type": [
      +            "object",
      +            "null"
      +          ]
      +        },
      +        "description": {
      +          "type": "string"
      +        },
      +        "id": {
      +          "type": "string"
      +        },
      +        "name": {
      +          "type": "string"
      +        },
      +        "owner": {
      +          "properties": {
      +            "email": {
      +              "type": "string"
      +            },
      +            "id": {
      +              "type": "string"
      +            },
      +            "name": {
      +              "type": "string"
      +            }
      +          },
      +          "type": [
      +            "object",
      +            "null"
      +          ]
      +        },
      +        "slugId": {
      +          "type": "string"
      +        },
      +        "sortOrder": {
      +          "type": "number"
      +        },
      +        "updatedAt": {
      +          "type": "string"
      +        },
      +        "url": {
      +          "type": "string"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "success": {
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
  3. Addedv1.1.2

TDQS

B3.3/5.0
Behavior2/5

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

Annotations already mark the operation as destructive and idempotent; the description adds no behavioral context beyond the word 'archive.' It does not explain whether the roadmap is hidden from lists, irreversible, or how duplicate archives are handled, and there is no annotation contradiction.

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 words with zero filler, front-loaded with the action and object. It is the minimal concise form appropriate for a one-parameter archive operation.

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 is simple and structured data covers the parameter, output schema, and safety hints, but the description alone leaves the real-world effect of 'archive' unspecified. An agent would benefit from knowing that archived roadmaps are typically hidden and restorable via linear_unarchiveRoadmap; that context is absent.

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?

The single parameter roadmapId is fully documented in the schema, so the description need not add much. It provides no additional guidance (e.g., where to find the ID), but the schema already supplies the meaning, matching the 100% coverage baseline.

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 uses a specific verb ('Archive') and resource ('a roadmap'), unambiguously identifying the operation. It distinguishes cleanly from sibling tools like linear_getRoadmaps, linear_updateRoadmap, and linear_unarchiveRoadmap by naming the exact action and object.

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?

The description gives no guidance on when to use this tool versus alternatives. It does not mention that archived roadmaps can be restored with linear_unarchiveRoadmap or contrast with linear_updateRoadmap, so an agent is left to infer selection criteria.

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