Skip to main content
Glama
tomo789

startgg-mcp-server

by tomo789

Resolve start.gg URL

resolve_startgg_url
Read-only

Convert a start.gg tournament or event URL into internal IDs and slugs to enable subsequent API calls. Use this tool first when a user provides a start.gg link.

Instructions

Turn a start.gg tournament or event URL (or slug) into internal ids and slugs. Example: "https://www.start.gg/tournament/genesis-9/event/ultimate-singles" -> { type: event, tournamentId, eventId, ... }. Use this first when the user pastes a start.gg link, then call the other tools with the returned ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesstart.gg URL, path, or slug to resolve.
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description doesn't need to restate that. It adds a helpful output example but discloses no further behavioral traits (e.g., error handling, rate limits, or edge cases like invalid slugs). This is adequate but not rich beyond the annotation.

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 plus a compact example with zero filler. The core action is front-loaded, and the example is tightly scoped. Every element earns its place.

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 single-parameter resolver with no output schema, the description gives purpose, usage, and a return-shape hint via the example. It doesn't mention error behavior, but that is a minor gap given the tool's simplicity and the read-only annotation.

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% and the schema already describes 'URL, path, or slug'. The description adds specificity by stating 'tournament or event URL (or slug)' and provides a concrete example that clarifies the expected format, going slightly beyond the 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 ('Turn... into'), a resource (start.gg URL/slug), and the exact output (internal ids and slugs). The concrete example clarifies the input and output shape, and it is clearly distinct from the sibling search/get tools, which operate on identifiers rather than URLs.

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?

Explicitly instructs to use this tool first when a start.gg link is pasted, then call other tools with the returned ids. This provides a clear workflow and sequencing, leaving no ambiguity about when to select this tool over alternatives.

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