Skip to main content
Glama
deuxksy
by deuxksy

resolve_vanity_url

Converts a Steam vanity URL into a 64-bit Steam ID, which is required for querying user profiles and game data via the Steam Web API.

Instructions

Steam 커스텀 URL(vanity URL)을 64-bit Steam ID로 변환합니다.

반환 데이터: 변환된 64-bit Steam ID(steamid)와 성공 여부(success)를 포함합니다.

중요: 대부분의 다른 도구들은 64-bit Steam ID가 필요합니다. 사용자가 커스텀 URL만 제공한 경우 먼저 이 도구로 변환해야 합니다.

사용 예시: vanity_url="robinwalker" 또는 vanity_url="customusername"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vanity_urlYes변환할 Steam 커스텀 URL 또는 vanity ID입니다. steamcommunity.com/id/xxx에서 xxx 부분입니다.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It mentions the return data includes 'steamid' and 'success', which adds transparency. However, it does not disclose failure behavior (e.g., what happens if the vanity URL is invalid) or explicitly state that the operation is read-only and side-effect-free.

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 well-structured and concise, covering the function, return data, an important usage note, and an example in a compact format. Every sentence adds value, and key information is 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?

Given the tool's simplicity, an output schema exists, and the description explains the purpose, usage context, return data, and provides examples. It is missing explicit error-handling details, but that is not critical for this conversion tool. Overall, it is complete for its complexity.

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?

The schema already provides a clear description of the parameter with 100% coverage, so the baseline is 3. The description adds value by providing usage examples ('robinwalker', 'customusername') and clarifying the parameter's role in the conversion process, going beyond the schema.

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 function: converting Steam custom URLs (vanity URLs) to 64-bit Steam IDs. It uses a specific verb and resource, and clearly distinguishes itself from sibling tools, which are all data retrieval tools, by being a conversion utility.

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?

The description provides clear usage guidance: 'Most other tools require 64-bit Steam ID. If user provides only custom URL, must first convert with this tool.' This explicitly tells when to use it and implies when not to use it (when a 64-bit ID is already available).

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/deuxksy/mcp-server-steam'

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