Skip to main content
Glama

catia_document_info

Read-only

Retrieve detailed information about the active CATIA document, including its type, path, save state, tree contents, and product properties.

Instructions

Describe the active document in detail: type, path, save state, and for parts and products the tree contents and product properties (part number, revision, definition, nomenclature).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false, so the description only needs to add context beyond safety. It adds the scoping to 'active document' and enumerates returned information, but it does not disclose behavior when no document is active or output size/format expectations. No contradiction with annotations.

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 front-loaded sentence with no filler. Every phrase adds meaningful detail about the document aspects the tool returns, making it efficient and easy to parse quickly.

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 zero-parameter, read-only introspection tool with no output schema, the description covers the main return categories well: type, path, save state, tree contents, and product properties. It could mention the 'no active document' failure case, but overall it is sufficiently complete for an agent to invoke the tool.

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 schema coverage is vacuously 100%, so there are no parameter descriptions needed. The description still clarifies that the implicit target is the active document, which is sufficient given no inputs exist.

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 ('Describe') and resource ('the active document'), then lists concrete content: type, path, save state, tree contents, and product properties. This makes it distinguishable from siblings like catia_describe_tree and catia_status, though it does not explicitly name any alternative.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus catia_describe_tree, catia_status, or catia_list_documents. The description implies a metadata-overview use case, but it does not state exclusions or conditions for choosing an alternative.

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