Skip to main content
Glama

build_plan

Generate a step-by-step, copy-pasteable runbook for an Avalanche operation — Builder Console (no-code) path plus the equivalent platform-cli / SDK / interchain-kit commands. Read-only: never signs. operation: create-l1 (launch an L1); use ictt or interchain-kit for any CROSS-CHAIN / interoperability work — bridging tokens, sending cross-chain (ICM / Teleporter / Warp) messages, or connecting your L1 to C-Chain or other L1s (interchain-kit also lets you iterate locally first); validator-manager; staking; transfer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNotransfer: destination address (transferKind=send)
vmNocreate-l1: VM type (default: subnet-evm)
nameNocreate-l1: L1 name (default: myL1)
typeNovalidator-manager: manager type (alias of validatorManager)
stakeNostaking: stake amount
tokenNoictt: token contract address (or "native")
amountNotransfer: amount
nodeIdNostaking: NodeID-…
chainIdNocreate-l1: EVM chain ID
exampleNointerchain-kit: which example to run
networkNoTarget network (default: fuji)
durationNostaking: staking period (e.g. 336h)
homeChainNoictt: home chain (where the token originates)
operationYesWhich runbook to generate
tokenTypeNoictt: token type (default: erc20)
remoteChainNoictt: destination chain (required for operation=ictt)
tokenSymbolNocreate-l1: native token symbol
transferKindNotransfer: kind (default: send)
validatorManagerNocreate-l1 / validator-manager: model (default: poa)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description bears full responsibility. It declares 'Read-only: never signs' clearly, but does not elaborate on potential side effects or dependencies. The behavioral trait is well-captured, but lacks depth.

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

Conciseness3/5

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

The description is a dense single paragraph containing all instructions. While every sentence adds value, it could be better structured (e.g., bullet points) to improve readability for agents.

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?

Given the tool's complexity (19 parameters, 6 operations, no output schema), the description covers usage context, parameter grouping, and important caveats. However, it does not describe the return format or contents of the runbook.

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%, so the baseline is 3. The description adds value by grouping parameters per operation and clarifying usage (e.g., 'transfer: destination address'). It enriches context beyond schema descriptions.

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 generates step-by-step runbooks for specific Avalanche operations, distinguishing itself by listing the covered operations and explicitly directing cross-chain work to sibling tools.

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

Usage Guidelines5/5

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

The description explicitly states when to use each operation, provides alternatives like ictt or interchain-kit for cross-chain tasks, and notes the tool is read-only (never signs).

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.