Skip to main content
Glama
tomo789

startgg-mcp-server

by tomo789

Get event sets

get_event_sets
Read-only

Retrieve event sets with round, state, entrants, scores, winner, phase, and VOD URL. Filter by state, phase, round, or entrants.

Instructions

List an event's sets (matches) in a normalized form: round, state (COMPLETED/ACTIVE/...), both entrants with seeds and players, per-entrant score (-1 = DQ), winner, phase, and VOD URL when available. Filter by state, phaseIds (from get_event's phases, e.g. Top 8), round, or entrants.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoFull start.gg event URL, e.g. https://www.start.gg/tournament/genesis-9/event/ultimate-singles.
pageNoPage number, 1-based. Default 1.
slugNoEvent slug in the form "tournament/<t>/event/<e>".
stateNoSet states to include: names ("CREATED", "ACTIVE", "COMPLETED", ...) or raw integers (1-7). COMPLETED = finished sets.
hasVodNoOnly sets that have a VOD.
eventIdNoNumeric start.gg event id. Provide exactly one locator.
perPageNoResults per page, max 30. Default 20.
fetchAllNoFetch all pages (up to a safety cap) instead of one page. Ignores the page argument.
phaseIdsNoOnly sets in these phase ids (get_event lists phases).
showByesNoInclude bye sets. Default false.
sortTypeNostart.gg set sort order. RECENT = most recently completed first.
entrantIdsNoOnly sets involving these entrant ids.
roundNumberNoOnly sets with this numeric round (negative = losers bracket).
Behavior4/5

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

With readOnlyHint=true already provided, the description adds valuable context about the output format (normalized fields, score -1 for DQ) and the fact that it filters. It does not contradict the annotation and clarifies what data is returned, which helps the agent set expectations. No side effects or rate limits are mentioned, but the read-only nature is covered by annotations, so the description adds meaningful detail beyond the bare hint.

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, information-dense sentence that front-loads the core purpose and then packs in the output fields and filters. Every word earns its place; there is no fluff or redundancy. It is concise and well-structured.

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 13 parameters and no output schema, the description provides a thorough overview of the return format and filter options, which is crucial for an agent to know what to expect. It does not explicitly describe pagination behavior (e.g., fetchAll safety cap), but the input schema covers that per-parameter. Given the complexity, the description is quite complete, leaving only minor gaps like rate limits or error cases that are not typically in tool descriptions.

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 all 13 parameters already have detailed descriptions. The tool description adds minimal parameter-specific meaning—it mentions filtering by state, phaseIds, round, and entrants, but the schema already explains these (e.g., entry for phaseIds states 'get_event lists phases'). The description does not clarify parameter formats or interactions beyond what the schema provides, so it lands at the baseline 3.

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 begins with 'List an event's sets (matches)' which is a specific verb, resource, and scope. It enumerates the normalized fields (round, state, entrants, scores, winner, phase, VOD URL) and lists filters, making it unmistakable what this tool does and how it differs from siblings like get_player_sets or get_stream_queue.

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 clearly implies this is for listing sets for a specific event, and it references get_event for phaseIds, indicating a relationship. However, it does not explicitly state when to prefer this over get_player_sets or other sibling tools, nor does it exclude any conditions. The guidance is implied rather than explicit, so it's a solid 4.

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