Skip to main content
Glama

catia_get_parameter

Read-only

Retrieve a CATIA V5 parameter's value and its driving formula by specifying the exact parameter name. Get precise parameter data for automation or verification.

Instructions

Read one parameter by its exact name, including its formula if it is driven by one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesExact parameter name.

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 already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds that the formula is included when driven by one, which is useful behavioral context. It does not describe error behavior or return format, but given the annotations, this is acceptable.

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?

A single sentence, front-loaded with the action and object, and includes a valuable qualifier about formulas. 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?

For a simple read-only tool with one parameter and no output schema, the description covers the essential purpose and the formula detail. It does not specify return structure or not-found behavior, but these are minor for such a tool, and annotations cover safety.

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 description coverage is 100% ('Exact parameter name.'). The description's mention of 'exact name' is redundant with the schema, adding no new meaning. Baseline 3 is appropriate since the schema already documents the parameter fully.

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 uses a specific verb 'Read' and identifies the resource 'one parameter by its exact name'. It also adds that it returns the formula if driven by one, which clarifies scope. It does not explicitly name a sibling like catia_list_parameters for differentiation, but the purpose is unambiguous.

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 usage: use this when you know the exact parameter name. It does not explicitly contrast with listing tools (e.g., catia_list_parameters) or mention when not to use it, leaving alternatives unaddressed.

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