Complete Node Configuration
complete_node_configurationComplete a node's configuration by analyzing its type definition, existing config, and column layout to fill required and recommended fields.
Instructions
Run intelligent configuration completion on a workspace node. Analyzes the node's type definition, existing config, and column layout to fill in required and recommended configuration fields.
Both creation tools call this internally, but you can invoke it separately after manual edits.
Args:
workspaceID (string, required): The workspace ID
nodeID (string, required): The node ID
repoPath (string, optional): Local repo path for type definition lookup
Returns: { nodeID, configCompletion? | configCompletionSkipped? }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeID | Yes | The node ID to configure | |
| repoPath | No | Optional path to local Coalesce repository for schema resolution | |
| workspaceID | Yes | The workspace ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeID | No | ||
| created | No | ||
| warning | No | ||
| nextSteps | No | ||
| validation | No | ||
| joinSuggestions | No | ||
| configCompletion | No | ||
| nodeTypeValidation | No | ||
| configCompletionSkipped | No |