Skip to main content
Glama
kostia-egik

geomwright

by kostia-egik

relink_file_from_map_to_output

Apply relinks from a mapping file to a copied assembly, saving the updated assembly to the output path.

Instructions

Apply relinks from an explicit mapping file to a copied assembly through KOMPAS itself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_pathYes
mapping_pathYes
assembly_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden. It adds one behavioral detail: the operation happens 'through KOMPAS itself,' implying a real application operation. But it does not disclose side effects, file modifications, prerequisites, whether the assembly is saved, or what happens to the output path.

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

Conciseness4/5

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

The description is a single, direct sentence with no filler words. It is efficient and readable, though it is compact to the point of under-specification, so it does not fully earn a 5.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with three required path parameters, no annotations, no output schema, zero schema descriptions, and many closely related sibling tools, a one-sentence description is inadequate. An agent cannot reliably determine what assembly_path and output_path should be, what distinct role this tool plays, or what response to expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It gives meaning to mapping_path via 'mapping file' and loosely suggests a destination via 'copied assembly,' but it leaves assembly_path and output_path ambiguous and does not clarify their relationship or expected formats.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Apply relinks'), a resource ('a copied assembly'), and a source ('an explicit mapping file'), so an agent can tell what the tool operates on. It does not explicitly differentiate it from the many sibling relink tools, so it stops short of a 5.

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

Usage Guidelines3/5

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

The description implies when to use the tool: when relinks come from an explicit mapping file and are applied to a copied assembly. However, it gives no explicit alternatives, when-not-to-use conditions, or comparison with sibling tools such as relink_from_map, preview_relink_map_paths, or apply_file_relink_paths.

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

Deploy Server

Other Tools