Skip to main content
Glama

engine_static_add

Create a new empty static file at a specified path for the Melbis Shop storefront. Use this tool to initialize a static asset before editing its content.

Instructions

Create an empty static file by the same path load and save speak.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv6.5.1

TDQS

C2.6/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 behavioral burden. It discloses that the tool creates an empty static file, but it does not say whether an existing path is overwritten, whether parent directories are created, what permissions are required, or what error/response behavior to expect.

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

Conciseness3/5

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

The description is short and front-loads the main action, which is good. However, the trailing clause 'by the same path load and save speak' is confusing and does not earn its place, so the structure is acceptable but not clean.

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?

For a one-parameter creation tool the core action is simple, but with no annotations and no output schema the description still leaves key call-time questions open: what the path must be, what happens on conflict, and whether there are side effects beyond creating the file.

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 schema provides no description for the path parameter, and the description's 'same path load and save speak' is too ungrammatical to count as clear parameter guidance. It hints at a shared path convention, but does not clarify path format, relative/absolute use, or what the path should point to.

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 opening phrase clearly identifies the action and resource: create an empty static file. The trailing phrase is garbled, which keeps it from being a 5, but the core purpose is still distinguishable from the static-file load/save/rename/remove sibling tools.

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?

There is no explicit guidance about when to use this tool versus engine_static_save, engine_static_load, engine_static_remove, or the directory-add variants. The sibling names imply a file-lifecycle family, but the description never states prerequisites, timing, or exclusions.

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