Back to MCP catalog
project_create

Create a research project to group related strategies under one thesis with a shared scratchpad.

Area

Projects

Group

Projects

Access

Write

Risk

May change server state

Details

Full description

Create a research project — use FIRST when starting a new research effort. Projects group related strategies under one thesis and provide a shared scratchpad, so pick or create a project before any strategy work.

Pass the returned project_id to builder_create so strategies link to the project. Record findings with project_write_scratchpad as you iterate, and read them back with project_get_scratchpad in a later session to resume where you left off.

Paramsname (short, list-identifiable, e.g. "RSI mean revert"); description (optional thesis or research question).

project = project_create(name="Mean reversion ideas", description="Do RSI dips revert on liquid ETFs?")
builder_create(name="RSI 14 oversold", symbols=["SPY"], project_id=project.project_id)

Raises UNAUTHORIZED if the caller's tier doesn't include research_projects, or VALIDATION_ERROR if not authenticated.

Capabilities

Bounded options and operating modes surfaced above the full JSON schema.

No bounded capability options are declared for this tool.

Required Inputs

namestringProject name

Optional Inputs

descriptionanyOf (2 variants)Thesis description
Quawd

A subscription SaaS platform for designing, backtesting, and paper-trading algorithmic trading strategies on equities and crypto — described in plain English to an AI agent, no code required.

© 2026 Quawd. All rights reserved.

Quawd is a software tool, not a broker-dealer or investment adviser, and does not provide investment advice. Trading involves substantial risk of loss. Backtested and hypothetical results have inherent limitations and are not indicative of future performance.