Skip to main content
Glama

maintenance-log

Remove an asset from the register

asset_remove

Remove an asset entered by mistake or sold off. One that carries a maintenance log is refused unless confirm is true, naming what would be lost, because removing it loses the record of work done. The AST number is never reissued.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetYesThe asset id, e.g. AST-2026-0003, its serial or asset tag, or its name when only one asset has it
confirmNoPass true to remove an asset that carries a maintenance log. The log goes with it; this cannot be undone

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden, and it does so thoroughly. It discloses that maintenance logs are lost, that confirmation is required for such assets, and that the AST number is never reissued, all of which are safety-relevant consequences not visible in the schema alone.

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 short and well-structured: the main action and use cases come first, followed by the critical maintenance-log caveat and the post-removal policy. Every sentence earns its place without redundancy.

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 destructive tool with no annotations and no output schema, the description covers the key edge cases and consequences well, including the confirmation requirement and number non-reissuance. It could be slightly more complete by mentioning response or behavior for nonexistent assets, but the essential operational context is present.

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?

Schema description coverage is 100%, so the schema already documents both asset and confirm in detail. The description adds a bit of rationale around confirm, but it does not meaningfully extend parameter meaning beyond what the structured schema already provides.

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 states a specific action on a specific resource: removing an asset from the register, with the intended situations 'entered by mistake or sold off.' It also conveys the core conditional behavior around maintenance logs, which separates it from sibling tools like asset_add or asset_history.

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 gives clear when-to-use guidance: remove assets entered by mistake or sold off. It also states the main when-not condition—an asset with a maintenance log will be refused unless confirm is true—but it does not explicitly point to alternative tools for inspection or correction.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.