Skip to main content
Glama
chiku-wa

snipeit-mcp

by chiku-wa

get_asset

Retrieve detailed information for an asset by specifying its ID.

Instructions

IDを指定して資産の詳細を取得します。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_idYes
Behavior2/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. While 'Gets the details' implies a read-only operation, it does not state whether this is safe, what happens if the asset ID does not exist, whether authentication is required, or any rate limits. The description adds no behavioral context beyond the basic action.

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 with no unnecessary words. It front-loads the verb and resource, making it immediately scannable. Ideal conciseness for a simple get operation.

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?

The tool is simple (one parameter, no output schema), and the description states the core operation. However, it lacks any information about return format, error behavior, or field details, which are not covered by schema or annotations. It is minimally adequate but leaves gaps for an agent that needs to interpret results.

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

Parameters2/5

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

The schema has 0% description coverage, so the description must compensate for parameter meaning. It mentions 'ID' generically, but only repeats what is already evident from the property name 'asset_id' and the type integer. It does not explain the ID's format, whether it is a database identifier, or any constraints beyond the schema.

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 clearly states the action ('Gets the details') and the resource ('asset') with a specific parameter ('by specifying ID'). It distinguishes from sibling tools like list_assets (lists assets) and get_license/get_user (other get tools) by clearly targeting a single asset by ID.

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?

The description provides no guidance on when to use this tool versus alternatives such as list_assets or get_license. It does not mention any prerequisites, exclusions, or scenarios where another tool would be more appropriate. This is a clear gap for a tool with many siblings.

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