Skip to main content
Glama
olgasafonova

productplan-mcp-server

manage_launch_task

Destructive

Create, update, or delete launch tasks. Add tasks with name and section, mark complete, assign to users, or remove tasks by ID.

Instructions

Create, update, or delete a launch task.

USE WHEN: "Add task", "Mark complete", "Assign task", "Delete task" Actions: create (name+section_id), update (task_id), delete (task_id) Returns the created/updated task object, or confirmation on delete. FAILS WHEN: create without name or section_id, update/delete without task_id (get IDs from get_launch_tasks). Use list_users to get valid assigned_user_id values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoTask name
actionYescreate, update, or delete
statusNoTask status
task_idNoTask ID (for update/delete)
due_dateNoYYYY-MM-DD
launch_idYesLaunch ID
section_idNoSection ID (for create)
descriptionNoTask description
assigned_user_idNoUser ID to assign (get from list_users)
Behavior4/5

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

The description conveys the mutation behavior beyond the destructiveHint annotation. It specifies return values (created/updated task object or confirmation) and notes failure conditions. This adds useful context for the agent, though it does not detail permissions or reversibility.

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 concise and well-structured with clear sections (USE WHEN, Actions, Returns, FAILS WHEN). Every sentence is purposeful and provides essential information without redundancy. It is front-loaded with the main purpose.

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

Completeness4/5

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

Given the complexity (9 parameters, no output schema), the description covers return values, failure conditions, and cross-tool references. It could mention that launch_id is always required, but overall it provides sufficient context for effective use.

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

Parameters4/5

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

With 100% schema coverage, the baseline is 3. The description adds extra meaning by specifying parameter requirements per action (e.g., name+section_id for create, task_id for update/delete) and referencing external data sources for IDs. This clarifies parameter usage beyond the 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?

The description clearly states the tool creates, updates, or deletes launch tasks. It uses specific verbs (create, update, delete) and identifies the resource (launch task). This distinguishes it from sibling tools like get_launch_tasks, which are read-only.

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?

The description includes 'USE WHEN' examples and actions, providing clear context for when to use the tool. It also explains failure conditions and references other tools (get_launch_tasks, list_users) for obtaining required IDs, helping the agent decide when to use this tool versus 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/olgasafonova/productplan-mcp-server'

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