project
Manage and index projects for persistent memory and code intelligence, enabling semantic search, knowledge graphs, and impact analysis across tools and conversations.
Instructions
Project management. Actions: list, get, create, update, index (trigger indexing), overview, statistics, files, index_status, index_history (audit trail of indexed files), ingest_local (index local folder), team_projects (list all team projects - team plans only).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| workspace_id | No | Workspace ID (UUID). | |
| project_id | No | Project ID (UUID). | |
| name | No | Name for the resource. | |
| description | No | Short description. | |
| folder_path | No | Absolute path to the local folder. | |
| generate_editor_rules | No | Input parameter: generate editor rules. | |
| path | No | Local path to ingest | |
| overwrite | No | Allow overwriting existing files on disk. | |
| write_to_disk | No | Write ingested files to disk before indexing. | |
| force | No | Force re-index all files, bypassing version check logic | |
| machine_id | No | Filter by machine ID that indexed the files | |
| branch | No | Filter by git branch | |
| since | No | Filter files indexed after this timestamp (ISO 8601) | |
| until | No | Filter files indexed before this timestamp (ISO 8601) | |
| path_pattern | No | Filter by file path pattern (partial match) | |
| sort_by | No | Sort field (default: indexed) | |
| sort_order | No | Sort order (default: desc) | |
| page | No | Page number for pagination. | |
| page_size | No | Results per page. |