Skip to main content
Glama
borgels

mcp-server-snipe-it

by borgels

Check Out (Snipe-IT)

snipeit_checkout

Check out assets, accessories, consumables, components, or licenses to users, assets, or locations. Requires write access and supports quantity, status, seat, and note options.

Instructions

Check out to someone/something: asset → user/asset/location; accessory → user (or asset/location); consumable → user (IRREVERSIBLE — confirm with the user first); component → asset; license → user/asset (optionally a specific seatId). Requires write access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe entity id to check out.
noteNo
typeYes
seatIdNoLicense checkout: specific seat (default: first free).
quantityNoaccessory/consumable/component quantity (default 1).
statusIdNoAsset checkout: status label to set.
targetIdYes
targetTypeNoDefault: user (component: asset).
expectedCheckinNoAsset checkout: expected return date (YYYY-MM-DD).
Behavior1/5

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

Description states consumable checkout is irreversible, which contradicts the annotation 'destructiveHint: false' (irreversible operations are destructive). Annotations already indicate not read-only and not idempotent, but the contradiction downgrades this dimension.

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?

Description is dense but efficient, conveying complex mapping in one paragraph. It front-loads the main action. Could be slightly more structured with bullet points for clarity.

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 9 parameters and complex type-specific rules, the description covers the essential mappings. However, it lacks information about return values or success behavior (no output schema), and some parameter details (note, expectedCheckin format) are left to the schema.

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

Parameters4/5

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

With 67% schema coverage, the description adds significant meaning beyond the schema: it explains which target types are valid per item type (e.g., 'component → asset') and notes optional seatId for licenses. This compensates for the missing schema descriptions on 3 parameters.

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?

Description clearly states the tool's purpose: checking out items to entities (asset, accessory, consumable, component, license). It provides specific mappings per type (e.g., 'asset → user/asset/location') and distinguishes from the sibling 'checkin' tool (opposite operation).

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?

Description specifies that consumable checkouts are irreversible and requires user confirmation, and notes that write access is needed. It implicitly contrasts with the checkin sibling but does not explicitly state when to avoid this tool or provide alternatives.

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/borgels/mcp-server-snipe-it'

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