record_event_feedback

Use this when a user says whether they liked or disliked a specific event, provides a rating, or shares notes, so future UPlayground recommendations can learn from that feedback.

Server Events uplayground-events
Category Write
Risk class Medium
Parameters 73 required

What record_event_feedback does on Events

AI agents use record_event_feedback to create or update resources in Events — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Events environment.

ParameterTypeRequiredDescription
liked boolean
notes string
rating number
event_id string Yes
profile_id string Yes
attended_at string ISO date/time or YYYY-MM-DD.
profile_secret string Yes Private profile secret returned when the profile was created.

Parameters from the server's own tool schema.

Why record_event_feedback needs a policy

This tool writes user feedback (ratings, likes/dislikes, notes) to a persistent store to influence future recommendations. It creates/modifies data reversibly with no financial, destructive, or execution implications. Severity is low because the blast radius of misuse is minimal — at worst, incorrect feedback skews personalized recommendations.

From the tool's definition 'record_event_feedback' — 'user says whether they liked or disliked a specific event, provides a rating, or shares notes, so future recommendations can learn from that feedback'

Questions about record_event_feedback

What does the record_event_feedback tool do? +

Use this when a user says whether they liked or disliked a specific event, provides a rating, or shares notes, so future UPlayground recommendations can learn from that feedback. It is categorised as a Write tool in the Events MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does record_event_feedback accept? +

record_event_feedback accepts 7 parameters: liked, notes, rating, event_id, profile_id, attended_at, profile_secret. Required: event_id, profile_id, profile_secret. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on record_event_feedback? +

Register the Events MCP server in PolicyLayer and add a rule for record_event_feedback: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Events. Nothing to install.

What risk level is record_event_feedback? +

record_event_feedback is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit record_event_feedback? +

Yes. Add a rate_limit block to the record_event_feedback rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block record_event_feedback completely? +

Set action: deny in the PolicyLayer policy for record_event_feedback. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides record_event_feedback? +

record_event_feedback is provided by the Events MCP server (uplayground-events). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

record_event_feedback is one line of Events's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.