Skip to main content
Glama
WendongAI

1pdf

by WendongAI

system_status

Report current version, platform, optional dependencies, and available tools in the 1PDF server. Optionally refresh cached executable availability.

Instructions

Report 1PDF MCP version, platform, optional dependencies, and which tools are currently available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refreshNoRecheck executable availability instead of using cached results
Behavior3/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 of behavioral disclosure. It clearly states what information is reported, and the overall tone implies a read-only, safe operation. However, it does not explicitly mention that results are cached by default (only the schema's refresh parameter description implies this) or that no side effects occur. This is a minor gap for a status tool.

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 a single sentence that front-loads the action and lists the report contents without redundancy. Every word contributes to understanding the tool's purpose.

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

Completeness5/5

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

The tool is simple, has only one optional parameter, and no output schema. The description sufficiently explains what the tool returns by listing the major categories of information (version, platform, dependencies, available tools). This is complete for a status 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 covers 100% of the parameters (the single 'refresh' boolean) with a clear description, so the baseline is 3. The tool description does not mention the parameter or add any additional semantics beyond what the schema already provides.

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 uses a specific verb ('Report') and resource ('1PDF MCP') and explicitly lists the items reported (version, platform, optional dependencies, available tools). This clearly distinguishes it from the many sibling tools, which all perform document conversions or manipulations.

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?

The description makes the tool's context obvious as a system status utility without needing an explicit 'use when' statement. No sibling tools serve a similar purpose, so there are no alternative tools to exclude. The only minor gap is that it doesn't explicitly say to use this tool when you need to check availability or diagnose issues, but this is strongly implied.

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/WendongAI/onepdf-mcp-server'

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