Skip to main content
Glama
Mooooooon

hltv-csgo-mcp

by Mooooooon

Get HLTV match details

get_hltv_match
Read-onlyIdempotent

Retrieve full match details including teams, score, event, start time, maps, and streams from an HLTV match page URL.

Instructions

Get one HLTV match page's teams, score, event, start time, maps, and streams from an exact match URL returned by list_hltv_matches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesExact HLTV match URL returned by list_hltv_matches.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataYes
errorYes
sourceYes
coverageYes
warningsYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds value by enumerating the exact data fields returned (teams, score, event, start time, maps, streams), which is useful context beyond the structured annotations.

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, direct sentence that front-loads the core purpose and the source of the required input. Every clause adds information; there is no wasted wording or repetition of annotations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (one parameter), the presence of an output schema, and the annotations covering safety, the description provides a complete summary of what the tool does and how to use it correctly. It mentions the exact data fields returned, which complements the output schema without redundancy.

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?

The input schema already fully documents the single 'url' parameter with a description, so the baseline is 3. The tool description does not add further parameter semantics; it only repeats the fact that the URL comes from list_hltv_matches, which is already in the schema description. Schema coverage is 100%, so no additional compensation is needed.

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 uses a specific verb ('Get') and clearly identifies the resource (one HLTV match page) and the key data returned (teams, score, event, start time, maps, streams). It also references the sibling tool list_hltv_matches, making the scope obvious and distinguishing it from the other sibling search_hltv_entities.

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 provides clear context by stating it operates on an 'exact match URL returned by list_hltv_matches', implying a prerequisite to call list_hltv_matches first. However, it does not explicitly state when not to use alternatives like search_hltv_entities, so it lacks explicit exclusions.

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/Mooooooon/hltv-csgo-mcp'

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