Skip to main content
Glama

iqms_navigate

Navigate to IQMS domains such as workorders, inventory, BOMs, sales orders, purchase orders, schedule, or quality to access related ERP tools and data.

Instructions

Navigate to an IQMS domain to see its tools. Domains: workorders, inventory, boms, sales_orders, purchase_orders, schedule, quality.

  • workorders: list/get work orders, post production

  • inventory: on-hand quantities, lot trace, inventory adjustments

  • boms: BOM explosion + where-used

  • sales_orders: open SOs, ship status

  • purchase_orders: open POs, expected receipts

  • schedule: machine schedule + capacity load

  • quality: non-conformances / CARs / CAPAs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to navigate to
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states 'Navigate to ... to see its tools' without mentioning whether the operation is read-only, has side effects, requires permissions, or what the response contains. This is insufficient for an agent to understand the tool's behavior.

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?

The description is concise and well-structured, listing domains in a clear format. It front-loads the purpose and then provides domain details. No unnecessary sentences.

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 simple navigator tool with one parameter, the description is adequate but incomplete. It does not specify what 'see its tools' means in practice (e.g., does it return a list of tools, change context, etc.). No output schema is provided, so the description should clarify the expected result.

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 schema already provides an enum for domain with descriptions, but the tool description adds significant value by explaining what tools each domain contains (e.g., 'workorders: list/get work orders, post production'). This helps the agent understand the meaning of each domain beyond a simple label.

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 'Navigate to an IQMS domain to see its tools,' specifying a verb (navigate) and resource (domain). It distinguishes from sibling tools which are specific operations (e.g., iqms_boms_explode, iqms_inventory_onhand), making the purpose unambiguous.

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 lists domain options with brief tool descriptions, implying when to use each domain. However, it does not explicitly state when to use this tool over alternatives, such as when to navigate vs using a specific tool directly.

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/wyre-technology/iqms-mcp'

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