Skip to main content
Glama

catia_resolve_reference

Read-only

Resolve a reference token to see the exact element name, type, and position before using it in a modeling call, so you can verify you are targeting the correct edge or face.

Instructions

Check what a reference token actually points at before you use it in a modelling call. Returns the resolved element's name, type and - for topology - its measured position, so you can confirm you are about to fillet the right edge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYesReference token, e.g. 'xy', 'name:Pad.1', 'face#3', 'edge@10,0,5'. See catia_reference_help.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds useful behavioral detail by specifying the return values (name, type, measured position for topology), which goes beyond the schema. 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 sentences with zero fluff. The purpose and output are front-loaded, and every word contributes to understanding when and why to use the tool.

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

Completeness5/5

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

Complete for a single-parameter read-only tool. The description explains what it returns, the schema covers the input, and annotations cover safety. No missing information for correct invocation.

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

Parameters3/5

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

Schema coverage is 100% with a detailed description of the 'token' parameter including examples. The tool description adds no additional parameter meaning beyond what the schema already provides, so baseline 3 applies.

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 states a specific verb ('Check') and resource ('what a reference token actually points at'), and specifies the return content (name, type, position). It clearly differentiates from siblings like catia_reference_help by focusing on resolution before modelling calls.

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 to use it 'before you use it in a modelling call', giving clear context. It doesn't name exclusions or alternatives, but the timing is unambiguous and sufficient for typical usage.

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