Skip to main content
Glama
tomo789

startgg-mcp-server

by tomo789

Get tournament participants

get_tournament_entrants
Read-only

List registered participants (with gamer tags) for a tournament by URL, slug, or ID. Filter by tag, paginate results. For seeded event entrants, use get_event_entrants.

Instructions

List a tournament's registered participants (attendees) with gamer tags. Note: these are tournament-level registrations; for per-event entrants with seeding, use get_event_entrants instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoFull start.gg tournament URL, e.g. https://www.start.gg/tournament/genesis-9.
pageNoPage number, 1-based. Default 1.
slugNoTournament slug, e.g. "genesis-9" or "tournament/genesis-9".
perPageNoResults per page, max 100. Default 50.
gamerTagNoFilter participants by gamer tag (contains match).
tournamentIdNoNumeric start.gg tournament id. Provide exactly one locator.
Behavior4/5

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

The readOnlyHint annotation already declares the safe read-only nature, so the bar is lower. The description adds context by clarifying that these are tournament-level registrations (not per-event) and that the results include gamer tags, which is helpful beyond the annotation but not extensive. No contradiction.

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?

Two sentences with no wasted words. The primary purpose is stated first, and the crucial usage distinction is delivered in the second sentence. Well-structured and front-loaded.

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 read-only list tool with a fully documented schema and a readOnlyHint annotation, the description covers the core need: what it lists and when to use it instead of get_event_entrants. It does not mention pagination or return format, but those are inferable from the schema (page/perPage) and the read-only nature, making minor gaps.

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 description need not repeat parameter details. The description does not add additional parameter guidance beyond what the schema provides, so the baseline of 3 is appropriate.

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 explicitly states the operation 'List' and the resource 'tournament's registered participants (attendees) with gamer tags', and differentiates it from the sibling get_event_entrants by noting the tournament-level scope. This is a clear, specific action and resource with sibling distinction.

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

Usage Guidelines5/5

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

It explicitly states when to use this tool versus get_event_entrants: 'these are tournament-level registrations; for per-event entrants with seeding, use get_event_entrants instead.' This provides clear when-to-use and alternative guidance.

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/tomo789/startgg-mcp-server'

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