Skip to main content
Glama
FlameTN7

L4D2 Workshop Mirror MCP

by FlameTN7

get_map_detail

Retrieve complete details for a L4D2 workshop map, including campaign detection results. Optionally include the map description.

Instructions

查询单张地图的完整详情,包含 phase2 战役判定结果。

默认不返回 description(省 token),需要时设 include_description=True(截断到 500 字符)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workshop_idYes工坊物品 ID
include_descriptionNo是否返回 description(截断到 500 字符)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently states the default behavior (description not returned to save tokens) and the truncation limit (500 characters), plus the inclusion of phase2 results. It does not mention permissions or error handling, but the 'query' verb implies a read-only operation.

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

Conciseness5/5

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

The description is concise and well-structured: two short sentences that front-load the primary purpose and then clarify the key parameter behavior. There is no redundant information or unnecessary elaboration.

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?

For a simple two-parameter tool with an output schema, the description adequately covers the essential context: what the tool does, the specific phase2 result it includes, and the critical default/optional behavior. It lacks edge-case context like not-found behavior or prerequisites, but the overall completeness is sufficient for this query tool.

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 input schema already provides complete descriptions for both parameters (workshop_id and include_description) with 100% coverage. The description adds the rationale for the default ('省 token' - save tokens) and reiterates the truncation behavior, but this is largely redundant with the schema. No significant additional parameter semantics are provided.

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 the tool's purpose: '查询单张地图的完整详情' (query complete details of a single map), and adds a specific distinguishing feature: '包含 phase2 战役判定结果' (including phase2 campaign determination result). This differentiates it from sibling list/search tools by focusing on singular detail retrieval with a unique data point.

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 does not explicitly state when to use this tool versus alternatives. It implies usage by describing a single-map detail query, but there is no mention of when not to use it or alternative tools. The only usage-related guidance is about the include_description parameter, which is more about parameter semantics than tool selection.

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/FlameTN7/L4D2-Map-AutoDownloader-MCP'

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