example_tool
Process messages efficiently within the Jira MCP Server to enable streamlined communication and issue management through natural language interactions.
Instructions
An example tool that processes messages
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | No | Message to process |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "Message to process",
"type": "string"
}
},
"type": "object"
}