Skip to main content
Glama

interactive-mcp

MIT License
92
1
  • Apple
  • Linux

message_complete_notification

Signal the end of a response by notifying users once per message. Use this tool to confirm task completion, summarize actions, or mark the conclusion of a multi-step process. Ensures clarity and proper response closure.

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

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