create_project
Create a permanent project record in Metis to track research conversations and enable task 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 |