Skip to main content
Glama
petri-net-sim

pns-server MCP Server

add_setup_machine

Add a machine resource with setup time, processing time, and distribution parameters to a Petri net model for production system simulation.

Instructions

Add setup_machine pattern.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
setup_timeNo
setup_distributionNodet
processing_timeNo
processing_distributionNoexp
standard_deviationNo
channelsNo
time_unitNos
deviation_unitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description must carry the full burden. It only states that it adds a pattern, with no mention of side effects, prerequisites, or state changes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While concise at three words, the description is under-specified. It sacrifices informativeness for brevity, offering no real value.

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

Completeness1/5

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

With 9 parameters, no schema descriptions, and no annotations, the description is severely incomplete. The output schema exists but is not leveraged in the description.

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

Parameters1/5

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

Schema description coverage is 0%, meaning parameters have no descriptions. The description adds nothing about the meaning of fields like 'setup_time', 'processing_time', or 'distribution', leaving them completely ambiguous.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Add setup_machine pattern' is vague; it does not explain what a 'setup machine' is or its role. With many sibling tools like 'add_machine' and 'add_preemptive_machine', it fails to differentiate itself.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The sibling list includes many similar tools, but the description offers no context for selection.

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/petri-net-sim/pns-server'

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