Skip to main content
Glama
aspose-cells-cloud

Aspose.Cells Cloud MCP Server

Official

word_case

Change text case in a specified Excel worksheet range to uppercase, lowercase, title case, sentence case, or toggle case via Aspose.Cells Cloud API.

Instructions

Converts text case (uppercase, lowercase, title case, sentence case, or toggle case) within a specified range of a worksheet in an Excel file using Aspose.Cells Cloud API. Returns True if the operation succeeds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_rangeNo
worksheetNo
file_tokenYes
word_case_typeNoUpperCase

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It discloses the core operation (converting case in a worksheet range) and the return value (True on success), implying a mutation. However, it does not explicitly state that existing cell values are overwritten, mention permissions or error handling, or clarify if the operation is reversible. This partial disclosure is adequate but lacks depth for a mutation tool.

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 that front-loads the verb and resource, followed by the case types and API context. It is efficient, but the phrase 'using Aspose.Cells Cloud API' is somewhat redundant and could be omitted. Overall, it is concise and well-structured.

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 4 parameters, no annotations, and an output schema that is likely just a boolean, the description is not complete enough for an agent to invoke the tool correctly. It lacks necessary details about range syntax, worksheet identification, and the exact accepted values for word_case_type. The description covers the high-level purpose but leaves critical invocation details to inference.

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?

Schema description coverage is 0%, so the description must compensate. It adds meaning for word_case_type by listing possible values (uppercase, lowercase, etc.) and references worksheet and range. However, it does not explain the format of _range or how worksheet is specified, leaving key parameters ambiguous. The description adds some value but fails to fully document the parameters needed for correct invocation.

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 clearly states the tool's function: converting text case within a worksheet range. It lists the supported case types (uppercase, lowercase, title case, sentence case, toggle case) and explicitly differentiates it from sibling tools like trim_text or remove_* by focusing on case conversion. The verb 'Converts' and resource 'text case within a specified range' are specific and unambiguous.

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

Usage Guidelines3/5

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

The description implies usage when text case needs changing, but does not provide explicit when-to-use or when-not-to-use guidance, nor does it name alternatives. There are no exclusions or comparisons to sibling tools, leaving the agent to infer relevance based solely on the tool's unique purpose.

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