Skip to main content
Glama

MCP Demo Project

by wubbyweb

reverse_word

Reverse the characters of any input word with this MCP Demo Project tool. Submit a word to receive its reversed version instantly.

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" }

You must be authenticated.

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