Skip to main content
Glama
chiku-wa

snipeit-mcp

by chiku-wa

list_assets

Search assets and get a paginated list. Use query, limit, and offset to narrow results.

Instructions

資産を検索・一覧表示します。limitは最大100件です。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
searchNo
Behavior3/5

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

With no annotations, the description carries the transparency burden. It adds a useful constraint that limit is capped at 100 (limitは最大100件です), but it does not disclose return format, pagination behavior beyond offset/limit, or whether the operation is read-only (though 'list' implies this). Some behavioral context is present, but key details are missing.

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 concise sentence that front-loads the tool's primary purpose and the key limit constraint. Every word earns its place, with no irrelevant filler.

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

Completeness2/5

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

Given no output schema and no annotations, the description needs to explain what the tool returns and how search/pagination work. It only mentions the limit cap, leaving offset semantics, search behavior, and return shape undocumented. This is incomplete for a tool with three parameters and no structured output definition.

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?

Schema description coverage is 0%, so the description must compensate. It only explains the limit parameter (max 100) and leaves offset and search undefined. This adds partial value for one parameter but fails to clarify pagination offset or what the search parameter searches (e.g., asset name, ID, tags).

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 tool searches and lists assets (資産を検索・一覧表示します), which is a specific verb-resource combination. It distinguishes from sibling tools like get_asset (single asset) and list_categories/list_locations (other resource types).

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?

Usage is implied from the tool name and sibling context: use this to search/list assets, while get_asset is for a single asset. However, the description does not explicitly state when to use this tool versus alternatives or mention any exclusions, so it stops at implied guidance.

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