Skip to main content
Glama
mohamedkuch

Utilia Agent Media and Solana Tools

by mohamedkuch

Convert PDF to Markdown

pdf_to_markdown
Read-onlyIdempotent

Extract a PDF into page-delimited Markdown with metadata and a source digest.

Instructions

Extract a PDF into page-delimited Markdown with metadata and a source digest. Costs $0.0025.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
titleNo
maxPagesNo
pdfBase64No

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.7

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already indicate readOnly, openWorld, and idempotent traits. The description adds context about cost ($0.0025) and output format (page-delimited Markdown with metadata and source digest), which are beyond the annotations. No contradictions.

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?

Single sentence with no wasted words. All key elements are front-loaded: action, output format, and cost.

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?

While the description captures the overall purpose, it lacks parameter documentation and does not explain how to provide the PDF (via URL or base64). With 4 parameters and no output schema, more detail is needed for correct 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 description coverage is 0%, so the description must compensate. However, the description does not explain any of the 4 parameters (url, title, maxPages, pdfBase64). The agent must infer from parameter names alone, which is insufficient.

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 extracts a PDF into page-delimited Markdown with metadata and a source digest, using a specific verb and resource. It distinguishes from sibling tools which are in different domains (audio, Solana).

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?

No explicit when-to-use or when-not-to-use instructions are provided. However, the tool's purpose is clear and sibling tools are unrelated, so usage is implied but not explicitly guided.

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