Skip to main content
Glama

resolve_vanity_url

Read-onlyIdempotent

Turn a Steam custom vanity URL name into its numeric SteamID64. Use this when you have only the profile's custom name and need the ID for other Steam API calls.

Instructions

Resolve a Steam custom (vanity) URL name to its SteamID64.

Use this when you only have a person's custom URL name and need the numeric id that other tools consume. Requires an API key.

Returns the SteamID64 in all common formats, or a not-found message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vanityYesThe custom URL name, e.g. 'gabelogannewell' from steamcommunity.com/id/gabelogannewell.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already cover readOnly/idempotent/destructive hintsщие, so the description's bar is lower. It adds the API key requirement and the return format ('all common formats, or not-found'), which are useful beyond annotations. No contradiction.

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 short sentences plus one use-case sentence. Front-loaded purpose in line 1, immediate usage context, and expected return behavior. No wasted words.

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?

The output schema (not shown in full but flagged as present) would document return details, and the description already states the ID formats and not-found case. API key requirement is noted. Rate limits or failure modes are missing, but for a simple idempotent one‑parameter lookup this is sufficient.

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 already describes the vanity parameter with a description and examples; description adds an extra example (gabelogannewell) and clarifies the input format by referencing the URL pattern. With 100% schema coverage, this baseline is adequate but not extensive.

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+resource: resolve a Steam custom URL name to SteamID64. It clearly distinguishes from sibling tools that operate on already-resolved SteamIDs (e.g., get_player_summary, get_owned_games), so an agent knows when to choose this tool.

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?

Explicitly states the trigger condition ('when you only have a person's custom URL name and need the numeric id that other tools consume') and notes the API key requirement. No explicit exclusions or alternative tool names, but the purpose statement already implies when not to use it (when you have the numeric ID).

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

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