Skip to main content
Glama

linear_createProject

Create and manage new projects in Linear, including setting names, descriptions, content, team associations, and initial states. Simplifies project setup for efficient task organization and collaboration.

Instructions

Create a new project in Linear

Input Schema

NameRequiredDescriptionDefault
contentNoContent of the project (Markdown supported)
descriptionNoShort summary of the project
nameYesName of the project
stateNoInitial state of the project (e.g., 'planned', 'started', 'paused', 'completed', 'canceled')
teamIdsYesIDs of the teams this project belongs to

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the project (Markdown supported)", "type": "string" }, "description": { "description": "Short summary of the project", "type": "string" }, "name": { "description": "Name of the project", "type": "string" }, "state": { "description": "Initial state of the project (e.g., 'planned', 'started', 'paused', 'completed', 'canceled')", "type": "string" }, "teamIds": { "description": "IDs of the teams this project belongs to", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "teamIds" ], "type": "object" }

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