Skip to main content
Glama
xiaobenyang-com

Text-Transformer

isPalindrome

isPalindrome

Check if text reads the same forwards and backwards. This tool verifies palindrome strings and can optionally ignore spaces for accurate detection.

Instructions

Check if text is a palindrome (reads the same forwards and backwards)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
ignoreSpacesNo
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states the basic function but doesn't disclose behavioral traits like case sensitivity (implied by 'ignoreSpaces' parameter but not explained), handling of punctuation, performance characteristics, or what the return value looks like (boolean? string?). For a tool with no annotation coverage, this is insufficient.

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?

Single sentence that efficiently conveys the core purpose with zero waste. The description is appropriately sized for this simple utility function and front-loads the essential information immediately.

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 no annotations, no output schema, and 0% schema description coverage, the description is incomplete. It explains what palindrome checking is but doesn't cover parameter behaviors, return format, edge cases, or how it differs from similar text operations. For a utility tool with undocumented parameters, more context is needed.

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

Parameters3/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 mentions 'text' but doesn't explain the 'ignoreSpaces' parameter at all. The description adds meaning for the primary 'text' parameter by defining palindrome checking, but leaves the boolean parameter completely undocumented, failing to fully compensate for the schema coverage gap.

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 specific verb ('Check if') and resource ('text is a palindrome'), with precise technical definition ('reads the same forwards and backwards'). It distinguishes from sibling tools like 'reverse' or 'countCharacters' by focusing on palindrome detection rather than transformation or counting.

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 guidance is provided about when to use this tool versus alternatives. While the purpose is clear, there's no mention of when palindrome checking is appropriate versus other text operations like 'reverse' or 'countWords', nor any prerequisites or constraints for usage.

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/xiaobenyang-com/Text-Transformer'

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