Skip to main content
Glama
TECPabs

Snipe-IT MCP Server

by TECPabs

snipeit_statuslabels_list

List status labels from Snipe-IT to manage asset lifecycle states. Search, sort, and paginate through available labels for easy reference.

Instructions

List status labels

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo
limitNo
orderNo
offsetNo
searchNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.1/5.0
Behavior1/5

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

With no annotations, the description carries the full burden of disclosing behavior. It only says 'List status labels' – no mention of pagination, sorting, authentication, rate limits, or return structure. It does not contradict annotations (none exist), but it provides essentially zero behavioral context.

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

Conciseness2/5

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

The description is a single short phrase with no waste, but it is under-specified rather than appropriately concise. For a tool with five parameters and no other documentation, this brevity is a deficiency, not a strength.

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

Completeness1/5

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

Given the five-parameter schema, no output schema, and no annotations, the description is woefully incomplete. It omits any information about expected input formats, response behavior, or how it differs from similar list tools. An agent would have to guess or inspect the schema, which itself lacks descriptions.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no meaning to any of the five parameters (sort, limit, order, offset, search). An agent cannot infer what each parameter does or how to format values, so the tool is effectively unusable without external knowledge.

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 states the action 'List' and the resource 'status labels', making the core purpose clear. It does not explicitly differentiate from sibling tools like snipeit_statuslabels_get or snipeit_statuslabels_assets, but the verb 'list' implies a collection operation distinct from singular get or asset queries.

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 guidance on when to use this tool versus alternatives. The description does not mention any prerequisites, filtering strategies, or typical use cases, leaving the agent to infer from the name alone that it is for enumerating status labels.

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