Skip to main content
Glama
Erryb95

aras-plm-mcp

by Erryb95

aras_release_item

Release an item to a target state by traversing the transition graph, with dryRun to preview the path and required roles without execution. Note: for versionable item types, promotion generates a new ID.

Instructions

Rilascia un elemento portandolo allo stato target, percorrendo il grafo delle transizioni passo per passo. Con dryRun mostra il percorso e i ruoli richiesti senza eseguire nulla. NOTA: su un ItemType versionabile la promozione crea una nuova generazione, quindi l'id cambia.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
dryRunNotrue = mostra il piano; false = esegue
itemTypeYes
statoTargetNoReleased
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does this well by explaining that dryRun executes nothing, that the transition graph is traversed step by step, and that promoting a versionable ItemType changes the item's id. It does not mention all permission or reversibility details, but the key side effect is clearly disclosed.

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 short, front-loaded with the core action, and immediately provides the dryRun distinction and the critical id-change warning. Every sentence contributes value without unnecessary repetition.

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 release operation with no output schema and no annotations, the description covers the intended behavior and a major side effect, but it leaves gaps: how to discover valid target states, what the non-dryRun response looks like, and how this relates to aras_promote_item. It is adequate but not fully comprehensive.

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 only 25%, with only dryRun documented. The description adds useful meaning for dryRun (shows path and required roles), implicitly defines statoTarget as the target state, and warns that id may change. However, itemType and statoTarget value formats remain undocumented, so the description only partially compensates for the low schema coverage.

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 explicitly states the operation: 'Rilascia un elemento portandolo allo stato target' (releases an item to a target state) and describes the transition-graph traversal. It is specific enough to identify the tool's function, though it does not explicitly distinguish itself from the similar sibling aras_promote_item.

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?

Usage context is implied through the description: release an item to a target state, optionally using dryRun to preview the path and required roles. However, there is no explicit guidance on when to choose this tool over aras_promote_item or other workflow-related siblings, and no alternative exclusions are given.

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