Skip to main content
Glama
GlossMod

GlossModMCP

Official
by GlossMod

get_mods

Retrieve mods for a game using its ID. Supports filters like search, sorting by views or downloads, and time range.

Instructions

获取 Mod 列表。

⚠️ 前置条件:必须先使用 get_games 函数搜索游戏,获取其 id,然后才能查询 Mod。

典型工作流:
1. 调用 get_games(search="游戏名") 获取游戏 ID
2. 使用返回的 id 值作为此函数的 game_id 参数

支持多种筛选条件、排序和分页。

参数:
- page: 页码,默认 1
- page_size: 每页数量,默认 20
- game_id: 游戏ID,来自 get_games 函数的返回值
  * 支持单个 ID: game_id=123
  * 支持多个 ID (数组): game_id=[123, 456, 789](同时查询多个游戏的 Mod)
- search: 搜索关键词
- order: 排序方式(控制结果按什么字段排序)
  * 0 = 默认排序
  * 1 = 按浏览量排序
  * 2 = 按下载量排序
  * 3 = 按点赞量排序
  * 4 = 按收藏量排序
  * 5 = 按更新时间排序
- time: 时间筛选 (1=今天, 2=最近一周, 3=最近一个月, 4=最近三个月)

Mod详细网址:
https://mod.3dmgame.com/mod/<mod_id>
其中 mod_id 来自返回结果中的 "id" 字段

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
timeNo
orderNo
searchNo
game_idNo
page_sizeNo
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that this is a list operation with pagination and filtering. It mentions prerequisites and supports multiple game IDs. It does not discuss rate limits or error states, but is transparent about the read-only nature and required inputs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with sections for prerequisite, workflow, and parameter details. It is front-loaded with the purpose. While somewhat lengthy, every sentence adds value given the zero schema coverage.

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

Completeness4/5

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

Given the tool complexity (6 parameters, prerequisites, sorting, filtering), the description covers the essential workflow and parameter details. It also provides a URL pattern for mod details, which aids in using the output. Lacks explicit return format description, but the URL hint compensates.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage, so description adds significant value. It explains each parameter: page, page_size, game_id (single/multiple), search, order (with enum mapping), and time (with enum mapping). This goes well beyond the schema titles.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves a list of mods, with a specific prerequisite (game ID from get_games). It distinguishes from siblings like get_mod_detail (single mod) and get_games (game list).

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

Usage Guidelines4/5

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

Explicitly states prerequisite (must call get_games first) and provides a typical workflow. Lists multiple filters and sorting options. However, it does not explicitly mention when not to use this tool or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/GlossMod/gloss-mod-mcp'

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