Skip to main content
Glama
nicklee002e
by nicklee002e

estimate_conversion

Estimate the cost in USDC and credits for converting a local PDF, Word, Excel, or PowerPoint file to Markdown, without any payment or conversion.

Instructions

문서 변환 가격을 미리 확인한다(결제·변환 없음).

Args: file_path: 변환할 로컬 파일 경로(pdf/docx/xlsx/pptx). Returns: pages(페이지 상당), credits, priceUsdc(예 "0.3"), payTo, jobId/jobToken.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
Behavior5/5

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

No annotations provided, so the description carries full burden. It clearly states no payment or conversion occurs, and lists return values (pages, credits, price, etc.), making behavior transparent without contradiction.

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, front-loaded with purpose, and uses bullet points for arguments and returns. Every sentence serves a purpose with no wasted words.

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?

Given only one parameter, no output schema, and no annotations, the description is quite complete. It explains return fields and file types. However, terms like 'credits' and 'payTo' could use more explanation for full context.

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

Parameters4/5

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

The description adds file type hints (pdf/docx/xlsx/pptx) to the sole parameter 'file_path', which the schema lacks (0% coverage). This compensates for the schema gap, though additional format details could enhance clarity.

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: checking document conversion price without performing the conversion. It distinguishes itself from the sibling tool 'convert_document' by specifying no payment or conversion happens.

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 implies when to use (before converting) and that it's a dry run. While it doesn't explicitly state when not to use, the contrast with the sibling tool provides context. Could be more explicit about use cases.

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/nicklee002e/docconv-mcp'

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