Skip to main content
Glama

MCP Demo Project

by wubbyweb

reverse_word

Reverse the characters of any word with this tool. Input a word, and it will return the reversed version, ideal for text transformation tasks in the MCP Demo Project.

Instructions

Reverses the characters in a given word

Input Schema

NameRequiredDescriptionDefault
wordYesThe word to reverse

Input Schema (JSON Schema)

{ "properties": { "word": { "description": "The word to reverse", "type": "string" } }, "required": [ "word" ], "type": "object" }

Other Tools from MCP Demo Project

Related Tools

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/wubbyweb/mcp-demo'

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