Skip to main content
Glama
Coalesce-Software-Inc

coalesce-transform-mcp

Official

Complete Node Configuration

complete_node_configuration
Idempotent

Complete 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

TableJSON Schema
NameRequiredDescriptionDefault
nodeIDYesThe node ID to configure
repoPathNoOptional path to local Coalesce repository for schema resolution
workspaceIDYesThe workspace ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIDNo
createdNo
warningNo
nextStepsNo
validationNo
joinSuggestionsNo
configCompletionNo
nodeTypeValidationNo
configCompletionSkippedNo
Behavior4/5

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

Annotations already indicate idempotent, non-destructive, open world. Description adds that it analyzes type definition and existing config, and can be invoked after manual edits, implying it fills without overwriting. No contradiction.

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

Conciseness5/5

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

Two short paragraphs plus bulleted Args/Returns. Front-loaded purpose, no wasted words.

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?

Provides enough context for understanding when and how to use, including return shape. Could elaborate on 'intelligent' aspects but sufficient for typical usage.

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 covers all 3 params (100% coverage). Description adds meaningful context for 'repoPath' (type definition lookup) and includes returns section. Baseline 3 exceeded by extra clarity.

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 verb 'Run intelligent configuration completion' on a specific resource 'workspace node', and differentiates from siblings by noting that creation tools call it internally but it can be invoked separately.

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

Usage Guidelines4/5

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

Explicitly says when to use: after manual edits or as standalone. Does not list alternatives but context implies completion is handled internally by creation tools. Good but not exhaustive.

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/Coalesce-Software-Inc/coalesce-transform-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server