Create Event Calendar File
create_event_calendar_fileUse this when a user wants to add a Dizko event to their calendar after choosing or buying tickets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| event_id | Yes |
create_event_calendar_fileUse this when a user wants to add a Dizko event to their calendar after choosing or buying tickets.
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| event_id | Yes |
Changes observed during successful MCP inspections.
Input schema / properties / event_id / descriptionRemoved value: -"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote."Input schema / properties / status / descriptionRemoved value: -"Calendar status, for example CONFIRMED or TENTATIVE."Output schema / (root)Previous value: -{
- "anyOf": [
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "calendar_event": {
- "properties": {
- "city": {
- "type": [
- "string",
- "null"
- ]
- },
- "ends_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "event_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "ics_content": {
- "type": "string"
- },
- "ics_filename": {
- "type": "string"
- },
- "starts_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "status": {
- "type": "string"
- },
- "ticket_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "title": {
- "type": [
- "string",
- "null"
- ]
- },
- "uid": {
- "type": "string"
- },
- "venue": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "uid",
- "ics_filename",
- "ics_content"
- ],
- "type": [
- "object",
- "null"
- ]
- }
- },
- "required": [
- "calendar_event"
- ],
- "type": "object"
- },
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "cause": {
- "type": [
- "string",
- "null"
- ]
- },
- "classification": {
- "type": [
- "string",
- "null"
- ]
- },
- "code": {
- "type": [
- "string",
- "null"
- ]
- },
- "error": {
- "type": "string"
- },
- "hostname": {
- "type": [
- "string",
- "null"
- ]
- },
- "retryable": {
- "type": "boolean"
- },
- "status": {
- "type": [
- "number",
- "null"
- ]
- },
- "type": {
- "type": "string"
- },
- "url": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "error"
- ],
- "type": "object"
- }
- ],
- "type": "object"
-}New value: +nullInput schema / properties / event_id / descriptionAdded value: +"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote."Input schema / properties / status / descriptionAdded value: +"Calendar status, for example CONFIRMED or TENTATIVE."Output schema / (root)Previous value: -nullNew value: +{
+ "anyOf": [
+ {
+ "properties": {
+ "assistant_instruction": {
+ "type": "string"
+ },
+ "calendar_event": {
+ "properties": {
+ "city": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ends_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "event_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ics_content": {
+ "type": "string"
+ },
+ "ics_filename": {
+ "type": "string"
+ },
+ "starts_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "type": "string"
+ },
+ "ticket_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "uid": {
+ "type": "string"
+ },
+ "venue": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "uid",
+ "ics_filename",
+ "ics_content"
+ ],
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "calendar_event"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "assistant_instruction": {
+ "type": "string"
+ },
+ "cause": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "classification": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "code": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "error": {
+ "type": "string"
+ },
+ "hostname": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "retryable": {
+ "type": "boolean"
+ },
+ "status": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "type": {
+ "type": "string"
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "error"
+ ],
+ "type": "object"
+ }
+ ],
+ "type": "object"
+}Input schema / properties / event_id / descriptionRemoved value: -"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote."Input schema / properties / status / descriptionRemoved value: -"Calendar status, for example CONFIRMED or TENTATIVE."Output schema / (root)Previous value: -{
- "anyOf": [
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "calendar_event": {
- "properties": {
- "city": {
- "type": [
- "string",
- "null"
- ]
- },
- "ends_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "event_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "ics_content": {
- "type": "string"
- },
- "ics_filename": {
- "type": "string"
- },
- "starts_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "status": {
- "type": "string"
- },
- "ticket_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "title": {
- "type": [
- "string",
- "null"
- ]
- },
- "uid": {
- "type": "string"
- },
- "venue": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "uid",
- "ics_filename",
- "ics_content"
- ],
- "type": [
- "object",
- "null"
- ]
- }
- },
- "required": [
- "calendar_event"
- ],
- "type": "object"
- },
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "cause": {
- "type": [
- "string",
- "null"
- ]
- },
- "classification": {
- "type": [
- "string",
- "null"
- ]
- },
- "code": {
- "type": [
- "string",
- "null"
- ]
- },
- "error": {
- "type": "string"
- },
- "hostname": {
- "type": [
- "string",
- "null"
- ]
- },
- "retryable": {
- "type": "boolean"
- },
- "status": {
- "type": [
- "number",
- "null"
- ]
- },
- "type": {
- "type": "string"
- },
- "url": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "error"
- ],
- "type": "object"
- }
- ],
- "type": "object"
-}New value: +nullDoes the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description says the tool adds an event to a calendar, a write-like side effect, while annotations mark readOnlyHint=true. This is a direct contradiction, and the description provides no other behavioral details such as what file is generated or how the calendar is updated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence, front-loaded with the 'Use this when' trigger, with no filler. It earns its place despite lacking parameter details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given two parameters, no output schema, and an annotation contradiction, the definition does not tell the agent enough about behavior or return value. It covers the trigger condition but leaves status semantics and the actual calendar-file mechanics unstated.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description fails to explain either parameter. Input schema coverage is 0%, so the agent must rely on the bare names event_id and status, and status remains opaque with no allowed values or purpose. This goes beyond the acceptable baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a concrete use case: add a Dizko event to the user's calendar after ticket choice or purchase. It names both the action and the resource, and no sibling tool covers calendar-file creation, so it is easy to distinguish.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Gives an explicit trigger condition ('after choosing or buying tickets'), which tells an agent when to invoke it. It does not document when not to use it or name alternatives, but the sibling list contains no direct alternative for this task, so the context is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.