Skip to main content
Glama

init_project

Initiate a new project using bundled templates to scaffold research notebooks, live trading bots, or indicator packages.

Instructions

Create a new FLOX project from a bundled template. Thin wrapper around the canonical flox new CLI — the CLI stays the source of truth, this tool only makes it discoverable from MCP. Use when the user asks 'set up a new flox project' / 'I want to scaffold a research notebook' / 'start a live trading bot'. Three templates ship with flox-py: research (notebook + sample data + main.py), live (CCXT broker + dry-run safety harness), indicator-library (standalone indicator package with tests). Result includes the CLI output and a Next steps section with docs_search queries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_nameYesDirectory name for the new project. Created under `target_dir`. Special characters in the name become snake_case in the bundled `__PROJECT_SLUG__`.
templateYesTemplate to scaffold from. Required.
target_dirNoParent directory the project is created under. Default: current working dir.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Honest about being a thin wrapper around CLI, mentions result includes CLI output and a Next steps section. With no annotations, this is helpful, though it could mention side effects like file creation or permissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Every sentence serves a purpose: purpose, wrapper note, usage examples, template list, result structure. No fluff, well front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, usage, templates, result structure. Missing prerequisites (e.g., target_dir existence) and error handling, but overall adequate for the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds value by noting snake_case behavior for project_name. The template list is repeated, but enum already covers it. Still, the extra detail justifies a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Create a new FLOX project from a bundled template' and lists three specific templates. However, it does not explicitly differentiate from sibling tools like scaffold_strategy, so a 5 is not warranted.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit user query examples ('set up a new flox project', etc.) and notes it is a thin wrapper around CLI. Lacks when-not-to-use or alternative tool references, but gives good context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FLOX-Foundation/flox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server