AI agents use create_event_calendar_file 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.
| Parameter | Type | Required | Description |
|---|---|---|---|
status | string | — | Calendar status, for example CONFIRMED or TENTATIVE. |
event_id | string | Yes | Event id returned by search, recommendations, plan_night, get_event, or a ticket quote. |
Parameters from the server's own tool schema.
This tool creates a new calendar entry representing a user's event choice or ticket purchase. This is a write operation that modifies the user's calendar data reversibly—the entry can be edited or deleted later. It does not delete, execute arbitrary code, move money, or have destructive side effects.
From the tool's definition Tool description states it is used to 'add a UPlayground event to their calendar', which involves creating a calendar file or entry.
Attacks that exploit this kind of access
Use this when a user wants to add a UPlayground event to their calendar after choosing or buying tickets. 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.
create_event_calendar_file accepts 2 parameters: status, event_id. Required: event_id. The full parameter table on this page comes from the server's own tool schema.
Register the Events MCP server in PolicyLayer and add a rule for create_event_calendar_file: 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.
create_event_calendar_file is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the create_event_calendar_file 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.
Set action: deny in the PolicyLayer policy for create_event_calendar_file. 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.
create_event_calendar_file 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.
create_event_calendar_file 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 →