Skip to main content
Glama

get_teams

Retrieve professional Dota 2 teams ranked by rating, with wins, losses, and recent ratings. Paginate through up to 1,000 teams per page using an optional page parameter.

Instructions

List professional teams ranked by rating, with wins/losses and recent ratings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoZero-indexed page; each page has up to 1000 teams.
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations present, the description carries the responsibility for behavioral disclosure. It adds meaningful ordering context ('ranked by rating') and describes output fields, but it does not mention pagination limits, rate limits, or any other operational behavior beyond the schema-provided page parameter.

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 one concise sentence that front-loads the primary action and resource, followed by key result attributes. Every word adds value, with no redundancy or filler.

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 tool with one optional parameter and no output schema, the description covers the essential selection criteria: what is listed, how it is ordered, and what details are returned. It omits only minor specifics like total result counts or additional fields, but these are not necessary for basic invocation.

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% for the single 'page' parameter, so the description does not need to restate its meaning. The description provides no additional insight into how the page parameter interacts with the results, which is acceptable given the exhaustive schema description.

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 states a specific verb ('List'), a clear resource ('professional teams'), and an ordering criterion ('ranked by rating'), plus key output fields. This cleanly differentiates the plural listing tool from its singular sibling 'get_team', so an agent can select it without confusion.

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

Usage Guidelines2/5

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

No explicit guidance is provided about when to use this tool versus alternatives such as get_team or get_team_matches. The intended use case is implied but not stated, and there is no mention of when this tool should be avoided.

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

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/yuxiang115/opendota-mcp'

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