Skip to main content
Glama
GlossMod

GlossModMCP

Official
by GlossMod

get_mod_detail

Retrieve detailed information about a specific mod, including user and game details, by providing its mod ID.

Instructions

获取指定 Mod 的详细信息。

包括用户信息和游戏信息。

Mod详细网址:
https://mod.3dmgame.com/mod/<mod_id>

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mod_idYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states the operation is a get and describes the returned info (user and game details). However, it does not disclose safety aspects, auth requirements, or rate limits. The URL pattern adds some context.

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?

The description is short and to the point, with three sentences. The URL pattern provides useful context. No unnecessary information.

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

Completeness3/5

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

With no output schema, the description partially explains what is returned (user and game info) but lacks detail on the structure. For a simple tool with one parameter, it is adequate but not comprehensive.

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

Parameters3/5

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

The only parameter, mod_id, is self-explanatory from its name and title. The description does not add any additional meaning beyond what the schema provides, but the schema is minimal with 0% coverage. Baseline of 3 is appropriate.

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 that the tool retrieves detailed information of a specified mod, including user and game information. The verb '获取' (get) and resource 'Mod 详细信息' are specific, and the tool name distinguishes it from siblings like get_mods and get_game_detail.

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

Usage Guidelines3/5

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

The description implies usage when detailed info of a specific mod is needed, but it lacks explicit guidance on when to use this tool versus alternatives like get_mods. No when-not-to-use or exclusion criteria are provided.

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