Skip to main content
Glama
TECPabs

Snipe-IT MCP Server

by TECPabs

snipeit_users_assets

Retrieve all assets assigned to a specific user by entering their user ID. Quickly identify and review equipment allocations for any user.

Instructions

List all assets assigned to a user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUser ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. The verb 'List' makes it clear this is a read-only retrieval, but the description does not disclose response shape, pagination behavior, or whether historical assignments are included. This is acceptable for a simple read operation but lacks depth.

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 a single clear sentence with no filler. The core purpose is front-loaded and every word contributes to understanding the tool's function.

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 one-parameter read-only tool, the description and schema are largely sufficient to invoke it correctly. The absence of an output schema and annotations means some details are missing, but the low complexity keeps this from being a significant gap.

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%, and the property 'id' is already documented as 'User ID'. The description reinforces the user context but adds no additional parameter-level meaning beyond the schema, so the baseline score of 3 applies.

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 uses a specific verb ('List') and resource ('assets assigned to a user'), which clearly differentiates this from sibling tools like snipeit_hardware_list or snipeit_locations_assets. The user scope is explicit and unambiguous.

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 the tool should be used when you need all assets assigned to a specific user, but it does not explicitly mention alternatives or when-not-to-use cases. It provides no comparison to sibling tools like snipeit_users_get or snipeit_hardware_list.

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