Skip to main content
Glama

Juegos que posee un usuario

get_owned_games
Read-only

Retrieve the list of games owned by a Steam user. Provide a SteamID64 to check any user, or omit it to see your own games.

Instructions

Lista los juegos que un usuario posee en Steam. Si se omite el ID, lista tus propios juegos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
steamidNoSteamID64 del usuario (opcional, por defecto el tuyo)
include_appinfoNoIncluir nombre e ícono de cada juego
include_played_free_gamesNoIncluir juegos free-to-play
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

Las anotaciones readOnlyHint y openWorldHint ya cubren la seguridad de la operación. La descripción añade contexto útil sobre el comportamiento por defecto (omisión del ID), pero no detalla paginación, privacidad del usuario o posibles limitaciones de la respuesta.

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?

Una sola oración que comunica el propósito y el comportamieno por defecto, sin relleno ni repetición. La información clave está al inicio y es proporcionada.

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?

Para una herramienta simple de solo lectura con cero parámetros obligatorios y esquema rico, la descripción es suficiente: indica qué devuelve y el comportamiento por defecto. No faltta información esencial para invocarla correctmente, aunque podría mencionar si hay limitaciones de privacidad en cuentas ajenas.

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?

El esquema documenta el 100% de los parámetros, incluyendo valores por defecto y descripciones. La descripción solo refuerza el comportamieno del parámetr steamid, sin añadir informaación semántica nueva sobre los otross parámetros.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

La descripción usa un verbo específico ('Lista') y un recurso claro ('los juegos que un usario posee en Steam'). El propósito es inambiguo y se distingue por nombre de hermanos como get_recenly_played_games, pero no hay diferenciación explícita respecto a get_family_owned_games o compare_owned_games.

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?

Indica claraente que el ID es opcional y que al omitirlo se listan los juegos propios. Da contexto de uso suficiente para el caso común, pero no menciona cuándo usar alternativas como get_family_owned_games ni excluyes usos.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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