Skip to main content
Glama

Create Event Calendar File

create_event_calendar_file
Read-only

Use this when a user wants to add a Dizko event to their calendar after choosing or buying tickets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
event_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changed
    • removedInput schema / properties / event_id / description
      Removed value: -"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote."
    • removedInput schema / properties / status / description
      Removed value: -"Calendar status, for example CONFIRMED or TENTATIVE."
    • changedOutput 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: +null
  2. Changed3 schema fields changed
    • addedInput schema / properties / event_id / description
      Added value: +"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote."
    • addedInput schema / properties / status / description
      Added value: +"Calendar status, for example CONFIRMED or TENTATIVE."
    • changedOutput 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"
      +}
  3. Changed3 schema fields changed
    • removedInput schema / properties / event_id / description
      Removed value: -"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote."
    • removedInput schema / properties / status / description
      Removed value: -"Calendar status, for example CONFIRMED or TENTATIVE."
    • changedOutput 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: +null
  4. First observed

TDQS

C2.8/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description says the tool 'add[s]' an event to a calendar, implying a state-changing write operation, while annotations declare readOnlyHint=true. This is a direct contradiction. No additional behavioral context is provided.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence, front-loaded with the intended use case and devoid of filler. It is structurally clean, though its brevity comes at the cost of behavioral and parameter detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema and two undocumented parameters, the description gives only selection context. It omits what the resulting calendar file contains, how 'status' affects behavior, and the contradiction with readOnlyHint is unresolved.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for undocumented parameters. It only mentions adding an event and does not explain 'event_id' or, more importantly, 'status', leaving the agent without the information needed to set parameters correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific use case: adding a Dizko event to the user's calendar after ticket selection/purchase. It identifies the action and resource, though it does not explicitly differentiate itself from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear trigger: use when the user wants to add an event after choosing or buying tickets. It does not mention when not to use it or name alternative tools, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation4/5

Most tools map to distinct actions across search, recommendations, preferences, tickets, and feedback, with clear descriptions. The only real ambiguity is between recommend_events and recommend_events_for_user, plus some follow-up overlap, but boundaries are mostly clear.

Naming Consistency4/5

Tool names follow a consistent imperative verb_noun pattern and use snake_case throughout. Minor inconsistency exists in event vs events pluralization and interchangeable create/save verbs, but the overall pattern is predictable.

Tool Count3/5

23 tools is a large surface for an events assistant, landing in the 16-25 range that feels heavy. The count is defensible given the breadth of features, but it is borderline and somewhat difficult to navigate.

Completeness4/5

The set covers the core consumer journey well: search, recommendations, preference onboarding and CRUD, ticket quoting and purchase, and post-event feedback. Missing order-status or refund/cancellation endpoints are minor gaps, but primary workflows do not hit dead ends.

Resources