Skip to main content
Glama

catia_list_relations

Read-only

Retrieve all relations in a CATIA document—formulas, rules, checks, design tables—with their expressions and active status for quick review.

Instructions

List the document's relations - formulas, rules, checks and design tables - with their expressions and whether they are active.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A3.6/5.0
Behavior3/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, so the description doesn't need to state safety. The description adds useful context about the content (expressions and activity status) but doesn't go beyond that. 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?

The description is a single, tightly written sentence that covers the purpose and scope with no fluff. It is appropriately concise and front-loaded.

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

Completeness3/5

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

The tool is simple with no parameters and no output schema, so the description suffices. However, it doesn't mention whether the current document must be open or if the relations are from the active part, which could add context but isn't critical.

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?

The tool has zero parameters, and the schema is empty. The description accurately explains what will be listed, which is sufficient for parameter semantics since there is no schema to add meaning.

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 clearly states the tool lists the document's relations (formulas, rules, checks, design tables) with expressions and activity status. It is specific about the resource and content, though it doesn't explicitly contrast with sibling tools like catia_list_design_tables, which is a close relative.

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 this is for inspecting relations in the current document, but it doesn't explicitly state when to use it versus alternatives like catia_list_design_tables or catia_list_parameters. It provides no exclusion criteria.

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