Skip to main content
Glama
aspose-cells-cloud

Aspose.Cells Cloud MCP Server

Official

remove_punctuation_marks

Removes punctuation from Excel text cells, preserving letters, numbers, and symbols. Ideal for NLP preprocessing and cleaning text for analysis.

Instructions

Removes punctuation marks from text cells while preserving alphanumeric characters and other symbols. This function uses Aspose.Cells Cloud API to process an Excel file and delete punctuation marks from text within cells. It removes sentence-ending punctuation (periods, question marks, exclamation points), internal punctuation (commas, semicolons, colons), quotation marks, apostrophes, parentheses, brackets, and other punctuation. However, it preserves letters (A-Z, a-z), numbers (0-9), spaces, and other symbol characters like currency symbols ($, €, £), mathematical operators (+, -, =, *, /), and special symbols (@, #, %, &, etc.). This is useful for text preprocessing in NLP, removing sentence boundaries for analysis, cleaning text for word counting, or preparing data for text mining where punctuation is considered noise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_rangeNo
worksheetNo
file_tokenYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It thoroughly discloses character-level behavior, listing exactly what punctuation is removed (periods, commas, brackets, etc.) and what is preserved (letters, numbers, spaces, currency symbols, math operators). It does not mention file-level effects like whether the original file is modified, but the character behavior is highly transparent.

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 multiple sentences but every sentence adds value: it defines the action, provides the character sets, and gives use cases. No filler or repetition; it is well-structured and appropriately sized for the tool's complexity.

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

Completeness4/5

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

For a simple text-processing tool with an output schema, it covers the core behavior and use cases thoroughly. It lacks explicit parameter explanations and file-handling details, but given the low complexity and the existence of an output schema, these are not critical 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%, and the description does not explain any parameters (file_token, _range, worksheet). It adds no meaning beyond the schema's property names, forcing the agent to infer the purpose of file_token and optional scope parameters from context alone.

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?

Clearly states it removes punctuation marks from text cells while preserving alphanumeric characters and other symbols. This distinguishes it from siblings like remove_symbols or remove_numeric_characters by explicitly defining what is removed (punctuation) and what is preserved (symbols).

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

Usage Guidelines4/5

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

Provides explicit use cases: 'useful for text preprocessing in NLP, removing sentence boundaries for analysis, cleaning text for word counting, or preparing data for text mining.' It implies when to use this tool but does not directly compare with alternatives or state when not to use it, so it lacks explicit exclusions.

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