Skip to main content
Glama

Assetize — IBM Maximo knowledge

Fixes and security changes a move carries

fixes_gained

Every FIX and SECURITY record the 9.x change log holds for the releases inside a move (the 9.x log starts at 9.1). Optionally one functional area. Counted, never scored as upgrade weight.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesTarget release, e.g. "9.2".
areaNoOptional functional area, e.g. "WORK_ORDERS".
fromYesSource release, e.g. "9.1".
limitNoMax entries per section (default 40, max 200).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

Even though annotations are absent, the description provides some behavioral context: it states that records are counted, not scored as upgrade weight, and notes the log starts at 9.1. However, it does not disclose implications of the limit parameter, pagination, or any read-only vs side-effect behavior. Since annotations don't cover safety, this is a gap.

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 concise (two sentences) and front-loads the core purpose. It wastes no words, but could have been slightly more structured by separating the option mention. Still, it earns high marks for brevity.

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

Completeness3/5

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

Given the tool's moderate complexity (4 parameters, no output schema) and absence of annotations, the description is adequate but not complete. It explains the input range and the nature of the data, but does not describe the structure of the output or any behaviors like the limit's effect, which might be important for an agent to interpret responses correctly.

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 coverage is 100%, so each parameter is described in the schema. The description adds the semantic clarification that results are 'counted, never scored,' which adds meaning beyond the schema. However, it does not explain the meaning of 'area' values beyond the example, and the description is sufficient given high coverage.

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 resource (9.x change log records) and the action (listing FIX and SECURITY records for a move). It also notes the optional area filter. However, it could more strongly differentiate itself from sibling maximo_changelog, which also deals with change log content.

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 in the context of a 'move' and 9.x releases, but does not explicitly state when to use this versus maximo_changelog or compare_maximo_versions. It does not provide exclusions or alternatives, leaving some ambiguity.

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.

Resources