Skip to main content
Glama
tomo789

startgg-mcp-server

by tomo789

Get tournaments by videogame

get_tournaments_by_videogame
Read-only

Find tournaments for a specific game by ID, filtering by timeframe, date range, or location, to plan participation or track events.

Instructions

List tournaments for a specific videogame id. timeframe selects upcoming (default), past, or all; combine with afterDate/beforeDate and location filters as needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, 1-based. Default 1.
perPageNoResults per page, max 100. Default 25.
addrStateNoState/province code as used by start.gg, e.g. "CA", "TX".
afterDateNoISO-8601 date/time (e.g. "2026-08-24" or "2026-08-24T00:00:00Z") or Unix epoch seconds.
timeframeNoWhich tournaments to include. Default upcoming.
beforeDateNoISO-8601 date/time (e.g. "2026-08-24" or "2026-08-24T00:00:00Z") or Unix epoch seconds.
countryCodeNoTwo-letter ISO country code, e.g. "US", "JP".
videogameIdYesVideogame id from search_videogames.
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description does not need to cover safety. It adds the default for timeframe ('upcoming') and the ability to combine filters, but this mostly repeats schema info. No contradictions.

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?

A single sentence with the primary action front-loaded, followed by filtering details. No wasted words; efficient and easy to parse.

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?

Given the tool is a list operation with a rich schema covering all parameters, the description is adequate. It does not mention pagination (page/perPage) or return format, but the absence of an output schema and the simplicity of the tool make this acceptable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so parameters are well-documented. The description adds value by suggesting a combination pattern ('combine with afterDate/beforeDate and location filters as needed') and clarifies the default timeframe, which is reinforced but not redundant.

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?

States a specific verb (list) and resource (tournaments for a specific videogame id), and the description clearly differentiates from siblings by requiring videogameId. The scope is unambiguous.

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?

Implies when to use it (for a specific videogame) and describes optional filters, but does not explicitly name alternatives like get_upcoming_tournaments or search_tournaments. Clear enough to route an agent, though not exhaustive.

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