create_project_full
Creates a Metis-integrated project with a database record, CLAUDE.md, and Claude Desktop configuration to organize and manage research work.
Instructions
Create a project with full Metis integration: DB record, CLAUDE.md, Claude Desktop.
This is the unified project creation tool used by all installers and the dashboard.
Args:
title: Project name.
folder_path: Absolute path to the project folder on disk.
category: User-defined category (e.g. 'Article', 'Grant', 'Teaching').
description: What this project is about. If empty and scan_type != 'none',
auto-detected from folder.
scan_type: 'names' | 'content' | 'none' — how to infer description from folder.
link_claude_desktop_auto: Write project to Claude Desktop config automatically.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| folder_path | No | ||
| category | No | ||
| description | No | ||
| scan_type | No | names | |
| link_claude_desktop_auto | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |