Skip to main content
Glama

Interactive MCP

MIT License
92
291
  • Apple
  • Linux

message_complete_notification

Signal the completion of a response or task by sending a notification. Use this tool once per message to clearly indicate when an action or query has finished, ensuring users are informed of the end of a process.

Instructions

Input Schema

NameRequiredDescriptionDefault
messageYesNotification body
projectNameYesNotification title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "Notification body", "type": "string" }, "projectName": { "description": "Notification title", "type": "string" } }, "required": [ "projectName", "message" ], "type": "object" }

Other Tools from Interactive MCP

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/ttommyth/interactive-mcp'

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