Skip to main content
Glama
aspose-cells-cloud

Aspose.Cells Cloud MCP Server

Official

remove_symbols

Strip symbols and special characters from a cell range in an Excel worksheet, preserving only alphanumeric characters and spaces. Returns True on success.

Instructions

Removes all symbol and special characters (punctuation, currency symbols, mathematical operators, etc.) from cells within a specified range of a worksheet in an Excel file using Aspose.Cells Cloud API, preserving alphanumeric characters (A-Z, a-z, 0-9) and whitespace. Returns True if the operation succeeds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_rangeNo
worksheetNo
file_tokenYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must disclose side effects. It states preservation of alphanumerics and whitespace and return value on success, but omits failure behavior, whether the original file is modified in place, and default range/worksheet behavior when optional parameters are omitted.

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 sentence, making it easy to parse, but includes unnecessary filler 'using Aspose.Cells Cloud API' that doesn't help the agent. It is concise overall, though slightly less structured than ideal.

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?

The description provides a general understanding of the tool's function, but given no annotations, an output schema that is not shown, and many sibling text-removal tools, it lacks critical details like default range handling, error outputs, and precise operation scope. It is minimally viable but has clear gaps.

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

Parameters1/5

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

Schema description coverage is 0%, so the description should fully explain parameters. It only vaguely mentions 'range' and 'worksheet' without mapping to the actual _range and worksheet parameters, and does not introduce file_token at all. The format for _range (e.g., 'A1:B2') and default behaviors are missing.

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's action (removes symbol and special characters) and resource (cells in a worksheet range), with specific examples of what gets removed. However, it does not explicitly differentiate from overlapping sibling tools like remove_punctuation_marks.

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 when-to-use or when-not-to-use guidance is provided. The description does not mention alternative tools or advise when this tool is preferred over remove_punctuation_marks or remove_custom_characters.

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