Skip to main content
Glama
Erryb95

aras-plm-mcp

by Erryb95

aras_run_query

Execute a saved Query Builder query. If execution is unsupported, retrieves the query structure and identifies alternative tools to fetch the same data.

Instructions

Tenta di eseguire una query salvata del Query Builder. LIMITE NOTO: l'esecuzione non e' raggiungibile da un client esterno — nessuna action AML documentata la esegue. Il tool restituisce allora la STRUTTURA della query e indica con quali strumenti ottenere gli stessi dati (aras_query_items, aras_get_bom, aras_where_used).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nomeYes
maxRigheNo
parametriNo
Behavior5/5

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

It discloses that it does not actually run the query, a key behavioral trait not covered by annotations, and explains that it returns the structure instead, providing transparency about its capabilities and limitations.

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?

Concise two-sentence structure, front-loaded with the primary purpose, and includes necessary limitation context without extraneous 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?

The description gives a high-level idea of the return (query structure and tool suggestions) but lacks specifics on the format or content of the returned structure, leaving some ambiguity since no output schema is provided.

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 description does not elaborate on the meaning or usage of parameters like 'nome', 'maxRighe', or 'parametri'. Given the minimal schema, this lack of explanation leaves ambiguity about how to specify the query name or parameters.

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 that the tool attempts to execute a saved query but, due to a known limitation, returns the query structure and suggests alternative tools. This distinguishes it from siblings like aras_query_items that actually perform queries.

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

Usage Guidelines5/5

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

It explicitly mentions that execution is not possible from an external client and directs users to alternative tools for data retrieval, making it clear when to use this tool (to get the structure) and when to use others.

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