Skip to main content
Glama
Jesse-pink-lab

ICP Control Plane MCP Server

icp_create_project

Create a new Internet Computer canister project in Rust or Motoko, choosing frontend for HTTP-serving or backend for stateful APIs.

Instructions

Create a new ICP canister project. Supports Rust (systems programming) or Motoko (ICP-native, easier syntax). Choose "frontend" for HTTP-serving or "backend" for stateful API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoProgramming language: "motoko" (recommended) or "rust"motoko
base_pathNoBase directory (default: current directory)
project_nameYesName of the project (will be used as folder name)
project_typeYesType of canister: "frontend" (serves HTML) or "backend" (API with state)
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits, but it only mentions language support and project type without describing side effects, prerequisites, or potential overwrites. There is no indication of what files are generated, whether existing folders are overwritten, or if external tools like dfx are required. This is a significant gap for a scaffolding tool that implicitly modifies the filesystem.

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?

The description is concise, with two sentences that front-load the core purpose ('Create a new ICP canister project') and then efficiently convey the key decisions. Every sentence contributes meaningful information, and there is no repetition or fluff.

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

Completeness3/5

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

For a 4-parameter tool with no output schema and no annotations, the description covers the essential decision points but omits details about the creation process's outcomes, such as the directory structure or next steps after creation. It is minimally viable but leaves gaps regarding what the user gets after execution, especially given that sibling tools handle subsequent steps like deploying or adding canisters.

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?

The input schema already covers all parameters with descriptions, giving a baseline of 3. The description adds value by explaining the trade-offs between languages (Rust for systems programming vs Motoko for easier syntax) and project types (frontend for HTTP-serving vs backend for stateful API), which helps the agent make more informed choices beyond the raw enum values.

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

Purpose5/5

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

The description clearly states the tool creates a new ICP canister project with the verb 'Create' and resource 'ICP canister project'. It goes beyond a tautology by specifying supported languages (Rust, Motoko) and project types (frontend/backend), which helps distinguish it from sibling tools like icp_create_canister that focus on individual canisters rather than entire projects.

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

Usage Guidelines3/5

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

The description provides implicit usage context by explaining when to choose 'frontend' (HTTP-serving) vs 'backend' (stateful API), which guides parameter selection. However, it does not explicitly mention when to use this tool over alternatives such as icp_init_dfx_project or icp_create_frontend, nor does it state any exclusions or prerequisites. This makes the guidance more about parameter semantics than tool selection, but the overall use case is reasonably inferred.

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/Jesse-pink-lab/icp-control-plane-mcp-dist'

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