create_project
Registers a new project in the Metis platform to track conversations and tasks permanently, making them available for linking and memory search.
Instructions
Register a new project in the Metis platform.
Called when a researcher confirms they want a Claude conversation or project
tracked permanently in Metis. Creates the project record in the DB so it
appears in the Work tab and is available for task linking and memory search.
Args:
title: Human-readable project name, e.g. "Statistics Course".
description: What this project is about (one sentence).
domain: Research domain, e.g. "education", "epidemiology". Optional.
source: Origin — "claude_project" (default), "claude_cowork", or "manual".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| description | No | ||
| domain | No | ||
| source | No | claude_project |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |