Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ITAD_API_KEYNoYour IsThereAnyDeal API key (required for key-based endpoints; alternative env vars: ISTHEREANYDEAL_API_KEY, APIKEY, apikey)
ITAD_OAUTH_TOKENNoYour OAuth token for OAuth endpoints

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
collection_copies_v1_deleteB

[DELETE] /collection/copies/v1 - Delete Copies。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

collection_copies_v1_getA

[GET] /collection/copies/v1 - List Copies。无额外必填参数。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

collection_copies_v1_patchB

[PATCH] /collection/copies/v1 - Update Copies。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

collection_copies_v1_postB

[POST] /collection/copies/v1 - Add Copies。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

collection_games_v1_deleteB

[DELETE] /collection/games/v1 - Delete from Collection。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

collection_games_v1_getC

[GET] /collection/games/v1 - Games in Collection。无额外必填参数。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

collection_games_v1_putA

[PUT] /collection/games/v1 - Add to Collection。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

collection_groups_v1_deleteB

[DELETE] /collection/groups/v1 - Delete Categories。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

collection_groups_v1_getA

[GET] /collection/groups/v1 - Get all Categories。无额外必填参数。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

collection_groups_v1_patchC

[PATCH] /collection/groups/v1 - Update Categories。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

collection_groups_v1_postB

[POST] /collection/groups/v1 - Create new Category。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

deals_v2B

[GET] /deals/v2 - Deals List。无额外必填参数。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

games_bundles_v2B

[GET] /games/bundles/v2 - Bundles including Game。必填: query: id。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

games_history_v2C

[GET] /games/history/v2 - History log。必填: query: id。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

games_historylow_v1C

[POST] /games/historylow/v1 - History Low。必填: body。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

games_info_v2C

[GET] /games/info/v2 - Game Info。必填: query: id。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

games_lookup_v1C

[GET] /games/lookup/v1 - Lookup Game。无额外必填参数。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

games_overview_v2C

[POST] /games/overview/v2 - Price Overview。必填: body。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

games_prices_v3D

[POST] /games/prices/v3 - Prices。必填: body。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

games_search_v1B

[GET] /games/search/v1 - Search。必填: query: title。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

games_storelow_v2C

[POST] /games/storelow/v2 - Store Low。必填: body。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

games_subscriptions_v1C

[POST] /games/subs/v1 - Game Subscriptions。必填: body。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

internal_earlyaccess_v1A

[GET] /internal/early-access/v1 - Early Access Games。无额外必填参数。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

internal_exfgls_v1C

[GET] /internal/exfgls/v1 - Excluded from Family Sharing。必填: body。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

internal_hltb_v1B

[GET] /internal/hltb/v1 - HowLongToBeat Overview。必填: query: appid。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

internal_players_v1B

[GET] /internal/players/v1 - Number of Players Statistics。必填: query: appid。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

internal_rates_v1B

[GET] /internal/rates/v1 - Conversion Rates。无额外必填参数。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

internal_reviews_v1C

[GET] /internal/reviews/v1 - Reviews Score。必填: query: appid。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

internal_twitchstream_v1A

[GET] /internal/twitch/stream/v1 - Current stream of Twitch channel。必填: query: channel。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

internal_wsgf_v1C

[GET] /internal/wsgf/v1 - WSGF Overview。必填: query: appid。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

lookup_gid_shopid_v1B

[POST] /lookup/id/shop/{shopId}/v1 - Lookup ITAD game IDs by IDs on shop。必填: path: shopId | body。可选 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

lookup_gid_title_v1B

[POST] /lookup/id/title/v1 - Lookup ITAD game IDs by title。必填: body。可选 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

lookup_shopid_gid_v1A

[POST] /lookup/shop/{shopId}/id/v1 - Lookup game IDs on shop by ITAD game IDs。必填: path: shopId | body。可选 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

notifications_list_v1_getB

[GET] /notifications/v1 - List notifications。无额外必填参数。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

notifications_read_all_v1_putB

[PUT] /notifications/read/all/v1 - Mark all notifications read。无额外必填参数。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

notifications_read_v1_putC

[PUT] /notifications/read/v1 - Mark notification read。必填: query: id。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

notifications_waitlist_v1_getA

[GET] /notifications/waitlist/v1 - Waitlist notification detail。必填: query: id。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

profiles_link_v1_deleteC

[DELETE] /profiles/link/v1 - Unlink profile。必填: headers: ITAD-Profile。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

profiles_link_v1_putC

[PUT] /profiles/link/v1 - Link profile。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

profiles_sync_collection_v1_putC

[PUT] /profiles/sync/collection/v1 - Sync Collection。必填: headers: ITAD-Profile | body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

profiles_sync_waitlist_v1_putC

[PUT] /profiles/sync/waitlist/v1 - Sync Waitlist。必填: headers: ITAD-Profile | body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

service_shops_v1A

[GET] /service/shops/v1 - Get Shops。无额外必填参数。无需鉴权。可读取资源 itad://guide/calling 获取完整调用说明。

stats_most_collected_v1C

[GET] /stats/most-collected/v1 - Most Collected。无额外必填参数。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

stats_most_popular_v1B

[GET] /stats/most-popular/v1 - Most Popular。无额外必填参数。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

stats_most_waitlisted_v1B

[GET] /stats/most-waitlisted/v1 - Most Waitlisted。无额外必填参数。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

stats_waitlist_v1C

[GET] /stats/waitlist/v1 - Waitlist Stats。必填: query: id。需要 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。

user_info_v2B

[GET] /user/info/v2 - User Info。无额外必填参数。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

user_notes_v1_deleteB

[DELETE] /user/notes/v1 - Delete notes。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

user_notes_v1_getA

[GET] /user/notes/v1 - Get notes。无额外必填参数。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

user_notes_v1_putB

[PUT] /user/notes/v1 - Add or edit notes。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

waitlist_games_v1_deleteA

[DELETE] /waitlist/games/v1 - Delete from Waitlist。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

waitlist_games_v1_getB

[GET] /waitlist/games/v1 - Games in Waitlist。无额外必填参数。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

waitlist_games_v1_putB

[PUT] /waitlist/games/v1 - Add to Waitlist。必填: body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
calling-guide面向 Agent 的可调用信息(输入结构、鉴权、端点必填项)
endpoint-index53 个 MCP 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/ai-repo-save/isthereanydeal-mcp'

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