Skip to main content
Glama
Jesse-pink-lab

ICP Control Plane MCP Server

icp_init_dfx_project

Initialize a new DFX project for the Internet Computer, creating dfx.json and folder structure with customizable canisters and base path.

Instructions

Initialize a new dfx project with customizable configuration. Creates dfx.json and folder structure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
base_pathNoBase directory (default: current directory)
canistersNoInitial canisters to define
project_nameYesName of the project
Behavior2/5

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

With no annotations, the description carries the burden of disclosure. It only states that it creates dfx.json and folder structure, but does not mention behavior around existing files, permissions, reversibility, or other side effects.

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 two short, front-loaded sentences. Every word earns its place, efficiently conveying the core action and what gets created.

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

Completeness2/5

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

For a tool with no annotations and no output schema, the description lacks important context. It doesn't explain when to use this tool instead of sibling tools, what 'customizable configuration' entails, or how the complex 'canisters' parameter behaves. This leaves an agent uncertain about side effects and expected outcomes.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds the phrase 'customizable configuration', but this is vague and doesn't provide additional meaning beyond what the schema already details for each parameter.

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?

The description clearly states the verb 'Initialize' and the resource 'dfx project', and explains it creates dfx.json and folder structure. However, it does not explicitly distinguish this from sibling tools like icp_create_project, so it falls short of a 5.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It implies use for new projects, but lacks explicit exclusions or mention of sibling tools that perform related tasks.

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