friend_list
ActiveTool of Steam
declared in 0.1.0
List a Steam user's friend list by SteamID64; optionally filter by relationship type (friend or all). Returns array of SteamID64s and relationship status.
Parameters schema
{
"type": "object",
"examples": [
{
"steamid": "76561198000000000"
},
{
"steamid": "76561198000000000",
"relationship": "friend"
}
],
"required": [
"steamid"
],
"properties": {
"steamid": {
"type": "string"
},
"relationship": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Steam
https://github.com/pipeworx-io/mcp-steam
1/7 registries