social-content__get_steam_games
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Social Content] Search Steam for games. Returns titles, prices, ratings, and descriptions. Args: query: Game name or search term (e.g. 'cyberpunk', 'strategy') max_results: Maximum games (default 10)
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string"
},
"max_results": {
"type": "integer",
"default": 10
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries