update_project
Modify project details like title, description, slug, or color in the Clink MCP Server to keep project information current and accurate.
Instructions
Update a project's title, description, slug, or color.
Args:
project_id: The project ID
title: New title (optional)
description: New description (optional)
slug: New slug (optional)
color: New hex color (optional, e.g., "#3B82F6")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| title | No | ||
| description | No | ||
| slug | No | ||
| color | No |