Skip to main content
Glama
Erryb95

aras-plm-mcp

by Erryb95

aras_check_release_readiness

Check if an assembly is ready for release by listing unreleased BOM components, preventing the common error of releasing a parent with preliminary children.

Instructions

Verifica se un assieme e' pronto per il rilascio: elenca i componenti della distinta non ancora rilasciati. Rilasciare un padre con figli in Preliminary e' l'errore piu' comune.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partIdYes
profonditaNo
Behavior3/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 disclosing behavior. It states that the tool lists components not yet released, which is a concrete behavior. However, it does not mention whether the operation is read-only, what the return format is, or how to interpret the results (e.g., empty list vs. success). Given the absence of annotations, more behavioral detail would be expected for full transparency.

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 composed of two short, focused sentences. The primary purpose is front-loaded, and the second sentence adds a valuable warning. There is no wasteful phrasing or redundancy. It is exemplary in conciseness and structure.

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

Completeness2/5

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

Given the tool is moderately complex (with a depth parameter and a readiness check), and there is no output schema or annotations, the description is incomplete. It fails to explain what profondita means, what the response looks like (e.g., a list, boolean, or report), or any prerequisites. The agent cannot fully understand how to call it correctly or interpret results based solely on this description.

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

Parameters2/5

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

The schema has 0% description coverage and the tool description does not explain the parameters. While the context mentions 'assieme' (assembly) and 'distinta' (BOM), it does not explicitly map partId to the assembly or explain that profondita likely controls traversal depth. The agent must infer semantics from the schema types and defaults alone, which is insufficient. The description adds minimal value beyond the schema.

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 clearly states the tool checks whether an assembly is ready for release and enumerates the BOM components that are not yet released. It identifies the specific verb (check) and resource (assembly), and the action (list unreleased components). This distinguishes it from siblings like aras_release_item (which performs the release) and aras_get_bom (which retrieves the BOM without a readiness assessment).

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?

The description provides clear context by noting that releasing a parent with children in Preliminary is the most common error, implying the tool should be used before a release to avoid this. However, it does not explicitly state when not to use it or name alternative tools, so it falls short of fully explicit guidance. The implication is strong enough for an agent to infer the appropriate timing.

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