import_master
Convert an existing .xlsx master to a .nsm file for use in Network Sketcher's local MCP edition. The original .xlsx is left unchanged.
Instructions
Convert an existing .xlsx master into a .nsm in the working directory.
The Local MCP edition operates on .nsm files exclusively. Use this tool
once at the start of a session to bring an existing .xlsx master under
.nsm management. The original .xlsx is left untouched.
Args:
xlsx_path: Absolute path to the source .xlsx file. The file must
exist and have an '.xlsx' extension. The path itself
may live outside the working directory.
target_name: Optional output filename. Must start with '[MASTER]'
and end with '.nsm'. If omitted, the source basename
is reused with the extension swapped to '.nsm'.
Returns:
Result message with the produced .nsm path, or an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xlsx_path | Yes | ||
| target_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |