Skip to main content
Glama
h30190

PCC Downloader MCP Server

by h30190

batch_download_specifications

Download multiple construction specifications at once by providing chapter codes or keywords and selecting formats. Automates batch retrieval of documents in doc, odt, xls, ods, or pdf via a single tool call.

Instructions

批次下載多個規範,一次 tool call 完成。適合自動化任務。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
Install Server

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It only states that the operation completes in a single tool call; it does not reveal how invalid items are handled, whether downloads are returned as files or links, whether the operation is atomic, or any side effects.

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 only two short sentences and avoids redundancy. The first sentence states the core operation, and the second adds a relevant use case; every part contributes to decision-making.

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

Completeness2/5

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

With no annotations, no output schema, and a nested array parameter, the description is under-specified. An agent cannot tell what the tool returns, how batching failures are reported, or what valid formats/chapter codes are beyond raw schema definitions. This is not enough for reliable autonomous invocation.

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

Parameters2/5

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

Schema coverage is 0% and the description does not compensate by explaining the items parameter or its sub-fields. The statement 'batch download multiple specifications' broadly implies items is a list of specifications, but it adds no meaning beyond the schema's own nested property descriptions.

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 action ('批次下載多個規範' – batch download multiple specifications) and explicitly notes that it is completed in one tool call. This separates it from the singular download_specification sibling and from the search/list siblings.

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 phrase '一次 tool call 完成' and '適合自動化任務' imply this is for downloading multiple specifications at once, particularly in automated workflows. However, it does not explicitly state when to prefer this over download_specification or list_chapters, nor does it mention any exclusions.

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

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/h30190/HJPLUS_PCC_downloader_MCP'

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