Skip to main content
Glama
aspose-cells-cloud

Aspose.Cells Cloud MCP Server

Official

Convert Excel

convert_excel

Convert Excel spreadsheet data from Base64 input into PDF, CSV, HTML, or XPS. Specify target format to get transformed output.

Instructions

Convert Excel content (provided as a Base64 string) to a specified format such as PDF, CSV, HTML, or XPS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatYes
spreadsheet_b64stringYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv26.4.0

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does mention that the input must be a Base64 string and that the result will be in a chosen format, but it does not state how the converted result is returned (e.g., Base64, binary, file reference), whether the input file is destroyed, or whether there are limits 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?

The description is a single clear sentence with no filler. The essential input encoding and format examples are front-loaded, and every part of the sentence adds useful information.

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?

The tool has no annotations, no output schema, and no parameter descriptions, so the description should compensate. It explains the input and general conversion goal, but omits how the output is delivered, what the valid format values are, and how this relates to the numerous sibling conversion tools. An agent cannot confidently invoke it and handle the result without additional assumptions.

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?

Schema description coverage is 0%, so the description must compensate. It maps spreadsheet_b64string to Base64-encoded Excel content and format to a target format, with useful concrete examples (PDF, CSV, HTML, XPS). It does not enumerate acceptable format values or clarify case sensitivity, but it gives an agent enough to understand both required parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly names a specific verb (convert), a resource (Excel content as Base64), and target formats (PDF, CSV, HTML, XPS), so an agent can tell what the tool does. However, it does not differentiate this generic converter from dedicated siblings like convert_excel_to_csv, convert_excel_to_pdf, or convert_spreadsheet.

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?

There is no guidance about when to use this tool rather than the many format-specific sibling tools. With alternatives like convert_excel_to_csv, convert_excel_to_json, and save_spreadsheet_as, an agent is left to guess whether this is the intended generic entry point or a legacy overlap.

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