Skip to main content
Glama
aspose-cells-cloud

Aspose.Cells Cloud MCP Server

Official

save_spreadsheet_as

Convert a spreadsheet in cloud storage to a different format and save it as a new file, supporting conversions like XLSX to PDF.

Instructions

Convert a spreadsheet in Aspose Cloud Storage to a different format (e.g., XLSX to PDF) and save it as a new file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_tokenYes
target_formatYes
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 states that it saves as a new file, implying a write operation, but does not disclose whether the original file is modified, what authentication is required, what happens on invalid target formats, or what the response contains. The limited statement is insufficient for a conversion tool that creates new files in cloud storage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence that front-loads the primary action ('Convert a spreadsheet') and the outcome ('save it as a new file'). It avoids waste and presents the core behavior efficiently. However, it could have used a bit more structure or additional clauses to include usage guidance without becoming verbose, so it is not a 5.

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?

Given the many sibling tools (e.g., convert_excel_to_pdf, save_spreadsheet_as_with_scaling_mode) and the absence of annotations, output schema, and param descriptions, the description is too sparse. It does not clarify the return value, how to obtain file_token, which formats are supported, or when to prefer specialized variants. This makes the tool ambiguous in the broader context of the API.

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?

The schema has 0% description coverage and no enums, so the description must compensate. It only mentions an example format conversion but does not explain that file_token is the identifier of an existing file in Aspose Cloud Storage, nor does it specify allowed values for target_format or how the file_token is obtained. The parameter names are self-descriptive but lack critical details, leaving the agent to guess or rely on external knowledge.

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 states the tool converts a spreadsheet in Aspose Cloud Storage to a different format and saves it as a new file. The verb 'Convert' and resource 'spreadsheet' are specific, and the example (XLSX to PDF) adds clarity. However, it does not explicitly distinguish itself from sibling tools like convert_spreadsheet or the save_spreadsheet_as_with_* variants, so it falls short of a 5.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention that this is the base version and that save_spreadsheet_as_with_scaling_mode or save_spreadsheet_as_with_save_options_json_data should be used for those specific options, nor does it reference convert_spreadsheet or the format-list tools. There is no when-not to use, leaving the agent without contextual decision-making help.

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/aspose-cells-cloud/Aspose.Cells-Cloud-MCP-Server'

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