Skip to main content
Glama
BrandonDoster

PrintVaultMCP

update_spool_weight

Update the current weight of a filament spool to track material usage. Automatically adjusts spool status based on remaining weight.

Instructions

Update the current weight of an opened filament spool. Auto-updates status based on remaining weight.

Args: spool_id: The ID of the spool to update. current_weight: The current net filament weight in grams.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spool_idYes
current_weightYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It does disclose one behavioral trait: 'Auto-updates status based on remaining weight.' However, it does not explain the status values, whether the operation is reversible, or any permission requirements. This is partial transparency but not comprehensive.

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?

The description is concise and well-structured: a single clear purpose statement, a note about auto-update, and a compact Args block. No filler or redundancy; every sentence contributes useful information.

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

Completeness4/5

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

For a simple two-parameter update tool, the description covers purpose, parameter semantics, and the key side-effect. It does not detail the output, but an output schema exists, so that is not required. The main gap is the lack of explicit usage guidance (when vs. alternatives), but overall it is nearly complete for this complexity.

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

Parameters5/5

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

While the schema itself lacks descriptions, the tool description provides explicit explanations for both parameters: spool_id as 'The ID of the spool to update' and current_weight as 'The current net filament weight in grams.' This adds units and purpose beyond the raw schema, fully compensating for the 0% schema coverage.

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 the action: 'Update the current weight of an opened filament spool.' It specifies the resource (spool weight), context (opened spool), and includes the side-effect of auto-updating status. This distinguishes it from siblings like open_spool and mark_spool_empty.

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 description implies usage context ('opened filament spool') but does not explicitly state when to use this tool versus alternatives such as mark_spool_empty or open_spool. There is no mention of exclusions or prerequisites beyond the word 'opened.'

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/BrandonDoster/PrintVault_MCP'

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