Skip to content

Conversation

@AvnerMaster
Copy link
Collaborator

@AvnerMaster AvnerMaster commented Nov 11, 2025

IMPORTANT
THIS PR CAN NOT BE MERGED UNTIL WE WILL HAVE A PII TABLE IN BIG BRAIN

With this tool clients can send us bug reports/feature requests/feedback/other things. And we can track it on big brain.

Here is a good example for its usage:

image

On big brain:
image

// Build the event data
const eventData: Record<string, unknown> = {
feedbackType: input.type,
message: input.message,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notice I did not add a toolType and toolName as I don't think it is needed (we do have those in our track tool event)

// Return success message
const feedbackTypeLabel = input.type.replace('_', ' ');
return {
content: `Thank you for your ${feedbackTypeLabel}! Your message has been sent to the monday MCP team. We review all feedback to improve the toolkit and will use this to make the MCP better.`,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think we should speak in first person like this - will be confusing as to who this message is coming from

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think I fully understand your comment.
I changed the text to:

Thank you for your ${feedbackTypeLabel}! Your message has been sent to the monday MCP team. The team reviews all feedback to improve the toolkit.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh got it.
Changed it to:

Message has been sent to the monday MCP team. The team reviews all feedback to improve the toolkit.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We talked about it online:
Changed the message to:

Message has been sent successfully. Thank you for your feedback!

- User errors like invalid input or missing required parameters
- Expected validation errors or permission issues
The MCP team reviews all submissions to improve the toolkit.`;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The MCP team reviews all submissions to improve the toolkit.`;

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants