Skip to main content
Glama

generate_static_items

Generate static work items on a TOP node without cooking, pre-populating tasks for simulation or processing workflows.

Instructions

Generate static work items on a TOP node without cooking.

Args: ctx: MCP context. node_path: TOP node path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/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. It discloses that it generates static work items without cooking, but does not mention side effects, whether existing items are replaced, what happens to the node state, return values, or error conditions. This is minimal behavioral disclosure.

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 very concise, with the main action front-loaded. The args section is redundant with the schema and includes 'ctx' which is not in the input schema, potentially confusing agents, but overall it is efficient and to the point.

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 has no output schema and no annotations, the description is insufficient. It omits return value, side effects, prerequisites (e.g., node must exist and be a TOP node), and any error handling. For a mutation-like tool, this is a significant gap in completeness.

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?

With only one parameter and schema coverage at 0%, the description adds a small amount of specificity by stating 'TOP node path,' which is slightly more informative than the schema's generic 'Node Path' title. However, it does not add meaningful depth beyond the schema and leaves the parameter semantics mostly implicit.

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 clearly states the action (generate static work items) and the resource (TOP node), and explicitly notes 'without cooking,' which differentiates it from cooking-related siblings like cook_top_node. It is not a tautology and provides a specific verb-resource pair.

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?

The phrase 'without cooking' implies a use case (pre-generating items without triggering a cook), but it does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions or prerequisites. The guidance is only implied, not explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools