Skip to main content
Glama

MCP JIRA Server

echo

Transform and return input text with optional case modification, enabling quick validation and processing in MCP JIRA Server workflows.

Instructions

Echo back the input text with optional case transformation

Input Schema

NameRequiredDescriptionDefault
textYes
transformNo

Input Schema (JSON Schema)

{ "properties": { "text": { "title": "Text", "type": "string" }, "transform": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Transform" } }, "required": [ "text" ], "title": "echo_toolArguments", "type": "object" }
Install Server

Other Tools from MCP JIRA Server

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/codingthefuturewithai/mcp_jira'

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