Skip to main content
Glama
albertm88

pdf-rescue-mcp

by albertm88

运行体检

run_health_check

Diagnose device, memory, GPU, and OCR dependencies to determine recommended processing mode. Offers quick mode for immediate results without loading OCR models.

Instructions

检查当前设备、内存、显卡和OCR相关依赖,给出推荐处理模式。快速模式不加载OCR模型,立即返回。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deep_probeNo是否深度探测(加载飞桨验证GPU,较慢)。默认false快速返回。

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 transparency burden. It clearly describes the tool's read-only diagnostic nature, the difference between fast and deep modes (including that fast mode skips OCR model loading), and immediate return behavior. However, it does not mention potential side effects such as PaddlePaddle initialization or error conditions.

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?

Two concise sentences, front-loaded with the main purpose and followed by a key behavioral note. No redundant words or unnecessary details.

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?

The description sufficiently covers the tool's purpose and mode behavior, and since an output schema exists, return values need not be listed. It could have added explicit guidance on when to run each mode, but for a simple health check tool it is largely complete.

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?

Schema coverage is 100% because the only parameter 'deep_probe' has a detailed description in the schema. The tool description adds nothing beyond that, so the 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 states a specific action ('检查' / check) and clearly identifies the target resources (设备、内存、显卡、OCR相关依赖), while also mentioning the output (推荐处理模式). This clearly distinguishes it from sibling PDF/OCR job tools.

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 this is a preflight health check, especially the fast mode for quick feedback, but does not explicitly state when to use versus alternatives like diagnose_pdf or plan_pdf_job. No exclusions or alternative tools are mentioned.

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/albertm88/pdf-rescue-mcp'

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