Skip to main content
Glama
Erryb95

aras-plm-mcp

by Erryb95

aras_list_metrics

List metrics and indicators defined in Aras PLM, optionally filtering by name to find a specific one.

Instructions

Metriche e indicatori definiti in Aras (es. 'ECR Cycle Time', 'Cost vs. Goal', 'CAD Model Release Time'). Filtra per nome se ne cerchi una in particolare.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filtroNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It conveys that the tool lists metrics and supports filtering by name, but does not disclose the return format/shape, whether the filter is exact or partial match, whether the full list is returned when no filter is given, or any pagination/volume behavior. For a list tool with zero annotation coverage, this is a notable gap.

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?

Two sentences with no redundancy; the purpose is front-loaded with examples first, and the filter guidance follows. Efficient and appropriately sized for a single-parameter list tool, though the second sentence could add slightly more actionable detail.

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?

For a one-optional-parameter listing tool with no output schema and no annotations, the description covers the core purpose and filter behavior adequately. It is missing return/format details and filter matching rules, but these are relatively minor for such a simple retrieval operation, making the definition borderline-sufficient.

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 0%, so the description must compensate for the undocumented 'filtro' parameter. It does add meaning by specifying the filter applies to the metric name ('Filtra per nome'), which is value beyond the bare parameter label. However, it does not clarify matching semantics (substring vs. exact, case sensitivity), leaving partial compensation for the coverage gap.

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 states the verb (list) and resource (metrics and indicators defined in Aras), backed by concrete examples ('ECR Cycle Time', 'Cost vs. Goal', 'CAD Model Release Time') that distinguish these from reports or item types. It does not explicitly differentiate from sibling list tools like aras_list_reports or aras_list_dashboards, but the resource is specific enough to infer the distinction.

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 second sentence gives usage guidance for the filter parameter ('Filtra per nome se ne cerchi una in particolare'), telling the agent to use it when looking for a specific metric. However, no explicit when-to-use/when-not-to-use guidance versus other list tools is provided, nor any exclusions, so the usage context is only implied rather than stated.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Erryb95/aras-plm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server