Skip to main content
Glama

Lista de amigos de un usuario

get_friend_list
Read-only

Retrieve a Steam user's friend list using their SteamID64, or your own if none is provided. Filter results to show all relationships or only friends.

Instructions

Devuelve tus amigos de Steam (o los de un ID específico).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
steamidNoSteamID64 (opcional, por defecto el tuyo)
relationshipNoFiltrofriend
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safe read-only nature is established. The description adds no further behavioral context such as response format, rate limits, or error behavior, but it also does not contradict the 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 front-loaded sentence with no filler. It communicates the essential purpose immediately and is highly efficient for its level of detail.

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

Completeness3/5

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

For a simple read-only tool with two optional parameters, the description is functional but leaves gaps: there is no output schema, so the return shape is undisclosed, and the relationship parameter's distinction between 'all' and 'friend' is not explained. These are minor for this lightweight operation.

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 description coverage is 100%, with steamid described as optional and defaulting to the caller's ID, and relationship described as a filter with an enum. The description's mention of 'tus amigos' versus 'un ID específico' only restates the steamid property and adds no new semantic information.

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?

The description states a specific verb ('Devuelve' / returns) and a clear resource ('amigos de Steam' / Steam friends), with an optional scope for a specific ID. It is consistent with the title, but it does not explicitly compare itself to any sibling tool, so it lacks explicit sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus alternatives such as get_friends_current_status or get_friends_recent_activity. The description only says what it returns; it gives no conditions, exclusions, or recommendations for choosing this tool.

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