Skip to main content
Glama

L2Tools — Lineage 2 Reference Data

Get NPC x1 drops

get_npc_drops
Read-onlyIdempotent

Get effective x1 drop and spoil probabilities for one numeric NPC ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
npcIdYes
chronicleYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already cover the important safety profile (readOnlyHint, idempotentHint, destructiveHint). The description adds that the values are 'effective' and 'x1' probabilities, adding slight context, but it doesn't explain what 'effective' means or what the response contains.

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?

A single, front-loaded sentence with no filler. Every word contributes: the operation, the resource, the rate type, and the required input scope.

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 lookup with two required parameters, the description is nearly sufficient: it states the exact data returned and the input requirement. It could also mention the role of chronicle or the return shape, but the low complexity keeps this gap minor.

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 for parameter meaning. It clarifies npcId by saying 'one numeric NPC ID', but it gives no explanation of the required chronicle parameter or how it affects the probabilities. This is only partial compensation.

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?

Clear verb+resource: 'Get effective x1 drop and spoil probabilities' for a specific NPC ID. It is precise and obviously distinct from siblings like get_npc or search_npcs, but it never explicitly names or contrasts itself with them.

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 phrase 'for one numeric NPC ID' implies the intended use: when you already have a known NPC ID and need drop/spoil rates. It provides no explicit alternatives or when-not-to-use guidance, so usage is only implied rather than stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct retrieval task: NPC search, full NPC details, drop tables, soul crystal stages, and XP levels. There is no meaningful overlap or ambiguity in what each tool returns.

Naming Consistency5/5

All tool names use snake_case and follow a predictable verb_noun pattern, with get_* for direct lookups and search_npcs for discovery. The naming is consistent and easy to predict.

Tool Count5/5

Five tools is a well-scoped size for a focused reference-data server. Each tool covers a meaningful slice of the domain without redundancy or unnecessary surface area.

Completeness4/5

The set covers NPC discovery, detailed stats, drops, soul crystals, and XP progression effectively. An item lookup for drop results or broader Lineage 2 reference data would improve coverage, but the existing workflows are not dead-ended.

Resources