Skip to main content
Glama
rexlManu

League of Legends MCP Server

by rexlManu

LoL get player deaths

lol_get_player_deaths

Retrieve chronological death events for a player in a League of Legends match, providing compact coaching context to analyze mistakes and improve gameplay.

Instructions

Get chronological death events for a player in a match with compact coaching context

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoRegion: euw, eune, na, kr, br, lan, las, oce, ru, tr, jp, ph2, sg2, th2, tw2, vn2euw
matchIdYesMatch ID
tagLineYesRiot ID tag line
gameNameYesRiot ID game name
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It mentions 'chronological' and 'compact coaching context' but does not explain what the latter entails, nor does it disclose any constraints (e.g., rate limits, auth requirements, read-only nature). The description is too sparse to inform safe and correct invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with clear verb-first structure. It is concise but could include more detail without becoming verbose. No unnecessary words.

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 there is no output schema, the description should at least hint at the return format or data structure. It mentions 'compact coaching context' without explanation. With many sibling tools and no behavioral context, the description is incomplete for adequate understanding.

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?

Schema coverage is 100%, so the input schema already documents all parameters with descriptions. The tool description adds no additional meaning beyond the schema (e.g., 'chronological' does not relate to any parameter). Baseline 3 is appropriate as the schema does the heavy lifting.

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 verb 'Get', the resource 'chronological death events', and the scope 'for a player in a match with compact coaching context'. It effectively sets this tool apart from sibling tools like lol_get_match_timeline or lol_get_timeline_events by specifying death events and coaching context.

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 the tool is for retrieving death events, but it does not explicitly state when to use it versus alternatives (e.g., lol_get_timeline_events might also provide deaths). No exclusions or contextual hints are provided, leaving the agent to infer usage from the name and purpose alone.

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/rexlManu/lol-mcp-server'

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