-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp-tools.json
More file actions
27 lines (27 loc) · 3.17 KB
/
mcp-tools.json
File metadata and controls
27 lines (27 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
{"name": "steam_getAppDetails", "description": "Store data - price, reviews, tags, platforms", "category": "Read-Only (No Auth)"},
{"name": "steam_searchApps", "description": "Search the Steam store by name", "category": "Read-Only (No Auth)"},
{"name": "steam_getPlayerCount", "description": "Current concurrent players", "category": "Read-Only (No Auth)"},
{"name": "steam_getAchievementStats", "description": "Global achievement unlock percentages", "category": "Read-Only (No Auth)"},
{"name": "steam_getWorkshopItem", "description": "Workshop item details", "category": "Read-Only (No Auth)"},
{"name": "steam_getReviews", "description": "User reviews with language, sentiment, purchase type filters", "category": "Read-Only (No Auth)"},
{"name": "steam_getPriceOverview", "description": "Batch price check for multiple apps in a region", "category": "Read-Only (No Auth)"},
{"name": "steam_getAppReviewSummary", "description": "Review score, totals, and positive percentage", "category": "Read-Only (No Auth)"},
{"name": "steam_getRegionalPricing", "description": "Pricing breakdown across multiple countries", "category": "Read-Only (No Auth)"},
{"name": "steam_getNewsForApp", "description": "Recent news and announcements for a game", "category": "Read-Only (No Auth)"},
{"name": "steam_getPlayerSummary", "description": "Player profile - name, avatar, status", "category": "Read-Only (API Key)"},
{"name": "steam_getOwnedGames", "description": "Game library with playtime", "category": "Read-Only (API Key)"},
{"name": "steam_queryWorkshop", "description": "Search and browse Workshop items", "category": "Read-Only (API Key)"},
{"name": "steam_getLeaderboardEntries", "description": "Leaderboard scores and rankings", "category": "Read-Only (API Key)"},
{"name": "steam_resolveVanityURL", "description": "Convert vanity URL to Steam ID", "category": "Read-Only (API Key)"},
{"name": "steam_getSchemaForGame", "description": "Achievement/stat schema with display names and icons", "category": "Read-Only (API Key)"},
{"name": "steam_getPlayerAchievements", "description": "Per-player achievement unlock status and timestamps", "category": "Read-Only (API Key)"},
{"name": "steam_getLeaderboardsForGame", "description": "List all leaderboards with numeric IDs", "category": "Read-Only (API Key)"},
{"name": "steam_createLobby", "description": "Code examples for ISteamMatchmaking lobby creation", "category": "Write / SDK Guidance"},
{"name": "steam_uploadWorkshopItem", "description": "Code examples for ISteamUGC Workshop uploads", "category": "Write / SDK Guidance"},
{"name": "steam_updateWorkshopItem", "description": "Update Workshop item metadata via partner API", "category": "Write / Publisher"},
{"name": "steam_setAchievement", "description": "Set/unlock achievements (dev/test)", "category": "Write / Publisher"},
{"name": "steam_clearAchievement", "description": "Clear/re-lock achievements (dev/test)", "category": "Write / Publisher"},
{"name": "steam_uploadLeaderboardScore", "description": "Upload leaderboard scores", "category": "Write / Publisher"},
{"name": "steam_grantInventoryItem", "description": "Grant inventory items", "category": "Write / Publisher"}
]