Skip to main content
Glama
Archers007

Liquipedia MCP

by Archers007

List tournament standings (points table)

list_standings

Retrieve ranked standings and points tables for esports tournaments, with teams sorted by placement from the current round.

Instructions

Fetch the ranked standings / points table for a tournament. Ideal for battle-royale events (Apex/ALGS, PUBG, Fortnite) and any group-stage points table. Returns teams SORTED by placement with their points, using the latest round snapshot. Pass the tournament's page name (from a match/tournament row's pagename, e.g. 'Apex Legends Global Series/2026/Split 1/Playoffs').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wikiYesSingle wiki, e.g. 'apexlegends'.
limitNoMax teams to return (default 100).
stageNoOptional sub-table filter matched against the page name, e.g. 'Group', 'Survivor', 'Final'.
tournamentYesTournament page name (its standings parent), spaces or underscores, e.g. 'Apex Legends Global Series/2026/Split 1/Playoffs'.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that results are 'SORTED by placement' and use the 'latest round snapshot', but lacks detail on caching, rate limits, or error behavior. The disclosed traits are adequate but not comprehensive.

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 extremely concise—two sentences that front-load the purpose and provide essential usage guidance. Every sentence is meaningful and there is no redundancy.

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?

The description explains the output (teams sorted by placement, points, latest round snapshot) despite the absence of an output schema. It covers key behavioral aspects for a filtered-list tool. Missing details like pagination or error cases but still fairly complete given the tool's simplicity.

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 description coverage is 100%, so the baseline is 3. The description adds minimal extra meaning beyond the schema, only providing a usage example for the 'tournament' parameter. It does not clarify parameter formats or constraints beyond what the schema already states.

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 uses a specific verb ('Fetch') and resource ('ranked standings / points table'), clearly distinguishing it from siblings like list_matches or list_placements by referencing battle-royale events and group-stage tables.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides strong context for when to use ('Ideal for battle-royale events... and any group-stage points table') and includes a concrete example for the tournament parameter. However, it does not explicitly state when not to use this tool or mention alternatives.

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/Archers007/LiqMcp'

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