Skip to main content
Glama
chiku-wa

snipeit-mcp

by chiku-wa

create_asset

Register a new asset in Snipe-IT by providing asset tag, model ID, and status ID. Set optional details like serial, location, cost, and purchase date to complete the asset record.

Instructions

資産を登録します。asset_tag、model_id、status_idは必須です。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
notesNo
serialNo
model_idYes
asset_tagYes
status_idYes
location_idNo
purchase_costNo
purchase_dateNo
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'register an asset' and lists required fields, which simply repeats schema information. It does not mention side effects, permissions, failure modes, or return values.

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 short sentence in Japanese, which is concise and front-loaded. It contains no unnecessary words or repetition.

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 absence of annotations, output schema, and parameter explanations, the description is severely underspecified for a tool with 9 parameters. It fails to provide enough context for an agent to use the tool correctly or anticipate its behavior.

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?

The schema has 9 parameters with 0% coverage from the description. The description only echoes the three required parameters without explaining their meaning or providing context for optional fields like purchase_cost or location_id. This does not compensate for the missing schema descriptions.

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 tool 'registers an asset' (資産を登録します), which is a specific verb and resource. It does not explicitly differentiate from sibling create tools like create_license, but the asset focus is clear from context.

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?

No guidance is provided on when to use this tool versus alternatives, such as creating a license or updating an asset. The only hint is the tool name and the required fields, which are already visible in the schema.

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

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