Skip to main content
Glama
jameshgordy

Snipe-IT MCP Server

by jameshgordy

asset_licenses

Read-onlyIdempotent

Retrieve all software licenses assigned to a specific asset using its asset ID. Get a list of licenses currently checked out to that asset.

Instructions

Get all licenses checked out to an asset.

Returns: dict: List of licenses associated with the asset

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_idYesAsset ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds the 'checked out' semantic but does not disclose additional behavioral traits like pagination, ordering, or error conditions. It does not contradict the annotations.

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?

Two concise sentences with the primary action front-loaded. The 'Returns:' line is short and relevant, making the entire description efficient and easy to scan.

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 read-only tool with one parameter and an output schema, the description is sufficient to understand the tool's purpose and result format. It could mention edge cases or relationships to license seats, but the annotations and schema cover the essentials.

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?

The schema covers 100% of parameters with a clear description for asset_id ('Asset ID'), and the tool description does not add any further semantic detail. Baseline 3 applies because the schema already handles the parameter meaning.

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 'Get' with a clear resource 'licenses checked out' and scoping 'to an asset'. This distinguishes it from sibling tools like manage_licenses or license_seats, which manage licenses themselves or per-license seat assignments.

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 (when you need licenses associated with an asset) but provides no explicit guidance on when to prefer this tool over alternatives such as license_seats or asset_operations. No exclusions or alternatives are mentioned.

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/jameshgordy/snipeit-mcp'

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