Skip to main content
MCP tools are grouped by workflow. Tool names are stable enough for client configuration and prompting, but clients should still read each tool schema at runtime.

Read-only and mutating tools

Read-only tools inspect state or search supported inputs. Mutating tools create, edit, deploy, or stop resources in the authenticated account. Use MCP only in clients you trust with account access. Ask your MCP client to confirm mutating calls before execution, and do not approve deploy or stop actions unless you initiated them. This is especially important for build_blueprint, deploy_blueprint, and stop_blueprint.

Blueprint management

Blueprint editing

Live controls

  1. Call list_blueprints or create_blueprint.
  2. Call get_blueprint_state before editing an existing blueprint.
  3. Call describe_node_types when the client needs available building blocks.
  4. Use editing tools to make the change.
  5. Call validate_blueprint.
  6. Review the result before calling deploy_blueprint.

Prompting pattern

For safer edits, ask the client to separate planning from execution:
For deployment: