Skip to main content
Glama
Archers007

Liquipedia MCP

by Archers007

List esports teams

list_teams

Fetch teams from Liquipedia wikis with optional filters by name, region, or location, returning metadata like roster template and social links.

Instructions

Fetch teams for a wiki. Filter by name, region, or location. Returns team metadata (name, region, roster template, social links, logo).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoExact team name, e.g. 'Shopify Rebellion'.
wikiYesLiquipedia wiki(s) to query, e.g. 'valorant', 'counterstrike', 'dota2'. Pipe-separate multiple wikis: 'valorant|counterstrike'.
limitNoMax rows to return (default 20).
orderNoSort order, e.g. 'date DESC' or 'date ASC'.
queryNoComma-separated list of fields to return (projection), e.g. 'pagename,date,opponent'.
regionNoRegion filter, e.g. 'North America'.
locationNoLocation/country filter.
conditionsNoRaw Liquipedia condition string, e.g. '[[opponent::Team A]] AND [[date::>2024-01-01]]'. Combined (AND) with any structured filters. Use OR/AND and [[field::value]] syntax.
Behavior3/5

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

No annotations provided, so the description carries full burden. It describes fetching and returning metadata, which is a read operation, but does not disclose behavioral traits such as pagination behavior, rate limits, or authentication needs. The limit parameter in schema indicates default/max but is not mentioned in description.

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 sentence followed by a bullet list of return fields. It is concise and front-loaded, with no redundant or extraneous information.

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?

Given the tool has 8 parameters and no output schema or annotations, the description is somewhat incomplete. It does not mention that the 'wiki' parameter is required, nor does it explain the 'conditions' parameter or the interaction between structured filters and raw conditions. The returned field list is helpful but lacks detail on the return structure.

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 baseline is 3. The description highlights three filter parameters (name, region, location) but does not add meaning to other parameters (limit, order, query, conditions, wiki) beyond what the schema provides. It repeats some schema info but does not enhance understanding.

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 ('Fetch teams') and the resource ('teams for a wiki'), with explicit filter options and return fields. It effectively distinguishes from sibling tools like list_players or list_matches by focusing on team metadata.

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?

No explicit guidance on when to use this tool versus alternatives. The description implies usage for team data retrieval, but does not exclude cases where other list tools might be more appropriate (e.g., use list_players for player data).

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