Skip to main content
Glama
aspose-cells-cloud

Aspose.Cells Cloud MCP Server

Official

Convert Ods To Pdf

convert_ods_to_pdf

Convert ODS spreadsheets to PDF by providing Base64 encoded file data. Get a PDF output for sharing or archiving.

Instructions

Convert a ODS file to PDF. Input must be provided as a Base64 encoded string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ods_b64stringYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv26.4.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It adds the useful constraint that input must be a Base64 encoded string, but it does not describe the output format, return value, or any side effects or limitations.

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 short sentences with no wasted words. The core conversion is stated first, and the required input format follows immediately.

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

Completeness3/5

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

Adequate for a simple one-parameter conversion tool, but incomplete in one key area: with no output schema and no annotations, the description does not indicate what the tool returns (e.g., a Base64 PDF, a file ID, or a download link).

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 schema provides zero description for ods_b64string, so the description must compensate. It does clarify that the parameter is a Base64 encoded ODS file, which is meaningful, but it leaves out details such as encoding standards or size limits.

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 and resource: converting an ODS file to PDF. It is clearly distinguished from sibling tools like convert_excel_to_pdf and convert_excel_to_csv by naming the source format.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance is provided about when to use this tool versus alternatives such as convert_spreadsheet or convert_excel_to_pdf. The only usage signal is the format names in the tool name itself, which is implied rather than stated.

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