Skip to main content
Glama
Jesse-pink-lab

ICP Control Plane MCP Server

icp_create_icrc1_token

Create an ICRC-1 fungible token on the Internet Computer by specifying its name, symbol, decimals, and initial supply.

Instructions

Get information about creating an ICRC-1 fungible token (similar to ERC-20).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decimalsNoNumber of decimals (default: 8)
token_nameYesName of the token (e.g., "My Token")
token_symbolYesSymbol of the token (e.g., "MTK")
initial_supplyNoInitial supply in smallest units
Behavior1/5

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

With no annotations, the description must clearly state the tool's behavior. It fails to disclose whether the tool modifies state, creates a token, returns documentation, or requires authentication. The description even conflicts with the tool name, creating uncertainty about its 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.

Conciseness2/5

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

The description is one sentence, which is concise, but it is so vague and contradictory that it fails the front-loading test. It lacks a clear verb and resource, making it under-specified rather than appropriately sized.

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

Completeness1/5

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

With 4 parameters, no output schema, and no annotations, the description is severely incomplete. It does not explain the tool's operation, return value, or side effects. The one-sentence description is inadequate for an agent to correctly use the tool.

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 coverage is 100%, so parameters are documented in the schema. The description adds minimal context by mentioning ICRC-1 and ERC-20 analogy, but does not clarify parameter semantics beyond the schema. Baseline 3 applies because the description neither improves nor harms parameter understanding.

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

Purpose2/5

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

The description says 'Get information about creating an ICRC-1 fungible token,' which conflicts with the tool name 'icp_create_icrc1_token' implying actual creation. The verb 'get information' is vague and does not clarify whether this tool creates a token or provides guidance. No differentiation from sibling tools is offered.

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

Usage Guidelines1/5

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

The description gives no guidance on when to use this tool versus alternatives. It does not state prerequisites, exclusions, or context for use. The only hint is 'similar to ERC-20,' which does not help an agent decide when to invoke it.

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