Skip to main content
Glama

Feedback Collector MCP

collect_feedback

Gather user feedback via an Electron app with customizable prompts, titles, and time formats, enabling structured input collection for analysis and improvement.

Instructions

Collect feedback from the user through an Electron app

Input Schema

NameRequiredDescriptionDefault
promptNoThe message to display to the user in the feedback windowPlease provide your feedback or describe your issue:
time_formatNoThe format for time informationfull
timezoneNoThe timezone to use (defaults to local)
titleNoThe title of the feedback windowAI Feedback Collection

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "prompt": { "default": "Please provide your feedback or describe your issue:", "description": "The message to display to the user in the feedback window", "type": "string" }, "time_format": { "default": "full", "description": "The format for time information", "enum": [ "full", "iso", "date", "time", "unix" ], "type": "string" }, "timezone": { "description": "The timezone to use (defaults to local)", "type": "string" }, "title": { "default": "AI Feedback Collection", "description": "The title of the feedback window", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Feedback Collector 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/ceciliomichael/feedbackjs-mcp'

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