events
Server Details
Live event discovery: concerts, club nights, art, comedy, and festivals across 14 cities.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
24 toolscreate_event_calendar_fileCreate Event Calendar FileCRead-onlyInspect
Use 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 |
TDQS
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.
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.
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.
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.
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.
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.
create_event_preference_profileCreate Event Preference ProfileBInspect
Use this when a user agrees to create a saved Dizko preference profile.
| Name | Required | Description | Default |
|---|---|---|---|
| consent | Yes | ||
| preferences | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate this is a write operation (readOnlyHint=false) but not destructive. The description adds little behavioral context beyond the name, such as whether existing profiles are replaced, whether consent must be true, or what side effects creation has.
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?
The description is a single, front-loaded sentence with no filler or redundancy. It is concise, though it omits important operational details that could make it more complete.
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 the complex nested preferences schema, a required consent flag, and no output schema, the description is far too thin. It provides no guidance on what a preference profile contains, how consent factors in, or how this relates to similar sibling tools.
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?
Schema coverage is 0%, and the description does not mention the required 'consent' parameter or the meaning of the 'preferences' object. With no parameter explanation in the description, an agent has no semantic guidance beyond the raw schema.
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?
The description names a specific action ('create') and a specific resource ('saved Dizko preference profile'), so the core purpose is clear. It does not, however, differentiate this tool from the closely named sibling save_event_preferences, which weakens clarity.
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?
The description provides an explicit use condition: 'when a user agrees to create a saved Dizko preference profile.' This gives clear contextual triggering but does not mention when not to use it or how it relates to alternatives like save_event_preferences.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
delete_event_preferencesDelete Event PreferencesADestructiveInspect
Use this only when a user asks to delete their Dizko saved event preferences and feedback history.
| Name | Required | Description | Default |
|---|---|---|---|
| profile_id | Yes | ||
| confirm_delete | Yes | ||
| profile_secret | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The destructiveHint annotation already flags mutation, and the description adds useful scope by disclosing that both preferences and feedback history are deleted. It also adds a consent precondition ('only when a user asks'), which is relevant behavioral context beyond the annotation.
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?
The description is a single front-loaded sentence with no wasted words. It efficiently communicates both purpose and usage trigger.
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?
For a destructive tool with three required parameters, no output schema, and zero schema coverage, this description is far too thin. An agent cannot infer the role of profile_secret, the semantics of confirm_delete, or the nature of the deletion (permanence, cascading effects), making it inadequate for safe invocation.
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?
Schema description coverage is 0%, so the description must compensate by explaining the three required parameters, but it does not. Nothing clarifies what profile_id, profile_secret, or confirm_delete mean, how they relate to each other, or that confirm_delete likely gates the destructive action.
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?
The description names a specific verb ('delete') and a precise resource ('Dizko saved event preferences and feedback history'), which clearly distinguishes it from sibling tools like get_event_preferences or save_event_preferences. The phrase 'only when a user asks' further pins down the intended action.
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?
It explicitly states when to use the tool: only when the user asks to delete their saved event preferences and feedback history. The word 'only' provides an implicit when-not, but the description does not name alternative tools for related intents such as saving or retrieving preferences.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_scene_entitiesFind Scene EntitiesBRead-onlyInspect
Use this when a user asks who a DJ is or about a venue, collective, or promoter.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| city | No | ||
| kind | Yes | ||
| genre | No | ||
| limit | No | ||
| query | No | ||
| date_to | No | ||
| date_from | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety and closed-world aspects are covered without the description. The description adds no behavioral detail such as whether a query is a partial match, whether an ID is preferred, or what data quality to expect, but it does not contradict the annotations.
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 short, front-loaded sentence with no filler or repetition. It immediately gives the actionable context, even though it is thin on other 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 8 parameters, an anyOf grouping, a required kind, and no output schema, the description provides too little context for an agent to construct calls confidently. Important usage details like id-based lookup vs query search filters, date constraints, and limit behavior are missing or left entirely to the schema.
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?
With schema description coverage at 0%, the description should compensate for the undocumented parameters, but it only hints at the kind enum by naming DJ, venue, collective, and promoter. It says nothing about id, query, city, genre, limit, date_from, or date_to, and it omits artist as a valid kind.
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?
The description gives a concrete trigger: use it when the user asks who a DJ is or about a venue/collective/promoter, which makes it distinguishable from event-focused siblings like search_events or get_artist_events. It stops short of stating the unified action of finding scene entities and omits the 'artist' kind even though the schema includes it.
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?
'Use this when a user asks...' is an explicit usage condition tied to user intent. However, it does not contrast this tool with any alternative or say when not to use it, so the guidance is contextful but not a full routing decision.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_artist_eventsGet Artist EventsBRead-onlyInspect
Use this when a user wants upcoming events for named artists or artists saved in a Dizko profile.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| artists | No | ||
| date_to | No | ||
| date_from | No | ||
| profile_id | No | ||
| profile_secret | No | ||
| limit_per_artist | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already covers safety, and the description adds that the tool returns upcoming events and supports profile-based artists. It does not disclose detail such as whether artists and profile are mutually exclusive, how auth is handled, or what the response shape is, but no contradiction exists.
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?
The description is a single, front-loaded sentence with no wasted words. It is concise and readable, though the brevity comes at the cost of important parameter and behavior detail.
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 seven parameters, no output schema, and no parameter descriptions, the tool definition is insufficient. It fails to explain how inputs combine, which parameters are essential for different scenarios, or what the response contains, making it only minimally adequate for reliable invocation.
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?
With 0% schema description coverage, the description must compensate, but it only hints at two parameters: named artists ('artists') and profile-based artists ('profile_id'/'profile_secret'). It says nothing about city, date_from, date_to, or limit_per_artist, leaving most of the seven parameters semantically unexplained.
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?
The description clearly identifies the resource as upcoming events and scopes it to named artists or Dizko profile artists, which distinguishes it from generic event search tools. It lacks an explicit verb like 'retrieves' or 'lists', but the user-goal phrasing makes the purpose unambiguous.
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?
The description states exactly when to use this tool: when a user wants upcoming events for named artists or profile-saved artists. It does not explicitly exclude alternatives or name sibling tools, but the context is clear enough for an agent to select it confidently.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_artist_pageGet Artist PageARead-onlyInspect
Use this when a user wants an artist's Dizko page or a specific published mix or set. Returns the page embeds with stable block ids for deep links.
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark this as read-only; the description adds useful behavioral context by stating that the result contains page embeds and stable block ids intended for deep links. This goes beyond the annotations without contradicting them.
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?
Two concise sentences: the first gives the selection trigger and the second gives the key output characteristic. No filler or repetition; the structure is well front-loaded.
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?
For a single-parameter, read-only tool, the description gives the essential use case and return nature, but with no output schema and no parameter documentation it does not fully specify what `handle` must be or what the embeds structure looks like. An agent can make a reasonable guess, but not with full certainty.
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?
With 0% schema description coverage, the description is the only source for understanding `handle`, but it never actually defines what `handle` refers to or what format it should take. The resource phrasing implies an artist handle, but the mention of 'a specific published mix or set' leaves ambiguity about whether the same handle covers mixes/sets or whether they are addressed differently.
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?
The description states a concrete resource — an artist's Dizko page or a specific published mix/set — and says the tool returns page embeds with stable block ids. It is clearly scoped and distinguishable from event-focused siblings, though it does not explicitly name an alternative or contrast with any sibling.
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?
The description opens with an explicit 'Use this when a user wants...' trigger, which gives clear context for when to invoke it. It does not, however, state when not to use it or point to an alternative tool, so it falls short of full routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_city_pulseGet City PulseARead-onlyInspect
Use this when a user wants a city's busiest nights, top venues, genre mix, and headline events.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| days | No | ||
| date_from | No | ||
| event_types | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only and closed-world behavior, so the description only needs to add context. It clarifies the aggregate nature of the result, but does not mention date-range behavior, filtering effects, or any limitations. This is adequate but not rich.
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?
The description is a single, well-structured sentence that front-loads the trigger condition and immediately lists the returned content. There is no wasted wording.
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?
With four parameters, no schema descriptions, and no output schema, the description needs to carry more weight. It does list the result categories but fails to explain the optional parameters or any filtering behavior, leaving a notable completeness gap.
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?
Schema description coverage is 0%, so the description must compensate by explaining parameters. It only implies 'city' via the phrase 'a city's' and entirely ignores days, date_from, and event_types, leaving agents without meaningful guidance for those fields.
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?
The description states a specific verb-plus-resource purpose: retrieving a city pulse summarizing busiest nights, top venues, genre mix, and headline events. This content list clearly distinguishes it from siblings like search_events, get_artist_events, and list_cities.
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?
The description opens with 'Use this when a user wants...' and gives clear, concrete context for when the tool is appropriate. It does not explicitly mention when not to use it or name alternative tools, so it stops 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.
get_daily_roundupGet Daily RoundupBRead-onlyInspect
Use this when a user wants a daily city event digest.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| date | No | ||
| free | No | ||
| vibe | No | ||
| when | No | ||
| avoid | No | ||
| limit | No | ||
| genres | No | ||
| price_max | No | ||
| top_limit | No | ||
| profile_id | No | ||
| event_types | No | ||
| neighborhoods | No | ||
| section_limit | No | ||
| profile_secret | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds no behavioral detail beyond the annotations: readOnlyHint=true and openWorldHint=false already cover safety and scope. It does not mention aggregation behavior, profile dependence, output shape, or any constraints, so the agent has to infer how the digest is produced.
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?
The description is a single, front-loaded sentence with no filler or repetition. It is concise, though arguably too short for a tool with this many parameters and sibling competitors.
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?
For a tool with 15 parameters, no output schema, no enum values, and zero schema description coverage, this one-line description is not complete enough. It supports the minimal case of passing city, but leaves the purpose of nearly every optional parameter and the return format to guesswork.
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?
Schema description coverage is 0% and the description only says 'city event digest', giving no meaning to the 15 parameters. Parameters like vibe, avoid, price_max, profile_id, and profile_secret are entirely unexplained, and the description does not compensate for the lack of schema descriptions.
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?
The description clearly identifies the resource ('daily city event digest') and the triggering user intent. It is specific enough to be usable, though it does not explicitly differentiate from siblings like get_city_pulse or search_events.
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?
The description gives an explicit usage condition: 'Use this when a user wants a daily city event digest.' It provides clear context but does not state when not to use it or name alternative tools, so it earns a 4 rather than a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_eventGet EventARead-onlyInspect
Use this when a user asks for details about a Dizko event id.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the tool's safe read behavior is known without the description. The description adds no extra behavioral context such as error handling, response format, or what happens for missing IDs, but for a read-only getter this is acceptable.
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?
The description is one short, direct sentence with no filler. It delivers the usage condition and parameter meaning efficiently.
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 the tool's simplicity—one required parameter, read-only annotation, no output schema—the description covers the essential purpose and parameter. Some ambiguity remains about the return shape and behavior for invalid IDs, but this is minor for a straightforward getter.
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?
Schema description coverage is 0%, but the description compensates by identifying the single parameter 'id' as a 'Dizko event id.' This gives the agent enough semantic understanding to select the right value, though it does not specify format or source.
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?
The description states a specific verb ('details about') and resource ('Dizko event id'), which clearly indicates this is a by-ID lookup. It is distinct enough from siblings like get_artist_events or search_events, though it does not explicitly name alternatives.
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?
The description explicitly says 'Use this when a user asks for details about a Dizko event id,' providing a clear trigger condition. It does not state exclusions or alternative tools, but the usage context is unambiguous for a simple lookup.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_event_feedback_promptGet Event Feedback PromptARead-onlyInspect
Use this when a user needs a short post-event feedback prompt.
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| attended_at | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the read-only safety profile is covered. The description adds the output character ('short post-event feedback prompt') but does not explain what the tool does with attended_at, whether it returns a template or generates dynamic text, or what the payload contains.
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?
A single, front-loaded sentence with no filler or repetition. It communicates both the use-case and the result type efficiently.
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?
For a simple read-only prompt tool this is close to sufficient, but because there is no output schema, the description should explicitly state what is returned. The optional attended_at parameter also needs at least a brief explanation to make invocation fully unambiguous.
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?
Schema description coverage is 0%, and the description gives no guidance on event_id or attended_at. The parameter names are somewhat self-explanatory, especially event_id, but attended_at's role is entirely unexplained, leaving an agent to guess whether it affects prompt wording or is optional context.
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?
The description clearly identifies the resource ('a short post-event feedback prompt') and the situation ('when a user needs'), which sets it apart from siblings like record_event_feedback. It stops short of an explicit tool verb such as 'returns' or 'generates', so the action is slightly implied rather than stated.
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?
The description provides a clear trigger condition: use this when a user needs a short post-event feedback prompt. It does not explicitly exclude alternatives or name when not to use it, but the sibling set makes the distinction fairly obvious, especially compared to record_event_feedback.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_event_preferencesGet Event PreferencesARead-onlyInspect
Use this when a user wants to view saved and learned event preferences.
| Name | Required | Description | Default |
|---|---|---|---|
| profile_id | Yes | ||
| profile_secret | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark readOnlyHint=true, so the read-only nature is established. The description adds the 'saved and learned' context, but does not disclose additional behavioral details such as authentication requirements or response behavior. No contradiction with annotations.
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 tight, front-loaded sentence that immediately states the tool's purpose with no wasted words. It earns its place as a minimal and effective definition.
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?
The tool is simple and annotated as read-only, and the description conveys when to use it. However, with no output schema and no parameter explanation, the description leaves gaps around what exactly is returned and how the profile credentials are used.
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?
With schema_description_coverage at 0%, the description should compensate for the undocumented parameters, but it does not explain profile_id or profile_secret. The parameter names are somewhat self-explanatory, but the description adds no meaning beyond their raw names.
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?
The description states a specific verb ('view') and resource ('saved and learned event prefs'), clearly distinguishing this getter from sibling tools like save_event_preferences, delete_event_preferences, and create_event_preference_profile.
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?
The description provides clear usage context: use when the user wants to view saved and learned event preferences. It does not explicitly mention exclusions or alternative tools, but the 'view' framing separates it from mutation and recommendation siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_event_search_followupsGet Event Search FollowupsCRead-onlyInspect
Use this when an event search needs follow-up questions.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| free | No | ||
| vibe | No | ||
| when | No | ||
| avoid | No | ||
| query | No | ||
| venue | No | ||
| genres | No | ||
| date_from | No | ||
| max_price | No | ||
| price_max | No | ||
| event_types | No | ||
| neighborhoods | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations cover readOnlyHint=true, so safety is known. But the description gives no behavioral detail about what 'follow-up questions' means, how they are generated, what the tool returns, or how it uses the 13 parameters. The description carries the burden and does not meet it.
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?
The description is short, but shortness is under-specification here. It provides a single usage-oriented sentence with no functional explanation, so it isn't meaningfully informative.
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?
For a tool with 13 optional parameters, no output schema, and no parameter documentation, the description is severely incomplete. An agent lacks the essential context about what 'followups' are, what inputs mean, and what response to process.
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?
Schema description coverage is 0%, and the description mentions no parameter. All 13 parameters (city, vibe, when, avoid, query, venue, genres, etc.) are unexplained, so an agent cannot know how to set them.
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?
The description says 'Use this when an event search needs follow-up questions,' which restates the title without stating what the tool actually does. It lacks a specific verb+resource construction and does not distinguish this from siblings like get_event_feedback_prompt or get_preference_onboarding.
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?
It gives a clear trigger context: use it when an event search needs follow-up questions. However, it does not name alternatives or provide when-not-to-use guidance, so it stops short of explicit routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_preference_onboardingGet Preference OnboardingBRead-onlyInspect
Use this when a user wants consent-first questions before saving event preferences.
| Name | Required | Description | Default |
|---|---|---|---|
| profile_id | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the safe read-only nature is covered. The description adds context that this is a consent-first pre-save step, but it doesn't describe what the tool returns or how the onboarding questions behave.
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?
The description is a single concise sentence with no filler. It is easy to scan, though it could more directly state the tool's output.
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?
For a simple tool with one optional parameter and no output schema, the description gives enough context to understand the general purpose. However, it lacks explicit information about the return value and the role of profile_id, leaving some ambiguity for an agent.
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 schema has one optional profile_id with no description and 0% schema coverage. The description does not explain what profile_id means, how it affects the returned questions, or whether it should be provided. The name gives only a minimal clue.
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?
The description conveys that the tool provides consent-first questions related to saving event preferences, which distinguishes it from save_event_preferences and get_event_preferences. However, it phrases this as a usage instruction rather than directly stating the tool's function.
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?
The description gives a clear when-to-use trigger: when a user wants consent-first questions before saving event preferences. It does not mention alternatives or exclusion cases, 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.
get_ticket_offersGet Ticket OffersARead-onlyInspect
Use this when a user wants ticket options for a specific Dizko event before quoting or buying.
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
readOnlyHint=true already indicates safe read; description adds no behavioral detail beyond the use-case context. It neither contradicts nor enriches the annotation with additional operational traits like availability or pricing caveats.
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, 18 words, front-loaded with when to use it. Every word contributes; no redundancy.
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?
For a one-parameter, read-only tool with no output schema, the description covers the invocation trigger and parameter semantics adequately. A small gap is the exact return content and format, but the tool name and use case suffice for a simple lookup.
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?
Schema describes event_id only as a string (0% coverage). The description clarifies the identifier refers to a Dizko event, but omits how to obtain it or expected format. Some meaning is added, but the description doesn't fully compensate for the bare schema.
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?
Description states a specific verb ('get') and resource ('ticket options') for a specific Dizko event, and positions it chronologically before quoting or buying. It doesn't explicitly name sibling tools but the timing hint distinguishes it from quote_ticket_order and purchase_ticket_order.
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?
It gives a clear trigger condition: user wants ticket options for a specific Dizko event before quoting or buying. It doesn't provide exclusions or name alternatives, so it falls short of explicit decision routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_ticket_purchase_policyGet Ticket Purchase PolicyARead-onlyInspect
Use this when a user asks how Dizko agents can buy tickets.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, covering the safety profile. The description adds no behavioral detail about what the policy contains, response shape, or limitations. It is a usage trigger rather than a behavioral disclosure.
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?
A single sentence that front-loads the trigger condition. Every word earns its place; there is no filler or redundancy.
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?
For a zero-parameter, read-only informational tool, the trigger condition is enough to select and invoke it correctly. It does not describe the output, but no input is needed and the sibling tool names clarify the intended scope.
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 schema has zero parameters, so there is no parameter documentation burden. Baseline 4 applies since the description does not need to compensate for missing parameter semantics.
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?
The description states a specific trigger and resource ('ticket purchase policy') and clearly signals an informational lookup about how Dizko agents buy tickets. It does not explicitly say it returns a policy document, but the wording is sufficient to distinguish it from transaction-oriented siblings.
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 when-to-use condition: use when a user asks how Dizko agents can buy tickets. It does not name alternatives like purchase_ticket_order or quote_ticket_order, but the usage context is clear enough to route most queries correctly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_citiesList Covered CitiesARead-onlyInspect
Use this when a user asks about Dizko city coverage or freshness.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, so the agent knows this is a safe, complete-list read. The description adds the coverage/freshness concept but does not explain what freshness means or how the returned city list behaves. No contradiction exists, but behavioral disclosure beyond annotations is minimal.
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?
The description is a single, focused sentence with no redundant wording. It front-loads the intended trigger and stays minimal, which is appropriate for a zero-parameter tool.
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?
For a tool as simple as listing covered cities, the description is mostly complete. However, there is no output schema and the description does not specify what "freshness" includes or what exact information will be returned, leaving some ambiguity for an agent trying to answer freshness-related questions.
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 tool has zero parameters, and schema description coverage is effectively 100%, so there are no parameter semantics to clarify. The baseline for a no-parameter tool is 4, and the description does not need to add anything further.
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?
The description states a specific action context: "when a user asks about Dizko city coverage or freshness," and the title identifies the resource as covered cities. It is clear enough, though it does not explicitly distinguish itself from get_city_pulse or other city-related siblings beyond the coverage/freshness use case.
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?
The description gives explicit trigger conditions: "Use this when a user asks about Dizko city coverage or freshness." It provides useful when-to-use guidance, though it does not mention any alternatives or when explicitly not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
plan_nightPlan NightCRead-onlyInspect
Use this when a user wants a primary night-out plan with fallback events.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| free | No | ||
| vibe | No | ||
| when | No | ||
| avoid | No | ||
| limit | No | ||
| pride | No | ||
| query | No | ||
| venue | No | ||
| genres | No | ||
| offset | No | ||
| date_to | No | ||
| promoter | No | ||
| date_from | No | ||
| featuring | No | ||
| max_price | No | ||
| price_max | No | ||
| price_min | No | ||
| profile_id | No | ||
| event_types | No | ||
| result_limit | No | ||
| neighborhoods | No | ||
| profile_secret | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only and non-open-world behavior, so no side-effect disclosure is needed from the text. The description adds only the 'primary plus fallback events' output behavior; it doesn't explain limits, error conditions, or how fallbacks are selected.
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?
The one-sentence description is short, but it is under-specified for a tool with 23 params and no other documentation. There is no structure or front-loaded parameter guidance, so the brevity costs more than it saves.
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?
A high-complexity tool with no output schema and no parameter descriptions needs far more than a single usage trigger. The description omits how the plan is generated, what 'fallback' means, which parameters are needed, and what response the agent should expect.
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?
With 23 parameters and 0% schema description coverage, the description must compensate, but it mentions no parameters at all. Fields like vibe, avoid, promoter, featuring, and price_min remain undefined, leaving an agent to guess semantics.
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?
The description frames the tool as the response to a user wanting 'a primary night-out plan with fallback events,' which conveys the output concept but never states the tool's action directly and partially echoes the title. It also doesn't differentiate from sibling event or recommendation tools.
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?
'Use this when a user wants...' is an explicit usage condition, so an agent knows the triggering user intent. It doesn't give exclusions or mention sibling alternatives like recommend_events or search_events, but the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
purchase_ticket_orderPurchase Ticket OrderCDestructiveInspect
Use this when a user confirms a locked quote for purchase or checkout handoff.
| Name | Required | Description | Default |
|---|---|---|---|
| quote_token | Yes | ||
| idempotency_key | No | ||
| confirmation_text | Yes | ||
| user_payment_profile_id | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark this as destructive and non-read-only, and the description adds no behavioral detail such as payment execution, irreversibility, confirmation handling, or failure behavior. The description does not contradict annotations, but it also does not disclose anything beyond what annotations provide.
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?
The description is short and front-loaded with the usage trigger, which is good, but it is under-specified rather than efficiently complete. The single sentence provides some value but leaves critical operational and parameter information absent.
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?
For a destructive purchase tool with four undocumented parameters and no output schema, this one-sentence description is incomplete. It lacks parameter semantics, side-effect details, prerequisites, and guidance on idempotency, which are essential for correct invocation.
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?
Schema description coverage is 0%, and the description provides no explanation for quote_token, confirmation_text, idempotency_key, or user_payment_profile_id. An agent cannot understand the meaning or required format of these parameters from the description alone.
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?
The description states a clear trigger ('when a user confirms a locked quote for purchase or checkout handoff') and implies the action is purchasing a ticket order. It is distinguishable from the sibling quote_ticket_order by referencing a locked quote, though it does not explicitly name the alternative.
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?
The description gives explicit usage context: use when a user confirms a locked quote or is handing off from checkout. It does not state exclusions or alternative tools, but the 'locked quote' phrase strongly differentiates it from quote_ticket_order.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
quote_ticket_orderQuote Ticket OrderBRead-onlyInspect
Use this when a user wants a locked ticket quote before purchase.
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | ||
| event_id | Yes | ||
| offer_id | No | ||
| quantity | No | ||
| max_total | No | ||
| ticket_type | No | ||
| refund_terms | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true, and the description adds a small behavioral nuance with 'locked' quote. It does not contradict annotations, but it also doesn't explain what 'locked' means, whether quotes expire, or whether any side effects occur.
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?
The description is a single, front-loaded sentence with no filler. Every word supports the intended use case, and the structure makes the trigger condition immediately visible.
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?
With seven parameters, no output schema, and no parameter descriptions, a one-sentence description leaves an agent guessing about quote validity, response contents, and the meaning of optional fields. It is adequate for choosing the tool at a high level but not sufficient for constructing a correct invocation.
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?
Schema description coverage is 0% across seven parameters, and the description explains none of them. Required event_id, plus fields like offer_id, max_total, ticket_type, and refund_terms, remain semantically opaque, so the description does nothing to compensate for the schema gap.
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?
The description identifies a specific user goal: a locked ticket quote before purchase. This clearly distinguishes the tool from purchase_ticket_order by emphasizing 'before purchase', though it doesn't explicitly name sibling alternatives.
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?
The opening 'Use this when...' provides an explicit trigger, and 'before purchase' implies this tool should not be used for actual purchasing. However, it doesn't explicitly spell out when to prefer get_ticket_offers or purchase_ticket_order instead.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recommend_eventsRecommend EventsBRead-onlyInspect
Use this when a user wants live events ranked by taste, vibe, price, and exclusions.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| free | No | ||
| vibe | No | ||
| when | No | ||
| avoid | No | ||
| limit | No | ||
| pride | No | ||
| query | No | ||
| venue | No | ||
| genres | No | ||
| offset | No | ||
| date_to | No | ||
| promoter | No | ||
| date_from | No | ||
| featuring | No | ||
| max_price | No | ||
| price_max | No | ||
| price_min | No | ||
| event_types | No | ||
| result_limit | No | ||
| neighborhoods | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds useful behavioral context by saying results are ranked by specific criteria, but it doesn't disclose defaults, fallback behavior, or output shape. This is acceptable but not rich.
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?
The description is a single sentence with no wasted words and front-loads the usage condition. However, given the complexity of 21 parameters, the structure is very minimal and omits operational details, though that is more a completeness concern than a conciseness one.
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?
With 21 optional parameters, no per-parameter descriptions, and no output schema, this one-sentence description does not give an agent enough to reliably construct calls or interpret ranked results. It doesn't explain how parameters combine, sorting details, limit/offset semantics, or how to choose between this and related sibling tools.
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?
Schema description coverage is 0% and there are 21 bare parameters. The description only maps high-level concepts like vibe, price, and exclusions to ranking axes, leaving query, venue, event_types, neighborhoods, limit/result_limit, date_from/to, and other fields completely unexplained. That is not enough compensation for an undocumented, large schema.
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?
The description clearly identifies that this tool recommends live events and the ranking dimensions (taste, vibe, price, exclusions), giving a specific verb and resource. However, it doesn't explicitly distinguish it from the sibling tool recommend_events_for_user, so some differentiation is left to inference.
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?
It provides a clear context for when to use the tool: when the user wants events ranked by taste, vibe, price, or exclusions. But it gives no explicit when-not guidance or mention of alternatives like search_events or recommend_events_for_user, so usage boundaries are only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recommend_events_for_userRecommend Events For UserBRead-onlyInspect
Use this when a user wants recommendations personalized with a saved Dizko profile.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| free | No | ||
| vibe | No | ||
| when | No | ||
| avoid | No | ||
| limit | No | ||
| query | No | ||
| venue | No | ||
| genres | No | ||
| date_to | No | ||
| date_from | No | ||
| featuring | No | ||
| max_price | No | ||
| nightlife | No | ||
| price_max | No | ||
| profile_id | Yes | ||
| event_types | No | ||
| result_limit | No | ||
| neighborhoods | No | ||
| profile_secret | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the read-only safety profile is covered. The description adds the useful behavioral context that a saved profile is required for personalization, but it does not discuss authentication failure behavior, profile validation, or what happens when the profile secret is invalid.
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?
The single sentence is well-structured and front-loaded, but it is under-sized for a tool with 20 parameters and no other documentation. It is concise without being adequately informative, making it more under-specified than appropriately sized.
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 the high complexity (20 parameters), zero schema descriptions, and no output schema, the description is far from complete. It explains the core use case but leaves parameter semantics, required secret handling, output expectations, and relationship to alternative tools undocumented.
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?
Schema description coverage is 0%, yet the description does not compensate by explaining any of the 20 parameters. It only hints at profile_id and profile_secret through the 'saved Dizko profile' phrase, leaving parameters like avoid, vibe, event_types, and price_max semantically opaque.
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?
The description clearly states the tool's purpose: provide event recommendations personalized with a saved Dizko profile. It distinguishes this tool from generic event recommenders by emphasizing the saved profile requirement, though it does not explicitly name sibling tools.
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?
The description gives an explicit 'Use this when' condition: a user wants recommendations personalized with a saved Dizko profile. It provides clear context for when to invoke the tool, though it does not mention when not to use it or identify alternatives such as recommend_events for non-personalized recommendations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
record_event_feedbackRecord Event FeedbackBInspect
Use this when a user wants Dizko to learn from their rating or notes about an event.
| Name | Required | Description | Default |
|---|---|---|---|
| liked | No | ||
| notes | No | ||
| rating | No | ||
| event_id | Yes | ||
| profile_id | Yes | ||
| attended_at | No | ||
| profile_secret | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=false and destructiveHint=false, so the agent already knows this is a non-read-only, non-destructive op. The description adds the context that Dizko 'learns' from the input, implying a model or preference update. It does not disclose authentication needs (profile_secret), side effects, or response behavior, but the anotations cover the core safety profile.
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?
The description is a single, front-loaded sentence with no fluff. It delivers the trigger condition immediately and avoids repeating the title or schema details. Every word earns its place.
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?
Despite a readable input schema, the tool has 7 parameters, a conditional anyOf requirement, no output schema, and no parameter descriptions. The description only covers the general scenario and omits the existence of liked, attended_at, and the required profile credentials. For a mutation tool, this is too sparse to fully guide correct invocation.
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?
Schema description coverage is 0%, and the description does little to compensate for the 7 parameters. It mentions 'rating or notes' and 'event', but doesn't explain profile_id, profile_secret, liked, attended_at, or the anyOf requirement that at least one of liked/rating/notes must be present. Parameter names are partially self-explanatory, but the description adds minimal semantic value.
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?
The description clearly states the tool's purpose: to let Dizko learn from a user's rating or notes about an event. It uses a specific trigger ('Use this when') and identifies the resource (event feedback), which helps distinguish it from sibling tools like get_event_feedback_prompt. However, 'learn' is slightly less direct than 'record' or 'store', and the optional 'liked' field is not mentioned.
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?
The description explicitly gives a usage condition: 'Use this when a user wants Dizko to learn from their rating or notes about an event.' This is clear contextual guidance. It does not mention when not to use it or explicitly name alternatives, but the condition alone is enough to signal the primary scenario.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
save_event_preferencesSave Event PreferencesBInspect
Use this when a user wants to update a saved Dizko preference profile.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| consent | Yes | ||
| profile_id | Yes | ||
| preferences | Yes | ||
| profile_secret | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate this is a mutating tool (readOnlyHint=false) and non-destructive (destructiveHint=false), so the description adds little behavioral context beyond the word 'update.' It does not disclose the role of profile_secret, consent requirements, or the merge/replace mode semantics, which are important behavioral details for a write operation.
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?
The description is a single, front-loaded sentence with no filler. It immediately tells the agent the invocation context. Despite being minimal, every word earns its place.
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?
This is a complex mutating tool with 5 parameters, 4 required, no output schema, and 0% schema description coverage. The one-sentence description does not explain required authentication fields, consent semantics, merge vs replace behavior, or how the nested preferences object is interpreted. It is far too incomplete for reliable invocation.
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?
Schema description coverage is 0%, and the description provides no explanation of parameters such as profile_id, profile_secret, consent, mode, or the complex preferences object. The description does nothing to compensate for the schema's lack of parameter descriptions, leaving an agent to guess the meaning and requirements of all parameters.
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?
The description states a specific action ('update') and resource ('saved Dizko preference profile'), and the word 'saved' hints at a distinction from creating a new profile. However, it does not explicitly differentiate from sibling tools like get_event_preferences or delete_event_preferences, and the tool name 'save' versus description 'update' introduces slight ambiguity.
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?
The description clearly provides a usage trigger: 'Use this when a user wants to update a saved Dizko preference profile.' This gives a clear context for when to invoke it. It does not explicitly state when not to use it or name alternative tools, so it stops short of the full guidance level.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_eventsSearch EventsCRead-onlyInspect
Use this when a user wants filtered live events.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| free | No | ||
| vibe | No | ||
| when | No | ||
| avoid | No | ||
| limit | No | ||
| pride | No | ||
| query | No | ||
| venue | No | ||
| genres | No | ||
| offset | No | ||
| date_to | No | ||
| promoter | No | ||
| date_from | No | ||
| featuring | No | ||
| max_price | No | ||
| price_max | No | ||
| price_min | No | ||
| event_types | No | ||
| result_limit | No | ||
| neighborhoods | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds no behavioral context: it does not mention return shape, pagination defaults, how filters combine, or what happens with no results.
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?
The description is a single sentence with no filler and a front-loaded trigger. While concise, it is arguably too thin for a tool with 21 parameters, but the phrasing itself is efficient.
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?
The definition is far from complete for a 21-parameter tool with no output schema. An agent cannot infer filter semantics, response format, pagination, required combinations, or how this tool differs from recommendation-oriented siblings.
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?
With 21 parameters and 0% schema description coverage, the description needed to add meaning but does not. It gives no help with ambiguous or overlapping params such as price_max vs max_price, date_from/date_to formats, or values for vibe, avoid, and genres.
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?
The description states a clear purpose: searching for filtered live events. However, it does not distinguish itself from siblings like recommend_events, get_artist_events, or get_event, and partially restates the tool name.
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?
Provides an explicit trigger condition ('when a user wants filtered live events'), so the agent knows the primary use case. It gives no exclusions or alternatives despite many related sibling tools, but the context is clear enough to be actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Added
get_artist_page
23 tool updates
- Changed
create_event_calendar_file3 fields changed- removed
Input schema / properties / event_id / descriptionRemoved value: -"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote." - removed
Input schema / properties / status / descriptionRemoved value: -"Calendar status, for example CONFIRMED or TENTATIVE." - changed
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: +null
- Changed
create_event_preference_profile6 fields changed- added
Input schema / $defsAdded value: +{ + "dayPreference": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "additionalProperties": { + "$ref": "#/$defs/dayPreference" + }, + "propertyNames": { + "enum": [ + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ] + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } +} - removed
Input schema / properties / consent / descriptionRemoved value: -"Must be true only after the user agreed to save preferences." - added
Input schema / properties / preferences / $refAdded value: +"#/$defs/preferences" - removed
Input schema / properties / preferences / propertiesRemoved value: -{ - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } -} - removed
Input schema / properties / preferences / typeRemoved value: -"object" - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "access_instructions": { - "properties": { - "deletion_instruction": { - "type": "string" - }, - "keep_private": { - "type": "boolean" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "profile_secret": { - "type": [ - "string", - "null" - ] - }, - "profile_secret_returned_now": { - "type": "boolean" - }, - "purpose": { - "type": "string" - }, - "reuse_instruction": { - "type": "string" - } - }, - "required": [ - "profile_id", - "profile_secret", - "profile_secret_returned_now", - "keep_private", - "purpose", - "reuse_instruction", - "deletion_instruction" - ], - "type": "object" - }, - "assistant_instruction": { - "type": "string" - }, - "created": { - "type": "boolean" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "profile_secret": { - "description": "Returned once when a profile is created. The service stores only a hash.", - "type": "string" - } - }, - "required": [ - "created" - ], - "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
- Changed
delete_event_preferences4 fields changed- removed
Input schema / properties / confirm_delete / descriptionRemoved value: -"Must be true only after the user confirms deletion of Dizko connector preferences and feedback history." - removed
Input schema / properties / profile_id / descriptionRemoved value: -"Stable user/profile id." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "deleted": { - "type": "boolean" - } - }, - "required": [ - "deleted" - ], - "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
- Added
find_scene_entities - Changed
get_artist_events9 fields changed- removed
Input schema / properties / artists / descriptionRemoved value: -"Artist, DJ, performer, or comedian names to look up (max 8 per call)." - removed
Input schema / properties / city / descriptionRemoved value: -"Optional city to scope the search; omit to search all cities." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format. Defaults to today." - removed
Input schema / properties / date_to / descriptionRemoved value: -"Optional inclusive end date in YYYY-MM-DD format." - removed
Input schema / properties / limit_per_artist / defaultRemoved value: -5 - removed
Input schema / properties / limit_per_artist / descriptionRemoved value: -"Upcoming events per artist (max 10)." - removed
Input schema / properties / profile_id / descriptionRemoved value: -"Optional Dizko preference profile id. When artists is omitted, the profile's saved featuring list is used." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "artists": { - "items": { - "properties": { - "artist": { - "type": "string" - }, - "count": { - "type": "number" - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - } - }, - "required": [ - "artist", - "count", - "events" - ], - "type": "object" - }, - "type": "array" - }, - "assistant_instruction": { - "type": "string" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "date_from": { - "type": "string" - }, - "date_to": { - "type": [ - "string", - "null" - ] - }, - "dropped_artists": { - "items": { - "type": "string" - }, - "type": "array" - }, - "not_found": { - "items": { - "type": "string" - }, - "type": "array" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - } - }, - "required": [ - "artists", - "not_found" - ], - "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
- Changed
get_city_pulse6 fields changed- removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format. Defaults to today." - removed
Input schema / properties / days / defaultRemoved value: -7 - removed
Input schema / properties / days / descriptionRemoved value: -"Window length in days starting from date_from (max 14)." - removed
Input schema / properties / event_types / descriptionRemoved value: -"Optional event-type filter, for example party." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "busiest_nights": { - "items": { - "properties": { - "date": { - "type": "string" - }, - "events": { - "type": "number" - }, - "weekday": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "date", - "events" - ], - "type": "object" - }, - "type": "array" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "date_from": { - "type": "string" - }, - "date_to": { - "type": "string" - }, - "days": { - "type": "number" - }, - "free_events_in_sample": { - "type": "number" - }, - "headliners": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - }, - "sample_note": { - "type": "string" - }, - "sample_size": { - "type": "number" - }, - "top_genres": { - "items": { - "properties": { - "events": { - "type": "number" - }, - "genre": { - "type": "string" - } - }, - "required": [ - "genre", - "events" - ], - "type": "object" - }, - "type": "array" - }, - "top_venues": { - "items": { - "properties": { - "events": { - "type": "number" - }, - "total_attendance": { - "type": "number" - }, - "venue": { - "type": "string" - } - }, - "required": [ - "venue", - "events" - ], - "type": "object" - }, - "type": "array" - }, - "total_available": { - "type": "number" - } - }, - "required": [ - "date_from", - "date_to", - "total_available", - "sample_size", - "busiest_nights", - "top_venues", - "top_genres", - "headliners" - ], - "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
- Changed
get_daily_roundup13 fields changed- removed
Input schema / properties / avoid / descriptionRemoved value: -"Terms to penalize in the ranking." - removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date / descriptionRemoved value: -"Target day in YYYY-MM-DD format. Defaults to today." - removed
Input schema / properties / limit / defaultRemoved value: -100 - removed
Input schema / properties / limit / descriptionRemoved value: -"How many of the day's events to fetch and rank." - removed
Input schema / properties / profile_id / descriptionRemoved value: -"Optional Dizko preference profile id. Supply it with profile_secret to personalize the picks with saved, learned, and per-day preferences." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - removed
Input schema / properties / section_limit / defaultRemoved value: -5 - removed
Input schema / properties / section_limit / descriptionRemoved value: -"Events per category section (max 10)." - removed
Input schema / properties / top_limit / defaultRemoved value: -5 - removed
Input schema / properties / top_limit / descriptionRemoved value: -"Top picks to feature (max 10)." - removed
Input schema / properties / when / descriptionRemoved value: -"Alternative date preset: today, tonight, or tomorrow." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "date": { - "type": "string" - }, - "personalization": { - "properties": { - "applied_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "current_request": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": [ - "boolean", - "null" - ] - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price_max": { - "type": [ - "number", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - }, - "when": { - "type": [ - "string", - "null" - ] - } - }, - "type": "object" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "saved_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "source": { - "type": "string" - } - }, - "type": "object" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "sections": { - "items": { - "properties": { - "count": { - "type": "number" - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "recommendation_reasons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "recommendation_score": { - "type": "number" - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - }, - "key": { - "type": "string" - }, - "title": { - "type": "string" - } - }, - "required": [ - "key", - "title", - "count", - "events" - ], - "type": "object" - }, - "type": "array" - }, - "top_picks": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "recommendation_reasons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "recommendation_score": { - "type": "number" - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - }, - "total_available": { - "type": "number" - }, - "weekday": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "date", - "total_available", - "top_picks", - "sections" - ], - "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
- Changed
get_event2 fields changed- removed
Input schema / properties / id / descriptionRemoved value: -"Event id." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "app_download_url": { - "description": "Dizko iPhone app landing page.", - "type": "string" - }, - "assistant_instruction": { - "type": "string" - }, - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "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
- Changed
get_event_feedback_prompt2 fields changed- removed
Input schema / properties / attended_at / descriptionRemoved value: -"Optional ISO date/time or YYYY-MM-DD the user attended or planned to attend." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "attended_at": { - "type": [ - "string", - "null" - ] - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "questions": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "event", - "attended_at", - "questions", - "assistant_instruction" - ], - "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
- Changed
get_event_preferences3 fields changed- removed
Input schema / properties / profile_id / descriptionRemoved value: -"Stable user/profile id." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "access_instructions": { - "properties": { - "deletion_instruction": { - "type": "string" - }, - "keep_private": { - "type": "boolean" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "profile_secret": { - "type": [ - "string", - "null" - ] - }, - "profile_secret_returned_now": { - "type": "boolean" - }, - "purpose": { - "type": "string" - }, - "reuse_instruction": { - "type": "string" - } - }, - "required": [ - "profile_id", - "profile_secret", - "profile_secret_returned_now", - "keep_private", - "purpose", - "reuse_instruction", - "deletion_instruction" - ], - "type": "object" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - } - }, - "required": [ - "profile" - ], - "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
- Changed
get_event_search_followups14 fields changed- removed
Input schema / properties / avoid / descriptionRemoved value: -"Terms to penalize in recommendations." - removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format." - removed
Input schema / properties / date_toRemoved value: -{ - "description": "Inclusive end date in YYYY-MM-DD format.", - "type": "string" -} - removed
Input schema / properties / featuringRemoved value: -{ - "description": "Artist or performer name.", - "type": "string" -} - removed
Input schema / properties / limitRemoved value: -{ - "default": 12, - "description": "Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more.", - "type": "number" -} - removed
Input schema / properties / max_price / descriptionRemoved value: -"Preference hint used by recommend_events and plan_night." - removed
Input schema / properties / offsetRemoved value: -{ - "default": 0, - "type": "number" -} - removed
Input schema / properties / price_minRemoved value: -{ - "type": "number" -} - removed
Input schema / properties / prideRemoved value: -{ - "type": "boolean" -} - removed
Input schema / properties / query / descriptionRemoved value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - removed
Input schema / properties / result_limitRemoved value: -{ - "default": 10, - "type": "number" -} - removed
Input schema / properties / when / descriptionRemoved value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "missing_fields": { - "items": { - "type": "string" - }, - "type": "array" - }, - "needs_followup": { - "type": "boolean" - }, - "questions": { - "items": { - "type": "string" - }, - "type": "array" - }, - "search_args_hint": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": [ - "boolean", - "null" - ] - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price_max": { - "type": [ - "number", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - }, - "when": { - "type": [ - "string", - "null" - ] - } - }, - "type": "object" - } - }, - "required": [ - "needs_followup", - "missing_fields", - "questions", - "search_args_hint", - "assistant_instruction" - ], - "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
- Changed
get_preference_onboarding2 fields changed- removed
Input schema / properties / profile_id / descriptionRemoved value: -"Stable user/profile id if already known." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "consent_required": { - "type": "boolean" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "questions": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "consent_required", - "questions", - "assistant_instruction" - ], - "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
- Changed
get_ticket_offers2 fields changed- removed
Input schema / properties / event_id / descriptionRemoved value: -"Event id returned by search, recommendations, plan_night, or get_event." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "count": { - "type": "number" - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "offers": { - "items": { - "properties": { - "autonomous_purchase_supported": { - "type": "boolean" - }, - "availability_status": { - "type": "string" - }, - "currency": { - "type": [ - "string", - "null" - ] - }, - "estimated_price": { - "type": [ - "string", - "null" - ] - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "fees_included": { - "type": "boolean" - }, - "notes": { - "items": { - "type": "string" - }, - "type": "array" - }, - "offer_id": { - "type": "string" - }, - "price_guaranteed": { - "type": "boolean" - }, - "provider": { - "type": [ - "string", - "null" - ] - }, - "purchase_mode": { - "type": "string" - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "offer_id", - "event", - "purchase_mode", - "autonomous_purchase_supported", - "availability_status" - ], - "type": "object" - }, - "type": "array" - }, - "policy": { - "properties": { - "autonomous_purchase_available": { - "type": "boolean" - }, - "current_default_behavior": { - "type": "string" - }, - "hard_rules": { - "items": { - "type": "string" - }, - "type": "array" - }, - "provider_contract": { - "type": "string" - }, - "supported_modes": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "required": [ - "event", - "count", - "offers", - "policy" - ], - "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
- Changed
get_ticket_purchase_policy1 field changed- changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "autonomous_purchase_available": { - "type": "boolean" - }, - "current_default_behavior": { - "type": "string" - }, - "hard_rules": { - "items": { - "type": "string" - }, - "type": "array" - }, - "provider_contract": { - "type": "string" - }, - "supported_modes": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "autonomous_purchase_available", - "supported_modes", - "hard_rules", - "current_default_behavior" - ], - "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
- Added
list_cities - Changed
plan_night16 fields changed- removed
Input schema / properties / avoid / descriptionRemoved value: -"Terms to penalize in recommendations." - removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format." - removed
Input schema / properties / date_to / descriptionRemoved value: -"Inclusive end date in YYYY-MM-DD format." - removed
Input schema / properties / featuring / descriptionRemoved value: -"Artist or performer name." - removed
Input schema / properties / limit / defaultRemoved value: -12 - removed
Input schema / properties / limit / descriptionRemoved value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more." - removed
Input schema / properties / max_price / descriptionRemoved value: -"Preference hint used by recommend_events and plan_night." - removed
Input schema / properties / offset / defaultRemoved value: -0 - removed
Input schema / properties / profile_id / descriptionRemoved value: -"Optional Dizko preference profile id. Supply it with profile_secret to apply saved and learned taste." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - added
Input schema / properties / promoterAdded value: +{ + "type": "string" +} - removed
Input schema / properties / query / descriptionRemoved value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - removed
Input schema / properties / result_limit / defaultRemoved value: -10 - removed
Input schema / properties / when / descriptionRemoved value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "app_download_url": { - "description": "Dizko iPhone app landing page.", - "type": "string" - }, - "assistant_instruction": { - "type": "string" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "distance_from_primary_km": { - "type": [ - "number", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "plan_note": { - "type": "string" - }, - "plan_role": { - "enum": [ - "primary", - "nearby_fallback", - "later_fallback", - "alternate" - ], - "type": "string" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "recommendation_reasons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "recommendation_score": { - "type": "number" - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - }, - "personalization": { - "properties": { - "applied_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "current_request": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": [ - "boolean", - "null" - ] - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price_max": { - "type": [ - "number", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - }, - "when": { - "type": [ - "string", - "null" - ] - } - }, - "type": "object" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "saved_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "source": { - "type": "string" - } - }, - "type": "object" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "strategy": { - "type": "string" - }, - "when": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "city", - "when", - "strategy", - "events" - ], - "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
- Changed
purchase_ticket_order5 fields changed- removed
Input schema / properties / confirmation_text / descriptionRemoved value: -"User's explicit written confirmation, including buy/purchase, quantity, and max_total when present." - removed
Input schema / properties / idempotency_key / descriptionRemoved value: -"Optional idempotency key for integrated purchase providers." - removed
Input schema / properties / quote_token / descriptionRemoved value: -"Opaque quote token returned by quote_ticket_order." - removed
Input schema / properties / user_payment_profile_id / descriptionRemoved value: -"Provider-specific saved payment profile id, when an integrated provider supports autonomous purchase." - changed
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" - ] - }, - "checkout_url": { - "type": [ - "string", - "null" - ] - }, - "confirmation_prompt": { - "type": "string" - }, - "delivery_email": { - "type": [ - "string", - "null" - ] - }, - "error": { - "type": "string" - }, - "order_id": { - "type": [ - "string", - "null" - ] - }, - "provider_response": { - "additionalProperties": true, - "type": [ - "object", - "null" - ] - }, - "purchased": { - "type": "boolean" - }, - "quote": { - "properties": { - "autonomous_purchase_supported": { - "type": "boolean" - }, - "availability_status": { - "type": "string" - }, - "checkout_url": { - "type": [ - "string", - "null" - ] - }, - "currency": { - "type": [ - "string", - "null" - ] - }, - "estimated_price": { - "type": [ - "string", - "null" - ] - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "expires_at": { - "type": "string" - }, - "fees_included": { - "type": "boolean" - }, - "max_total": { - "type": [ - "number", - "null" - ] - }, - "offer_id": { - "type": "string" - }, - "price_guaranteed": { - "type": "boolean" - }, - "provider": { - "type": [ - "string", - "null" - ] - }, - "purchase_mode": { - "type": "string" - }, - "quantity": { - "type": "number" - }, - "quote_id": { - "type": "string" - }, - "refund_terms": { - "type": "string" - }, - "stop_conditions": { - "items": { - "type": "string" - }, - "type": "array" - }, - "ticket_type": { - "type": "string" - } - }, - "type": [ - "object", - "null" - ] - }, - "receipt_url": { - "type": [ - "string", - "null" - ] - }, - "status": { - "type": "string" - }, - "ticket_delivery_status": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "purchased", - "status" - ], - "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
- Changed
quote_ticket_order8 fields changed- removed
Input schema / properties / currency / descriptionRemoved value: -"Preferred currency for max_total, for example USD." - removed
Input schema / properties / event_id / descriptionRemoved value: -"Event id returned by search, recommendations, plan_night, or get_event." - removed
Input schema / properties / max_total / descriptionRemoved value: -"Maximum all-in total the user authorizes before the agent must stop and ask again." - removed
Input schema / properties / offer_id / descriptionRemoved value: -"Optional offer_id returned by get_ticket_offers." - removed
Input schema / properties / quantity / defaultRemoved value: -1 - removed
Input schema / properties / refund_terms / descriptionRemoved value: -"Minimum refund/transfer terms the user accepts." - removed
Input schema / properties / ticket_type / descriptionRemoved value: -"Requested ticket type, for example GA, balcony, seated, VIP, or best available." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "confirmation_prompt": { - "type": "string" - }, - "confirmation_required": { - "type": "boolean" - }, - "error": { - "type": "string" - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "policy": { - "properties": { - "autonomous_purchase_available": { - "type": "boolean" - }, - "current_default_behavior": { - "type": "string" - }, - "hard_rules": { - "items": { - "type": "string" - }, - "type": "array" - }, - "provider_contract": { - "type": "string" - }, - "supported_modes": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "quote": { - "properties": { - "autonomous_purchase_supported": { - "type": "boolean" - }, - "availability_status": { - "type": "string" - }, - "checkout_url": { - "type": [ - "string", - "null" - ] - }, - "currency": { - "type": [ - "string", - "null" - ] - }, - "estimated_price": { - "type": [ - "string", - "null" - ] - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "expires_at": { - "type": "string" - }, - "fees_included": { - "type": "boolean" - }, - "max_total": { - "type": [ - "number", - "null" - ] - }, - "offer_id": { - "type": "string" - }, - "price_guaranteed": { - "type": "boolean" - }, - "provider": { - "type": [ - "string", - "null" - ] - }, - "purchase_mode": { - "type": "string" - }, - "quantity": { - "type": "number" - }, - "quote_id": { - "type": "string" - }, - "refund_terms": { - "type": "string" - }, - "stop_conditions": { - "items": { - "type": "string" - }, - "type": "array" - }, - "ticket_type": { - "type": "string" - } - }, - "type": [ - "object", - "null" - ] - }, - "quote_token": { - "type": "string" - }, - "quoted": { - "type": "boolean" - } - }, - "required": [ - "quoted" - ], - "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
- Changed
recommend_events14 fields changed- removed
Input schema / properties / avoid / descriptionRemoved value: -"Terms to penalize in recommendations." - removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format." - removed
Input schema / properties / date_to / descriptionRemoved value: -"Inclusive end date in YYYY-MM-DD format." - removed
Input schema / properties / featuring / descriptionRemoved value: -"Artist or performer name." - removed
Input schema / properties / limit / defaultRemoved value: -12 - removed
Input schema / properties / limit / descriptionRemoved value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more." - removed
Input schema / properties / max_price / descriptionRemoved value: -"Preference hint used by recommend_events and plan_night." - removed
Input schema / properties / offset / defaultRemoved value: -0 - added
Input schema / properties / promoterAdded value: +{ + "type": "string" +} - removed
Input schema / properties / query / descriptionRemoved value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - removed
Input schema / properties / result_limit / defaultRemoved value: -10 - removed
Input schema / properties / when / descriptionRemoved value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "app_download_url": { - "description": "Dizko iPhone app landing page.", - "type": "string" - }, - "assistant_instruction": { - "type": "string" - }, - "count": { - "type": "number" - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "recommendation_reasons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "recommendation_score": { - "type": "number" - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - } - }, - "required": [ - "count", - "events" - ], - "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
- Changed
recommend_events_for_user4 fields changed- removed
Input schema / properties / limit / defaultRemoved value: -50 - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - removed
Input schema / properties / result_limit / defaultRemoved value: -10 - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "app_download_url": { - "description": "Dizko iPhone app landing page.", - "type": "string" - }, - "assistant_instruction": { - "type": "string" - }, - "count": { - "type": "number" - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "recommendation_reasons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "recommendation_score": { - "type": "number" - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - }, - "message": { - "type": "string" - }, - "onboarding_needed": { - "type": "boolean" - }, - "personalization": { - "properties": { - "applied_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "current_request": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": [ - "boolean", - "null" - ] - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price_max": { - "type": [ - "number", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - }, - "when": { - "type": [ - "string", - "null" - ] - } - }, - "type": "object" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "saved_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "source": { - "type": "string" - } - }, - "type": "object" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "questions": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "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
- Changed
record_event_feedback3 fields changed- removed
Input schema / properties / attended_at / descriptionRemoved value: -"ISO date/time or YYYY-MM-DD." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "feedback": { - "properties": { - "attended_at": { - "type": [ - "string", - "null" - ] - }, - "created_at": { - "type": "string" - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "event_id": { - "type": "string" - }, - "liked": { - "type": [ - "boolean", - "null" - ] - }, - "notes": { - "type": [ - "string", - "null" - ] - }, - "rating": { - "type": [ - "number", - "null" - ] - } - }, - "type": "object" - }, - "follow_up": { - "type": "string" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "saved": { - "type": "boolean" - } - }, - "required": [ - "saved", - "feedback", - "profile" - ], - "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
- Changed
save_event_preferences9 fields changed- added
Input schema / $defsAdded value: +{ + "dayPreference": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "additionalProperties": { + "$ref": "#/$defs/dayPreference" + }, + "propertyNames": { + "enum": [ + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ] + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } +} - removed
Input schema / properties / consent / descriptionRemoved value: -"Must be true only after the user agreed to save preferences." - removed
Input schema / properties / mode / defaultRemoved value: -"merge" - added
Input schema / properties / preferences / $refAdded value: +"#/$defs/preferences" - removed
Input schema / properties / preferences / propertiesRemoved value: -{ - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } -} - removed
Input schema / properties / preferences / typeRemoved value: -"object" - removed
Input schema / properties / profile_id / descriptionRemoved value: -"Stable user/profile id." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "access_instructions": { - "properties": { - "deletion_instruction": { - "type": "string" - }, - "keep_private": { - "type": "boolean" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "profile_secret": { - "type": [ - "string", - "null" - ] - }, - "profile_secret_returned_now": { - "type": "boolean" - }, - "purpose": { - "type": "string" - }, - "reuse_instruction": { - "type": "string" - } - }, - "required": [ - "profile_id", - "profile_secret", - "profile_secret_returned_now", - "keep_private", - "purpose", - "reuse_instruction", - "deletion_instruction" - ], - "type": "object" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "saved": { - "type": "boolean" - } - }, - "required": [ - "saved" - ], - "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
- Changed
search_events14 fields changed- removed
Input schema / properties / avoid / descriptionRemoved value: -"Terms to penalize in recommendations." - removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format." - removed
Input schema / properties / date_to / descriptionRemoved value: -"Inclusive end date in YYYY-MM-DD format." - removed
Input schema / properties / featuring / descriptionRemoved value: -"Artist or performer name." - removed
Input schema / properties / limit / defaultRemoved value: -12 - removed
Input schema / properties / limit / descriptionRemoved value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more." - removed
Input schema / properties / max_price / descriptionRemoved value: -"Preference hint used by recommend_events and plan_night." - removed
Input schema / properties / offset / defaultRemoved value: -0 - added
Input schema / properties / promoterAdded value: +{ + "type": "string" +} - removed
Input schema / properties / query / descriptionRemoved value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - removed
Input schema / properties / result_limit / defaultRemoved value: -10 - removed
Input schema / properties / when / descriptionRemoved value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "app_download_url": { - "description": "Dizko iPhone app landing page.", - "type": "string" - }, - "assistant_instruction": { - "type": "string" - }, - "count": { - "type": "number" - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - } - }, - "required": [ - "count", - "events" - ], - "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
23 tool updates
- Changed
create_event_calendar_file3 fields changed- added
Input schema / properties / event_id / descriptionAdded value: +"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote." - added
Input schema / properties / status / descriptionAdded value: +"Calendar status, for example CONFIRMED or TENTATIVE." - changed
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" +}
- Changed
create_event_preference_profile6 fields changed- removed
Input schema / $defsRemoved value: -{ - "dayPreference": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "additionalProperties": { - "$ref": "#/$defs/dayPreference" - }, - "propertyNames": { - "enum": [ - "monday", - "tuesday", - "wednesday", - "thursday", - "friday", - "saturday", - "sunday" - ] - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } -} - added
Input schema / properties / consent / descriptionAdded value: +"Must be true only after the user agreed to save preferences." - removed
Input schema / properties / preferences / $refRemoved value: -"#/$defs/preferences" - added
Input schema / properties / preferences / propertiesAdded value: +{ + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } +} - added
Input schema / properties / preferences / typeAdded value: +"object" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "access_instructions": { + "properties": { + "deletion_instruction": { + "type": "string" + }, + "keep_private": { + "type": "boolean" + }, + "profile_id": { + "type": [ + "string", + "null" + ] + }, + "profile_secret": { + "type": [ + "string", + "null" + ] + }, + "profile_secret_returned_now": { + "type": "boolean" + }, + "purpose": { + "type": "string" + }, + "reuse_instruction": { + "type": "string" + } + }, + "required": [ + "profile_id", + "profile_secret", + "profile_secret_returned_now", + "keep_private", + "purpose", + "reuse_instruction", + "deletion_instruction" + ], + "type": "object" + }, + "assistant_instruction": { + "type": "string" + }, + "created": { + "type": "boolean" + }, + "profile": { + "properties": { + "consent": { + "type": "boolean" + }, + "feedback_count": { + "type": "number" + }, + "learned_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "profile_id": { + "type": "string" + }, + "updated_at": { + "type": "string" + } + }, + "required": [ + "profile_id", + "consent", + "preferences", + "feedback_count", + "updated_at" + ], + "type": "object" + }, + "profile_secret": { + "description": "Returned once when a profile is created. The service stores only a hash.", + "type": "string" + } + }, + "required": [ + "created" + ], + "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" +}
- Changed
delete_event_preferences4 fields changed- added
Input schema / properties / confirm_delete / descriptionAdded value: +"Must be true only after the user confirms deletion of Dizko connector preferences and feedback history." - added
Input schema / properties / profile_id / descriptionAdded value: +"Stable user/profile id." - added
Input schema / properties / profile_secret / descriptionAdded value: +"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "deleted": { + "type": "boolean" + } + }, + "required": [ + "deleted" + ], + "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" +}
- Removed
find_scene_entities - Changed
get_artist_events9 fields changed- added
Input schema / properties / artists / descriptionAdded value: +"Artist, DJ, performer, or comedian names to look up (max 8 per call)." - added
Input schema / properties / city / descriptionAdded value: +"Optional city to scope the search; omit to search all cities." - added
Input schema / properties / date_from / descriptionAdded value: +"Inclusive start date in YYYY-MM-DD format. Defaults to today." - added
Input schema / properties / date_to / descriptionAdded value: +"Optional inclusive end date in YYYY-MM-DD format." - added
Input schema / properties / limit_per_artist / defaultAdded value: +5 - added
Input schema / properties / limit_per_artist / descriptionAdded value: +"Upcoming events per artist (max 10)." - added
Input schema / properties / profile_id / descriptionAdded value: +"Optional Dizko preference profile id. When artists is omitted, the profile's saved featuring list is used." - added
Input schema / properties / profile_secret / descriptionAdded value: +"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "artists": { + "items": { + "properties": { + "artist": { + "type": "string" + }, + "count": { + "type": "number" + }, + "events": { + "items": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "type": "array" + } + }, + "required": [ + "artist", + "count", + "events" + ], + "type": "object" + }, + "type": "array" + }, + "assistant_instruction": { + "type": "string" + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "date_from": { + "type": "string" + }, + "date_to": { + "type": [ + "string", + "null" + ] + }, + "dropped_artists": { + "items": { + "type": "string" + }, + "type": "array" + }, + "not_found": { + "items": { + "type": "string" + }, + "type": "array" + }, + "profile": { + "properties": { + "consent": { + "type": "boolean" + }, + "feedback_count": { + "type": "number" + }, + "learned_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "profile_id": { + "type": "string" + }, + "updated_at": { + "type": "string" + } + }, + "required": [ + "profile_id", + "consent", + "preferences", + "feedback_count", + "updated_at" + ], + "type": "object" + } + }, + "required": [ + "artists", + "not_found" + ], + "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" +}
- Changed
get_city_pulse6 fields changed- added
Input schema / properties / city / descriptionAdded value: +"City name, for example berlin or new york." - added
Input schema / properties / date_from / descriptionAdded value: +"Inclusive start date in YYYY-MM-DD format. Defaults to today." - added
Input schema / properties / days / defaultAdded value: +7 - added
Input schema / properties / days / descriptionAdded value: +"Window length in days starting from date_from (max 14)." - added
Input schema / properties / event_types / descriptionAdded value: +"Optional event-type filter, for example party." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "assistant_instruction": { + "type": "string" + }, + "busiest_nights": { + "items": { + "properties": { + "date": { + "type": "string" + }, + "events": { + "type": "number" + }, + "weekday": { + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "date", + "events" + ], + "type": "object" + }, + "type": "array" + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "date_from": { + "type": "string" + }, + "date_to": { + "type": "string" + }, + "days": { + "type": "number" + }, + "free_events_in_sample": { + "type": "number" + }, + "headliners": { + "items": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "type": "array" + }, + "sample_note": { + "type": "string" + }, + "sample_size": { + "type": "number" + }, + "top_genres": { + "items": { + "properties": { + "events": { + "type": "number" + }, + "genre": { + "type": "string" + } + }, + "required": [ + "genre", + "events" + ], + "type": "object" + }, + "type": "array" + }, + "top_venues": { + "items": { + "properties": { + "events": { + "type": "number" + }, + "total_attendance": { + "type": "number" + }, + "venue": { + "type": "string" + } + }, + "required": [ + "venue", + "events" + ], + "type": "object" + }, + "type": "array" + }, + "total_available": { + "type": "number" + } + }, + "required": [ + "date_from", + "date_to", + "total_available", + "sample_size", + "busiest_nights", + "top_venues", + "top_genres", + "headliners" + ], + "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" +}
- Changed
get_daily_roundup13 fields changed- added
Input schema / properties / avoid / descriptionAdded value: +"Terms to penalize in the ranking." - added
Input schema / properties / city / descriptionAdded value: +"City name, for example berlin or new york." - added
Input schema / properties / date / descriptionAdded value: +"Target day in YYYY-MM-DD format. Defaults to today." - added
Input schema / properties / limit / defaultAdded value: +100 - added
Input schema / properties / limit / descriptionAdded value: +"How many of the day's events to fetch and rank." - added
Input schema / properties / profile_id / descriptionAdded value: +"Optional Dizko preference profile id. Supply it with profile_secret to personalize the picks with saved, learned, and per-day preferences." - added
Input schema / properties / profile_secret / descriptionAdded value: +"Private profile secret returned when the profile was created." - added
Input schema / properties / section_limit / defaultAdded value: +5 - added
Input schema / properties / section_limit / descriptionAdded value: +"Events per category section (max 10)." - added
Input schema / properties / top_limit / defaultAdded value: +5 - added
Input schema / properties / top_limit / descriptionAdded value: +"Top picks to feature (max 10)." - added
Input schema / properties / when / descriptionAdded value: +"Alternative date preset: today, tonight, or tomorrow." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "assistant_instruction": { + "type": "string" + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "date": { + "type": "string" + }, + "personalization": { + "properties": { + "applied_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "current_request": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": [ + "boolean", + "null" + ] + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price_max": { + "type": [ + "number", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + }, + "when": { + "type": [ + "string", + "null" + ] + } + }, + "type": "object" + }, + "feedback_count": { + "type": "number" + }, + "learned_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "profile_id": { + "type": [ + "string", + "null" + ] + }, + "saved_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "source": { + "type": "string" + } + }, + "type": "object" + }, + "profile": { + "properties": { + "consent": { + "type": "boolean" + }, + "feedback_count": { + "type": "number" + }, + "learned_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "profile_id": { + "type": "string" + }, + "updated_at": { + "type": "string" + } + }, + "required": [ + "profile_id", + "consent", + "preferences", + "feedback_count", + "updated_at" + ], + "type": "object" + }, + "sections": { + "items": { + "properties": { + "count": { + "type": "number" + }, + "events": { + "items": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "recommendation_reasons": { + "items": { + "type": "string" + }, + "type": "array" + }, + "recommendation_score": { + "type": "number" + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "type": "array" + }, + "key": { + "type": "string" + }, + "title": { + "type": "string" + } + }, + "required": [ + "key", + "title", + "count", + "events" + ], + "type": "object" + }, + "type": "array" + }, + "top_picks": { + "items": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "recommendation_reasons": { + "items": { + "type": "string" + }, + "type": "array" + }, + "recommendation_score": { + "type": "number" + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "type": "array" + }, + "total_available": { + "type": "number" + }, + "weekday": { + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "date", + "total_available", + "top_picks", + "sections" + ], + "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" +}
- Changed
get_event2 fields changed- added
Input schema / properties / id / descriptionAdded value: +"Event id." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "app_download_url": { + "description": "Dizko iPhone app landing page.", + "type": "string" + }, + "assistant_instruction": { + "type": "string" + }, + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "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" +}
- Changed
get_event_feedback_prompt2 fields changed- added
Input schema / properties / attended_at / descriptionAdded value: +"Optional ISO date/time or YYYY-MM-DD the user attended or planned to attend." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "assistant_instruction": { + "type": "string" + }, + "attended_at": { + "type": [ + "string", + "null" + ] + }, + "event": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "questions": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "event", + "attended_at", + "questions", + "assistant_instruction" + ], + "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" +}
- Changed
get_event_preferences3 fields changed- added
Input schema / properties / profile_id / descriptionAdded value: +"Stable user/profile id." - added
Input schema / properties / profile_secret / descriptionAdded value: +"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "access_instructions": { + "properties": { + "deletion_instruction": { + "type": "string" + }, + "keep_private": { + "type": "boolean" + }, + "profile_id": { + "type": [ + "string", + "null" + ] + }, + "profile_secret": { + "type": [ + "string", + "null" + ] + }, + "profile_secret_returned_now": { + "type": "boolean" + }, + "purpose": { + "type": "string" + }, + "reuse_instruction": { + "type": "string" + } + }, + "required": [ + "profile_id", + "profile_secret", + "profile_secret_returned_now", + "keep_private", + "purpose", + "reuse_instruction", + "deletion_instruction" + ], + "type": "object" + }, + "profile": { + "properties": { + "consent": { + "type": "boolean" + }, + "feedback_count": { + "type": "number" + }, + "learned_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "profile_id": { + "type": "string" + }, + "updated_at": { + "type": "string" + } + }, + "required": [ + "profile_id", + "consent", + "preferences", + "feedback_count", + "updated_at" + ], + "type": "object" + } + }, + "required": [ + "profile" + ], + "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" +}
- Changed
get_event_search_followups14 fields changed- added
Input schema / properties / avoid / descriptionAdded value: +"Terms to penalize in recommendations." - added
Input schema / properties / city / descriptionAdded value: +"City name, for example berlin or new york." - added
Input schema / properties / date_from / descriptionAdded value: +"Inclusive start date in YYYY-MM-DD format." - added
Input schema / properties / date_toAdded value: +{ + "description": "Inclusive end date in YYYY-MM-DD format.", + "type": "string" +} - added
Input schema / properties / featuringAdded value: +{ + "description": "Artist or performer name.", + "type": "string" +} - added
Input schema / properties / limitAdded value: +{ + "default": 12, + "description": "Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more.", + "type": "number" +} - added
Input schema / properties / max_price / descriptionAdded value: +"Preference hint used by recommend_events and plan_night." - added
Input schema / properties / offsetAdded value: +{ + "default": 0, + "type": "number" +} - added
Input schema / properties / price_minAdded value: +{ + "type": "number" +} - added
Input schema / properties / prideAdded value: +{ + "type": "boolean" +} - added
Input schema / properties / query / descriptionAdded value: +"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - added
Input schema / properties / result_limitAdded value: +{ + "default": 10, + "type": "number" +} - added
Input schema / properties / when / descriptionAdded value: +"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "assistant_instruction": { + "type": "string" + }, + "missing_fields": { + "items": { + "type": "string" + }, + "type": "array" + }, + "needs_followup": { + "type": "boolean" + }, + "questions": { + "items": { + "type": "string" + }, + "type": "array" + }, + "search_args_hint": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": [ + "boolean", + "null" + ] + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price_max": { + "type": [ + "number", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + }, + "when": { + "type": [ + "string", + "null" + ] + } + }, + "type": "object" + } + }, + "required": [ + "needs_followup", + "missing_fields", + "questions", + "search_args_hint", + "assistant_instruction" + ], + "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" +}
- Changed
get_preference_onboarding2 fields changed- added
Input schema / properties / profile_id / descriptionAdded value: +"Stable user/profile id if already known." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "assistant_instruction": { + "type": "string" + }, + "consent_required": { + "type": "boolean" + }, + "profile_id": { + "type": [ + "string", + "null" + ] + }, + "questions": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "consent_required", + "questions", + "assistant_instruction" + ], + "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" +}
- Changed
get_ticket_offers2 fields changed- added
Input schema / properties / event_id / descriptionAdded value: +"Event id returned by search, recommendations, plan_night, or get_event." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "assistant_instruction": { + "type": "string" + }, + "count": { + "type": "number" + }, + "event": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "offers": { + "items": { + "properties": { + "autonomous_purchase_supported": { + "type": "boolean" + }, + "availability_status": { + "type": "string" + }, + "currency": { + "type": [ + "string", + "null" + ] + }, + "estimated_price": { + "type": [ + "string", + "null" + ] + }, + "event": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "fees_included": { + "type": "boolean" + }, + "notes": { + "items": { + "type": "string" + }, + "type": "array" + }, + "offer_id": { + "type": "string" + }, + "price_guaranteed": { + "type": "boolean" + }, + "provider": { + "type": [ + "string", + "null" + ] + }, + "purchase_mode": { + "type": "string" + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "offer_id", + "event", + "purchase_mode", + "autonomous_purchase_supported", + "availability_status" + ], + "type": "object" + }, + "type": "array" + }, + "policy": { + "properties": { + "autonomous_purchase_available": { + "type": "boolean" + }, + "current_default_behavior": { + "type": "string" + }, + "hard_rules": { + "items": { + "type": "string" + }, + "type": "array" + }, + "provider_contract": { + "type": "string" + }, + "supported_modes": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "required": [ + "event", + "count", + "offers", + "policy" + ], + "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" +}
- Changed
get_ticket_purchase_policy1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "assistant_instruction": { + "type": "string" + }, + "autonomous_purchase_available": { + "type": "boolean" + }, + "current_default_behavior": { + "type": "string" + }, + "hard_rules": { + "items": { + "type": "string" + }, + "type": "array" + }, + "provider_contract": { + "type": "string" + }, + "supported_modes": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "autonomous_purchase_available", + "supported_modes", + "hard_rules", + "current_default_behavior" + ], + "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" +}
- Removed
list_cities - Changed
plan_night16 fields changed- added
Input schema / properties / avoid / descriptionAdded value: +"Terms to penalize in recommendations." - added
Input schema / properties / city / descriptionAdded value: +"City name, for example berlin or new york." - added
Input schema / properties / date_from / descriptionAdded value: +"Inclusive start date in YYYY-MM-DD format." - added
Input schema / properties / date_to / descriptionAdded value: +"Inclusive end date in YYYY-MM-DD format." - added
Input schema / properties / featuring / descriptionAdded value: +"Artist or performer name." - added
Input schema / properties / limit / defaultAdded value: +12 - added
Input schema / properties / limit / descriptionAdded value: +"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more." - added
Input schema / properties / max_price / descriptionAdded value: +"Preference hint used by recommend_events and plan_night." - added
Input schema / properties / offset / defaultAdded value: +0 - added
Input schema / properties / profile_id / descriptionAdded value: +"Optional Dizko preference profile id. Supply it with profile_secret to apply saved and learned taste." - added
Input schema / properties / profile_secret / descriptionAdded value: +"Private profile secret returned when the profile was created." - removed
Input schema / properties / promoterRemoved value: -{ - "type": "string" -} - added
Input schema / properties / query / descriptionAdded value: +"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - added
Input schema / properties / result_limit / defaultAdded value: +10 - added
Input schema / properties / when / descriptionAdded value: +"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "app_download_url": { + "description": "Dizko iPhone app landing page.", + "type": "string" + }, + "assistant_instruction": { + "type": "string" + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "events": { + "items": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "distance_from_primary_km": { + "type": [ + "number", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "plan_note": { + "type": "string" + }, + "plan_role": { + "enum": [ + "primary", + "nearby_fallback", + "later_fallback", + "alternate" + ], + "type": "string" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "recommendation_reasons": { + "items": { + "type": "string" + }, + "type": "array" + }, + "recommendation_score": { + "type": "number" + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "type": "array" + }, + "personalization": { + "properties": { + "applied_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "current_request": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": [ + "boolean", + "null" + ] + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price_max": { + "type": [ + "number", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + }, + "when": { + "type": [ + "string", + "null" + ] + } + }, + "type": "object" + }, + "feedback_count": { + "type": "number" + }, + "learned_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "profile_id": { + "type": [ + "string", + "null" + ] + }, + "saved_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "source": { + "type": "string" + } + }, + "type": "object" + }, + "profile": { + "properties": { + "consent": { + "type": "boolean" + }, + "feedback_count": { + "type": "number" + }, + "learned_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "profile_id": { + "type": "string" + }, + "updated_at": { + "type": "string" + } + }, + "required": [ + "profile_id", + "consent", + "preferences", + "feedback_count", + "updated_at" + ], + "type": "object" + }, + "strategy": { + "type": "string" + }, + "when": { + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "city", + "when", + "strategy", + "events" + ], + "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" +}
- Changed
purchase_ticket_order5 fields changed- added
Input schema / properties / confirmation_text / descriptionAdded value: +"User's explicit written confirmation, including buy/purchase, quantity, and max_total when present." - added
Input schema / properties / idempotency_key / descriptionAdded value: +"Optional idempotency key for integrated purchase providers." - added
Input schema / properties / quote_token / descriptionAdded value: +"Opaque quote token returned by quote_ticket_order." - added
Input schema / properties / user_payment_profile_id / descriptionAdded value: +"Provider-specific saved payment profile id, when an integrated provider supports autonomous purchase." - changed
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" + ] + }, + "checkout_url": { + "type": [ + "string", + "null" + ] + }, + "confirmation_prompt": { + "type": "string" + }, + "delivery_email": { + "type": [ + "string", + "null" + ] + }, + "error": { + "type": "string" + }, + "order_id": { + "type": [ + "string", + "null" + ] + }, + "provider_response": { + "additionalProperties": true, + "type": [ + "object", + "null" + ] + }, + "purchased": { + "type": "boolean" + }, + "quote": { + "properties": { + "autonomous_purchase_supported": { + "type": "boolean" + }, + "availability_status": { + "type": "string" + }, + "checkout_url": { + "type": [ + "string", + "null" + ] + }, + "currency": { + "type": [ + "string", + "null" + ] + }, + "estimated_price": { + "type": [ + "string", + "null" + ] + }, + "event": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "expires_at": { + "type": "string" + }, + "fees_included": { + "type": "boolean" + }, + "max_total": { + "type": [ + "number", + "null" + ] + }, + "offer_id": { + "type": "string" + }, + "price_guaranteed": { + "type": "boolean" + }, + "provider": { + "type": [ + "string", + "null" + ] + }, + "purchase_mode": { + "type": "string" + }, + "quantity": { + "type": "number" + }, + "quote_id": { + "type": "string" + }, + "refund_terms": { + "type": "string" + }, + "stop_conditions": { + "items": { + "type": "string" + }, + "type": "array" + }, + "ticket_type": { + "type": "string" + } + }, + "type": [ + "object", + "null" + ] + }, + "receipt_url": { + "type": [ + "string", + "null" + ] + }, + "status": { + "type": "string" + }, + "ticket_delivery_status": { + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "purchased", + "status" + ], + "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" +}
- Changed
quote_ticket_order8 fields changed- added
Input schema / properties / currency / descriptionAdded value: +"Preferred currency for max_total, for example USD." - added
Input schema / properties / event_id / descriptionAdded value: +"Event id returned by search, recommendations, plan_night, or get_event." - added
Input schema / properties / max_total / descriptionAdded value: +"Maximum all-in total the user authorizes before the agent must stop and ask again." - added
Input schema / properties / offer_id / descriptionAdded value: +"Optional offer_id returned by get_ticket_offers." - added
Input schema / properties / quantity / defaultAdded value: +1 - added
Input schema / properties / refund_terms / descriptionAdded value: +"Minimum refund/transfer terms the user accepts." - added
Input schema / properties / ticket_type / descriptionAdded value: +"Requested ticket type, for example GA, balcony, seated, VIP, or best available." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "assistant_instruction": { + "type": "string" + }, + "confirmation_prompt": { + "type": "string" + }, + "confirmation_required": { + "type": "boolean" + }, + "error": { + "type": "string" + }, + "event": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "policy": { + "properties": { + "autonomous_purchase_available": { + "type": "boolean" + }, + "current_default_behavior": { + "type": "string" + }, + "hard_rules": { + "items": { + "type": "string" + }, + "type": "array" + }, + "provider_contract": { + "type": "string" + }, + "supported_modes": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "quote": { + "properties": { + "autonomous_purchase_supported": { + "type": "boolean" + }, + "availability_status": { + "type": "string" + }, + "checkout_url": { + "type": [ + "string", + "null" + ] + }, + "currency": { + "type": [ + "string", + "null" + ] + }, + "estimated_price": { + "type": [ + "string", + "null" + ] + }, + "event": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "expires_at": { + "type": "string" + }, + "fees_included": { + "type": "boolean" + }, + "max_total": { + "type": [ + "number", + "null" + ] + }, + "offer_id": { + "type": "string" + }, + "price_guaranteed": { + "type": "boolean" + }, + "provider": { + "type": [ + "string", + "null" + ] + }, + "purchase_mode": { + "type": "string" + }, + "quantity": { + "type": "number" + }, + "quote_id": { + "type": "string" + }, + "refund_terms": { + "type": "string" + }, + "stop_conditions": { + "items": { + "type": "string" + }, + "type": "array" + }, + "ticket_type": { + "type": "string" + } + }, + "type": [ + "object", + "null" + ] + }, + "quote_token": { + "type": "string" + }, + "quoted": { + "type": "boolean" + } + }, + "required": [ + "quoted" + ], + "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" +}
- Changed
recommend_events14 fields changed- added
Input schema / properties / avoid / descriptionAdded value: +"Terms to penalize in recommendations." - added
Input schema / properties / city / descriptionAdded value: +"City name, for example berlin or new york." - added
Input schema / properties / date_from / descriptionAdded value: +"Inclusive start date in YYYY-MM-DD format." - added
Input schema / properties / date_to / descriptionAdded value: +"Inclusive end date in YYYY-MM-DD format." - added
Input schema / properties / featuring / descriptionAdded value: +"Artist or performer name." - added
Input schema / properties / limit / defaultAdded value: +12 - added
Input schema / properties / limit / descriptionAdded value: +"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more." - added
Input schema / properties / max_price / descriptionAdded value: +"Preference hint used by recommend_events and plan_night." - added
Input schema / properties / offset / defaultAdded value: +0 - removed
Input schema / properties / promoterRemoved value: -{ - "type": "string" -} - added
Input schema / properties / query / descriptionAdded value: +"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - added
Input schema / properties / result_limit / defaultAdded value: +10 - added
Input schema / properties / when / descriptionAdded value: +"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "app_download_url": { + "description": "Dizko iPhone app landing page.", + "type": "string" + }, + "assistant_instruction": { + "type": "string" + }, + "count": { + "type": "number" + }, + "events": { + "items": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "recommendation_reasons": { + "items": { + "type": "string" + }, + "type": "array" + }, + "recommendation_score": { + "type": "number" + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "type": "array" + } + }, + "required": [ + "count", + "events" + ], + "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" +}
- Changed
recommend_events_for_user4 fields changed- added
Input schema / properties / limit / defaultAdded value: +50 - added
Input schema / properties / profile_secret / descriptionAdded value: +"Private profile secret returned when the profile was created." - added
Input schema / properties / result_limit / defaultAdded value: +10 - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "app_download_url": { + "description": "Dizko iPhone app landing page.", + "type": "string" + }, + "assistant_instruction": { + "type": "string" + }, + "count": { + "type": "number" + }, + "events": { + "items": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "recommendation_reasons": { + "items": { + "type": "string" + }, + "type": "array" + }, + "recommendation_score": { + "type": "number" + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "type": "array" + }, + "message": { + "type": "string" + }, + "onboarding_needed": { + "type": "boolean" + }, + "personalization": { + "properties": { + "applied_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "current_request": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": [ + "boolean", + "null" + ] + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price_max": { + "type": [ + "number", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + }, + "when": { + "type": [ + "string", + "null" + ] + } + }, + "type": "object" + }, + "feedback_count": { + "type": "number" + }, + "learned_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "profile_id": { + "type": [ + "string", + "null" + ] + }, + "saved_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "source": { + "type": "string" + } + }, + "type": "object" + }, + "profile": { + "properties": { + "consent": { + "type": "boolean" + }, + "feedback_count": { + "type": "number" + }, + "learned_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "profile_id": { + "type": "string" + }, + "updated_at": { + "type": "string" + } + }, + "required": [ + "profile_id", + "consent", + "preferences", + "feedback_count", + "updated_at" + ], + "type": "object" + }, + "questions": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "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" +}
- Changed
record_event_feedback3 fields changed- added
Input schema / properties / attended_at / descriptionAdded value: +"ISO date/time or YYYY-MM-DD." - added
Input schema / properties / profile_secret / descriptionAdded value: +"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "feedback": { + "properties": { + "attended_at": { + "type": [ + "string", + "null" + ] + }, + "created_at": { + "type": "string" + }, + "event": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "event_id": { + "type": "string" + }, + "liked": { + "type": [ + "boolean", + "null" + ] + }, + "notes": { + "type": [ + "string", + "null" + ] + }, + "rating": { + "type": [ + "number", + "null" + ] + } + }, + "type": "object" + }, + "follow_up": { + "type": "string" + }, + "profile": { + "properties": { + "consent": { + "type": "boolean" + }, + "feedback_count": { + "type": "number" + }, + "learned_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "profile_id": { + "type": "string" + }, + "updated_at": { + "type": "string" + } + }, + "required": [ + "profile_id", + "consent", + "preferences", + "feedback_count", + "updated_at" + ], + "type": "object" + }, + "saved": { + "type": "boolean" + } + }, + "required": [ + "saved", + "feedback", + "profile" + ], + "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" +}
- Changed
save_event_preferences9 fields changed- removed
Input schema / $defsRemoved value: -{ - "dayPreference": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "additionalProperties": { - "$ref": "#/$defs/dayPreference" - }, - "propertyNames": { - "enum": [ - "monday", - "tuesday", - "wednesday", - "thursday", - "friday", - "saturday", - "sunday" - ] - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } -} - added
Input schema / properties / consent / descriptionAdded value: +"Must be true only after the user agreed to save preferences." - added
Input schema / properties / mode / defaultAdded value: +"merge" - removed
Input schema / properties / preferences / $refRemoved value: -"#/$defs/preferences" - added
Input schema / properties / preferences / propertiesAdded value: +{ + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } +} - added
Input schema / properties / preferences / typeAdded value: +"object" - added
Input schema / properties / profile_id / descriptionAdded value: +"Stable user/profile id." - added
Input schema / properties / profile_secret / descriptionAdded value: +"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "access_instructions": { + "properties": { + "deletion_instruction": { + "type": "string" + }, + "keep_private": { + "type": "boolean" + }, + "profile_id": { + "type": [ + "string", + "null" + ] + }, + "profile_secret": { + "type": [ + "string", + "null" + ] + }, + "profile_secret_returned_now": { + "type": "boolean" + }, + "purpose": { + "type": "string" + }, + "reuse_instruction": { + "type": "string" + } + }, + "required": [ + "profile_id", + "profile_secret", + "profile_secret_returned_now", + "keep_private", + "purpose", + "reuse_instruction", + "deletion_instruction" + ], + "type": "object" + }, + "profile": { + "properties": { + "consent": { + "type": "boolean" + }, + "feedback_count": { + "type": "number" + }, + "learned_preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", + "properties": { + "friday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "monday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "saturday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "sunday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "thursday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "tuesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "wednesday": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "profile_id": { + "type": "string" + }, + "updated_at": { + "type": "string" + } + }, + "required": [ + "profile_id", + "consent", + "preferences", + "feedback_count", + "updated_at" + ], + "type": "object" + }, + "saved": { + "type": "boolean" + } + }, + "required": [ + "saved" + ], + "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" +}
- Changed
search_events14 fields changed- added
Input schema / properties / avoid / descriptionAdded value: +"Terms to penalize in recommendations." - added
Input schema / properties / city / descriptionAdded value: +"City name, for example berlin or new york." - added
Input schema / properties / date_from / descriptionAdded value: +"Inclusive start date in YYYY-MM-DD format." - added
Input schema / properties / date_to / descriptionAdded value: +"Inclusive end date in YYYY-MM-DD format." - added
Input schema / properties / featuring / descriptionAdded value: +"Artist or performer name." - added
Input schema / properties / limit / defaultAdded value: +12 - added
Input schema / properties / limit / descriptionAdded value: +"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more." - added
Input schema / properties / max_price / descriptionAdded value: +"Preference hint used by recommend_events and plan_night." - added
Input schema / properties / offset / defaultAdded value: +0 - removed
Input schema / properties / promoterRemoved value: -{ - "type": "string" -} - added
Input schema / properties / query / descriptionAdded value: +"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - added
Input schema / properties / result_limit / defaultAdded value: +10 - added
Input schema / properties / when / descriptionAdded value: +"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -nullNew value: +{ + "anyOf": [ + { + "properties": { + "app_download_url": { + "description": "Dizko iPhone app landing page.", + "type": "string" + }, + "assistant_instruction": { + "type": "string" + }, + "count": { + "type": "number" + }, + "events": { + "items": { + "properties": { + "attendance_count": { + "type": [ + "number", + "null" + ] + }, + "calendar_url": { + "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", + "type": [ + "string", + "null" + ] + }, + "city": { + "type": [ + "string", + "null" + ] + }, + "description": { + "description": "Short one-line event description for display.", + "type": [ + "string", + "null" + ] + }, + "directions_url": { + "description": "Google Maps directions link. Offer as 'Get directions'.", + "type": [ + "string", + "null" + ] + }, + "ends_at": { + "type": [ + "string", + "null" + ] + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_url": { + "type": "string" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "lineup": { + "items": { + "type": "string" + }, + "type": "array" + }, + "price": { + "type": [ + "string", + "null" + ] + }, + "source": { + "type": [ + "string", + "null" + ] + }, + "starts_at": { + "type": [ + "string", + "null" + ] + }, + "ticket_url": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": "string" + }, + "venue": { + "type": [ + "string", + "null" + ] + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "id", + "title", + "event_url" + ], + "type": "object" + }, + "type": "array" + } + }, + "required": [ + "count", + "events" + ], + "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" +}
4 tool updates
- Added
find_scene_entities - Changed
plan_night1 field changed- added
Input schema / properties / promoterAdded value: +{ + "type": "string" +}
- Changed
recommend_events1 field changed- added
Input schema / properties / promoterAdded value: +{ + "type": "string" +}
- Changed
search_events1 field changed- added
Input schema / properties / promoterAdded value: +{ + "type": "string" +}
22 tool updates
- Changed
create_event_calendar_file3 fields changed- removed
Input schema / properties / event_id / descriptionRemoved value: -"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote." - removed
Input schema / properties / status / descriptionRemoved value: -"Calendar status, for example CONFIRMED or TENTATIVE." - changed
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: +null
- Changed
create_event_preference_profile6 fields changed- added
Input schema / $defsAdded value: +{ + "dayPreference": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "additionalProperties": { + "$ref": "#/$defs/dayPreference" + }, + "propertyNames": { + "enum": [ + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ] + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } +} - removed
Input schema / properties / consent / descriptionRemoved value: -"Must be true only after the user agreed to save preferences." - added
Input schema / properties / preferences / $refAdded value: +"#/$defs/preferences" - removed
Input schema / properties / preferences / propertiesRemoved value: -{ - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } -} - removed
Input schema / properties / preferences / typeRemoved value: -"object" - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "access_instructions": { - "properties": { - "deletion_instruction": { - "type": "string" - }, - "keep_private": { - "type": "boolean" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "profile_secret": { - "type": [ - "string", - "null" - ] - }, - "profile_secret_returned_now": { - "type": "boolean" - }, - "purpose": { - "type": "string" - }, - "reuse_instruction": { - "type": "string" - } - }, - "required": [ - "profile_id", - "profile_secret", - "profile_secret_returned_now", - "keep_private", - "purpose", - "reuse_instruction", - "deletion_instruction" - ], - "type": "object" - }, - "assistant_instruction": { - "type": "string" - }, - "created": { - "type": "boolean" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "profile_secret": { - "description": "Returned once when a profile is created. The service stores only a hash.", - "type": "string" - } - }, - "required": [ - "created" - ], - "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
- Changed
delete_event_preferences4 fields changed- removed
Input schema / properties / confirm_delete / descriptionRemoved value: -"Must be true only after the user confirms deletion of Dizko connector preferences and feedback history." - removed
Input schema / properties / profile_id / descriptionRemoved value: -"Stable user/profile id." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "deleted": { - "type": "boolean" - } - }, - "required": [ - "deleted" - ], - "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
- Changed
get_artist_events9 fields changed- removed
Input schema / properties / artists / descriptionRemoved value: -"Artist, DJ, performer, or comedian names to look up (max 8 per call)." - removed
Input schema / properties / city / descriptionRemoved value: -"Optional city to scope the search; omit to search all cities." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format. Defaults to today." - removed
Input schema / properties / date_to / descriptionRemoved value: -"Optional inclusive end date in YYYY-MM-DD format." - removed
Input schema / properties / limit_per_artist / defaultRemoved value: -5 - removed
Input schema / properties / limit_per_artist / descriptionRemoved value: -"Upcoming events per artist (max 10)." - removed
Input schema / properties / profile_id / descriptionRemoved value: -"Optional Dizko preference profile id. When artists is omitted, the profile's saved featuring list is used." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "artists": { - "items": { - "properties": { - "artist": { - "type": "string" - }, - "count": { - "type": "number" - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - } - }, - "required": [ - "artist", - "count", - "events" - ], - "type": "object" - }, - "type": "array" - }, - "assistant_instruction": { - "type": "string" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "date_from": { - "type": "string" - }, - "date_to": { - "type": [ - "string", - "null" - ] - }, - "dropped_artists": { - "items": { - "type": "string" - }, - "type": "array" - }, - "not_found": { - "items": { - "type": "string" - }, - "type": "array" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - } - }, - "required": [ - "artists", - "not_found" - ], - "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
- Changed
get_city_pulse6 fields changed- removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format. Defaults to today." - removed
Input schema / properties / days / defaultRemoved value: -7 - removed
Input schema / properties / days / descriptionRemoved value: -"Window length in days starting from date_from (max 14)." - removed
Input schema / properties / event_types / descriptionRemoved value: -"Optional event-type filter, for example party." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "busiest_nights": { - "items": { - "properties": { - "date": { - "type": "string" - }, - "events": { - "type": "number" - }, - "weekday": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "date", - "events" - ], - "type": "object" - }, - "type": "array" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "date_from": { - "type": "string" - }, - "date_to": { - "type": "string" - }, - "days": { - "type": "number" - }, - "free_events_in_sample": { - "type": "number" - }, - "headliners": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - }, - "sample_note": { - "type": "string" - }, - "sample_size": { - "type": "number" - }, - "top_genres": { - "items": { - "properties": { - "events": { - "type": "number" - }, - "genre": { - "type": "string" - } - }, - "required": [ - "genre", - "events" - ], - "type": "object" - }, - "type": "array" - }, - "top_venues": { - "items": { - "properties": { - "events": { - "type": "number" - }, - "total_attendance": { - "type": "number" - }, - "venue": { - "type": "string" - } - }, - "required": [ - "venue", - "events" - ], - "type": "object" - }, - "type": "array" - }, - "total_available": { - "type": "number" - } - }, - "required": [ - "date_from", - "date_to", - "total_available", - "sample_size", - "busiest_nights", - "top_venues", - "top_genres", - "headliners" - ], - "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
- Changed
get_daily_roundup13 fields changed- removed
Input schema / properties / avoid / descriptionRemoved value: -"Terms to penalize in the ranking." - removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date / descriptionRemoved value: -"Target day in YYYY-MM-DD format. Defaults to today." - removed
Input schema / properties / limit / defaultRemoved value: -100 - removed
Input schema / properties / limit / descriptionRemoved value: -"How many of the day's events to fetch and rank." - removed
Input schema / properties / profile_id / descriptionRemoved value: -"Optional Dizko preference profile id. Supply it with profile_secret to personalize the picks with saved, learned, and per-day preferences." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - removed
Input schema / properties / section_limit / defaultRemoved value: -5 - removed
Input schema / properties / section_limit / descriptionRemoved value: -"Events per category section (max 10)." - removed
Input schema / properties / top_limit / defaultRemoved value: -5 - removed
Input schema / properties / top_limit / descriptionRemoved value: -"Top picks to feature (max 10)." - removed
Input schema / properties / when / descriptionRemoved value: -"Alternative date preset: today, tonight, or tomorrow." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "date": { - "type": "string" - }, - "personalization": { - "properties": { - "applied_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "current_request": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": [ - "boolean", - "null" - ] - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price_max": { - "type": [ - "number", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - }, - "when": { - "type": [ - "string", - "null" - ] - } - }, - "type": "object" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "saved_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "source": { - "type": "string" - } - }, - "type": "object" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "sections": { - "items": { - "properties": { - "count": { - "type": "number" - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "recommendation_reasons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "recommendation_score": { - "type": "number" - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - }, - "key": { - "type": "string" - }, - "title": { - "type": "string" - } - }, - "required": [ - "key", - "title", - "count", - "events" - ], - "type": "object" - }, - "type": "array" - }, - "top_picks": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "recommendation_reasons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "recommendation_score": { - "type": "number" - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - }, - "total_available": { - "type": "number" - }, - "weekday": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "date", - "total_available", - "top_picks", - "sections" - ], - "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
- Changed
get_event2 fields changed- removed
Input schema / properties / id / descriptionRemoved value: -"Event id." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "app_download_url": { - "description": "Dizko iPhone app landing page.", - "type": "string" - }, - "assistant_instruction": { - "type": "string" - }, - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "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
- Changed
get_event_feedback_prompt2 fields changed- removed
Input schema / properties / attended_at / descriptionRemoved value: -"Optional ISO date/time or YYYY-MM-DD the user attended or planned to attend." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "attended_at": { - "type": [ - "string", - "null" - ] - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "questions": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "event", - "attended_at", - "questions", - "assistant_instruction" - ], - "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
- Changed
get_event_preferences3 fields changed- removed
Input schema / properties / profile_id / descriptionRemoved value: -"Stable user/profile id." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "access_instructions": { - "properties": { - "deletion_instruction": { - "type": "string" - }, - "keep_private": { - "type": "boolean" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "profile_secret": { - "type": [ - "string", - "null" - ] - }, - "profile_secret_returned_now": { - "type": "boolean" - }, - "purpose": { - "type": "string" - }, - "reuse_instruction": { - "type": "string" - } - }, - "required": [ - "profile_id", - "profile_secret", - "profile_secret_returned_now", - "keep_private", - "purpose", - "reuse_instruction", - "deletion_instruction" - ], - "type": "object" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - } - }, - "required": [ - "profile" - ], - "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
- Changed
get_event_search_followups14 fields changed- removed
Input schema / properties / avoid / descriptionRemoved value: -"Terms to penalize in recommendations." - removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format." - removed
Input schema / properties / date_toRemoved value: -{ - "description": "Inclusive end date in YYYY-MM-DD format.", - "type": "string" -} - removed
Input schema / properties / featuringRemoved value: -{ - "description": "Artist or performer name.", - "type": "string" -} - removed
Input schema / properties / limitRemoved value: -{ - "default": 12, - "description": "Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more.", - "type": "number" -} - removed
Input schema / properties / max_price / descriptionRemoved value: -"Preference hint used by recommend_events and plan_night." - removed
Input schema / properties / offsetRemoved value: -{ - "default": 0, - "type": "number" -} - removed
Input schema / properties / price_minRemoved value: -{ - "type": "number" -} - removed
Input schema / properties / prideRemoved value: -{ - "type": "boolean" -} - removed
Input schema / properties / query / descriptionRemoved value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - removed
Input schema / properties / result_limitRemoved value: -{ - "default": 10, - "type": "number" -} - removed
Input schema / properties / when / descriptionRemoved value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "missing_fields": { - "items": { - "type": "string" - }, - "type": "array" - }, - "needs_followup": { - "type": "boolean" - }, - "questions": { - "items": { - "type": "string" - }, - "type": "array" - }, - "search_args_hint": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": [ - "boolean", - "null" - ] - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price_max": { - "type": [ - "number", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - }, - "when": { - "type": [ - "string", - "null" - ] - } - }, - "type": "object" - } - }, - "required": [ - "needs_followup", - "missing_fields", - "questions", - "search_args_hint", - "assistant_instruction" - ], - "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
- Changed
get_preference_onboarding2 fields changed- removed
Input schema / properties / profile_id / descriptionRemoved value: -"Stable user/profile id if already known." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "consent_required": { - "type": "boolean" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "questions": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "consent_required", - "questions", - "assistant_instruction" - ], - "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
- Changed
get_ticket_offers2 fields changed- removed
Input schema / properties / event_id / descriptionRemoved value: -"Event id returned by search, recommendations, plan_night, or get_event." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "count": { - "type": "number" - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "offers": { - "items": { - "properties": { - "autonomous_purchase_supported": { - "type": "boolean" - }, - "availability_status": { - "type": "string" - }, - "currency": { - "type": [ - "string", - "null" - ] - }, - "estimated_price": { - "type": [ - "string", - "null" - ] - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "fees_included": { - "type": "boolean" - }, - "notes": { - "items": { - "type": "string" - }, - "type": "array" - }, - "offer_id": { - "type": "string" - }, - "price_guaranteed": { - "type": "boolean" - }, - "provider": { - "type": [ - "string", - "null" - ] - }, - "purchase_mode": { - "type": "string" - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "offer_id", - "event", - "purchase_mode", - "autonomous_purchase_supported", - "availability_status" - ], - "type": "object" - }, - "type": "array" - }, - "policy": { - "properties": { - "autonomous_purchase_available": { - "type": "boolean" - }, - "current_default_behavior": { - "type": "string" - }, - "hard_rules": { - "items": { - "type": "string" - }, - "type": "array" - }, - "provider_contract": { - "type": "string" - }, - "supported_modes": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "required": [ - "event", - "count", - "offers", - "policy" - ], - "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
- Changed
get_ticket_purchase_policy1 field changed- changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "autonomous_purchase_available": { - "type": "boolean" - }, - "current_default_behavior": { - "type": "string" - }, - "hard_rules": { - "items": { - "type": "string" - }, - "type": "array" - }, - "provider_contract": { - "type": "string" - }, - "supported_modes": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "autonomous_purchase_available", - "supported_modes", - "hard_rules", - "current_default_behavior" - ], - "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
- Added
list_cities - Changed
plan_night15 fields changed- removed
Input schema / properties / avoid / descriptionRemoved value: -"Terms to penalize in recommendations." - removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format." - removed
Input schema / properties / date_to / descriptionRemoved value: -"Inclusive end date in YYYY-MM-DD format." - removed
Input schema / properties / featuring / descriptionRemoved value: -"Artist or performer name." - removed
Input schema / properties / limit / defaultRemoved value: -12 - removed
Input schema / properties / limit / descriptionRemoved value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more." - removed
Input schema / properties / max_price / descriptionRemoved value: -"Preference hint used by recommend_events and plan_night." - removed
Input schema / properties / offset / defaultRemoved value: -0 - removed
Input schema / properties / profile_id / descriptionRemoved value: -"Optional Dizko preference profile id. Supply it with profile_secret to apply saved and learned taste." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - removed
Input schema / properties / query / descriptionRemoved value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - removed
Input schema / properties / result_limit / defaultRemoved value: -10 - removed
Input schema / properties / when / descriptionRemoved value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "app_download_url": { - "description": "Dizko iPhone app landing page.", - "type": "string" - }, - "assistant_instruction": { - "type": "string" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "distance_from_primary_km": { - "type": [ - "number", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "plan_note": { - "type": "string" - }, - "plan_role": { - "enum": [ - "primary", - "nearby_fallback", - "later_fallback", - "alternate" - ], - "type": "string" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "recommendation_reasons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "recommendation_score": { - "type": "number" - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - }, - "personalization": { - "properties": { - "applied_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "current_request": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": [ - "boolean", - "null" - ] - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price_max": { - "type": [ - "number", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - }, - "when": { - "type": [ - "string", - "null" - ] - } - }, - "type": "object" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "saved_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "source": { - "type": "string" - } - }, - "type": "object" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "strategy": { - "type": "string" - }, - "when": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "city", - "when", - "strategy", - "events" - ], - "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
- Changed
purchase_ticket_order5 fields changed- removed
Input schema / properties / confirmation_text / descriptionRemoved value: -"User's explicit written confirmation, including buy/purchase, quantity, and max_total when present." - removed
Input schema / properties / idempotency_key / descriptionRemoved value: -"Optional idempotency key for integrated purchase providers." - removed
Input schema / properties / quote_token / descriptionRemoved value: -"Opaque quote token returned by quote_ticket_order." - removed
Input schema / properties / user_payment_profile_id / descriptionRemoved value: -"Provider-specific saved payment profile id, when an integrated provider supports autonomous purchase." - changed
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" - ] - }, - "checkout_url": { - "type": [ - "string", - "null" - ] - }, - "confirmation_prompt": { - "type": "string" - }, - "delivery_email": { - "type": [ - "string", - "null" - ] - }, - "error": { - "type": "string" - }, - "order_id": { - "type": [ - "string", - "null" - ] - }, - "provider_response": { - "additionalProperties": true, - "type": [ - "object", - "null" - ] - }, - "purchased": { - "type": "boolean" - }, - "quote": { - "properties": { - "autonomous_purchase_supported": { - "type": "boolean" - }, - "availability_status": { - "type": "string" - }, - "checkout_url": { - "type": [ - "string", - "null" - ] - }, - "currency": { - "type": [ - "string", - "null" - ] - }, - "estimated_price": { - "type": [ - "string", - "null" - ] - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "expires_at": { - "type": "string" - }, - "fees_included": { - "type": "boolean" - }, - "max_total": { - "type": [ - "number", - "null" - ] - }, - "offer_id": { - "type": "string" - }, - "price_guaranteed": { - "type": "boolean" - }, - "provider": { - "type": [ - "string", - "null" - ] - }, - "purchase_mode": { - "type": "string" - }, - "quantity": { - "type": "number" - }, - "quote_id": { - "type": "string" - }, - "refund_terms": { - "type": "string" - }, - "stop_conditions": { - "items": { - "type": "string" - }, - "type": "array" - }, - "ticket_type": { - "type": "string" - } - }, - "type": [ - "object", - "null" - ] - }, - "receipt_url": { - "type": [ - "string", - "null" - ] - }, - "status": { - "type": "string" - }, - "ticket_delivery_status": { - "type": [ - "string", - "null" - ] - } - }, - "required": [ - "purchased", - "status" - ], - "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
- Changed
quote_ticket_order8 fields changed- removed
Input schema / properties / currency / descriptionRemoved value: -"Preferred currency for max_total, for example USD." - removed
Input schema / properties / event_id / descriptionRemoved value: -"Event id returned by search, recommendations, plan_night, or get_event." - removed
Input schema / properties / max_total / descriptionRemoved value: -"Maximum all-in total the user authorizes before the agent must stop and ask again." - removed
Input schema / properties / offer_id / descriptionRemoved value: -"Optional offer_id returned by get_ticket_offers." - removed
Input schema / properties / quantity / defaultRemoved value: -1 - removed
Input schema / properties / refund_terms / descriptionRemoved value: -"Minimum refund/transfer terms the user accepts." - removed
Input schema / properties / ticket_type / descriptionRemoved value: -"Requested ticket type, for example GA, balcony, seated, VIP, or best available." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "assistant_instruction": { - "type": "string" - }, - "confirmation_prompt": { - "type": "string" - }, - "confirmation_required": { - "type": "boolean" - }, - "error": { - "type": "string" - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "policy": { - "properties": { - "autonomous_purchase_available": { - "type": "boolean" - }, - "current_default_behavior": { - "type": "string" - }, - "hard_rules": { - "items": { - "type": "string" - }, - "type": "array" - }, - "provider_contract": { - "type": "string" - }, - "supported_modes": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "quote": { - "properties": { - "autonomous_purchase_supported": { - "type": "boolean" - }, - "availability_status": { - "type": "string" - }, - "checkout_url": { - "type": [ - "string", - "null" - ] - }, - "currency": { - "type": [ - "string", - "null" - ] - }, - "estimated_price": { - "type": [ - "string", - "null" - ] - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "expires_at": { - "type": "string" - }, - "fees_included": { - "type": "boolean" - }, - "max_total": { - "type": [ - "number", - "null" - ] - }, - "offer_id": { - "type": "string" - }, - "price_guaranteed": { - "type": "boolean" - }, - "provider": { - "type": [ - "string", - "null" - ] - }, - "purchase_mode": { - "type": "string" - }, - "quantity": { - "type": "number" - }, - "quote_id": { - "type": "string" - }, - "refund_terms": { - "type": "string" - }, - "stop_conditions": { - "items": { - "type": "string" - }, - "type": "array" - }, - "ticket_type": { - "type": "string" - } - }, - "type": [ - "object", - "null" - ] - }, - "quote_token": { - "type": "string" - }, - "quoted": { - "type": "boolean" - } - }, - "required": [ - "quoted" - ], - "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
- Changed
recommend_events13 fields changed- removed
Input schema / properties / avoid / descriptionRemoved value: -"Terms to penalize in recommendations." - removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format." - removed
Input schema / properties / date_to / descriptionRemoved value: -"Inclusive end date in YYYY-MM-DD format." - removed
Input schema / properties / featuring / descriptionRemoved value: -"Artist or performer name." - removed
Input schema / properties / limit / defaultRemoved value: -12 - removed
Input schema / properties / limit / descriptionRemoved value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more." - removed
Input schema / properties / max_price / descriptionRemoved value: -"Preference hint used by recommend_events and plan_night." - removed
Input schema / properties / offset / defaultRemoved value: -0 - removed
Input schema / properties / query / descriptionRemoved value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - removed
Input schema / properties / result_limit / defaultRemoved value: -10 - removed
Input schema / properties / when / descriptionRemoved value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "app_download_url": { - "description": "Dizko iPhone app landing page.", - "type": "string" - }, - "assistant_instruction": { - "type": "string" - }, - "count": { - "type": "number" - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "recommendation_reasons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "recommendation_score": { - "type": "number" - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - } - }, - "required": [ - "count", - "events" - ], - "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
- Changed
recommend_events_for_user4 fields changed- removed
Input schema / properties / limit / defaultRemoved value: -50 - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - removed
Input schema / properties / result_limit / defaultRemoved value: -10 - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "app_download_url": { - "description": "Dizko iPhone app landing page.", - "type": "string" - }, - "assistant_instruction": { - "type": "string" - }, - "count": { - "type": "number" - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "recommendation_reasons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "recommendation_score": { - "type": "number" - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - }, - "message": { - "type": "string" - }, - "onboarding_needed": { - "type": "boolean" - }, - "personalization": { - "properties": { - "applied_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "current_request": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": [ - "boolean", - "null" - ] - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price_max": { - "type": [ - "number", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - }, - "when": { - "type": [ - "string", - "null" - ] - } - }, - "type": "object" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "saved_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "source": { - "type": "string" - } - }, - "type": "object" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "questions": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "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
- Changed
record_event_feedback3 fields changed- removed
Input schema / properties / attended_at / descriptionRemoved value: -"ISO date/time or YYYY-MM-DD." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "feedback": { - "properties": { - "attended_at": { - "type": [ - "string", - "null" - ] - }, - "created_at": { - "type": "string" - }, - "event": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "event_id": { - "type": "string" - }, - "liked": { - "type": [ - "boolean", - "null" - ] - }, - "notes": { - "type": [ - "string", - "null" - ] - }, - "rating": { - "type": [ - "number", - "null" - ] - } - }, - "type": "object" - }, - "follow_up": { - "type": "string" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "saved": { - "type": "boolean" - } - }, - "required": [ - "saved", - "feedback", - "profile" - ], - "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
- Changed
save_event_preferences9 fields changed- added
Input schema / $defsAdded value: +{ + "dayPreference": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "preferences": { + "properties": { + "avoid": { + "items": { + "type": "string" + }, + "type": "array" + }, + "cities": { + "items": { + "type": "string" + }, + "type": "array" + }, + "day_filters": { + "additionalProperties": { + "$ref": "#/$defs/dayPreference" + }, + "propertyNames": { + "enum": [ + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday", + "sunday" + ] + }, + "type": "object" + }, + "event_types": { + "items": { + "type": "string" + }, + "type": "array" + }, + "featuring": { + "items": { + "type": "string" + }, + "type": "array" + }, + "free": { + "type": "boolean" + }, + "genres": { + "items": { + "type": "string" + }, + "type": "array" + }, + "max_price": { + "type": "number" + }, + "neighborhoods": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nightlife": { + "type": "boolean" + }, + "venues": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vibe": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } +} - removed
Input schema / properties / consent / descriptionRemoved value: -"Must be true only after the user agreed to save preferences." - removed
Input schema / properties / mode / defaultRemoved value: -"merge" - added
Input schema / properties / preferences / $refAdded value: +"#/$defs/preferences" - removed
Input schema / properties / preferences / propertiesRemoved value: -{ - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } -} - removed
Input schema / properties / preferences / typeRemoved value: -"object" - removed
Input schema / properties / profile_id / descriptionRemoved value: -"Stable user/profile id." - removed
Input schema / properties / profile_secret / descriptionRemoved value: -"Private profile secret returned when the profile was created." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "access_instructions": { - "properties": { - "deletion_instruction": { - "type": "string" - }, - "keep_private": { - "type": "boolean" - }, - "profile_id": { - "type": [ - "string", - "null" - ] - }, - "profile_secret": { - "type": [ - "string", - "null" - ] - }, - "profile_secret_returned_now": { - "type": "boolean" - }, - "purpose": { - "type": "string" - }, - "reuse_instruction": { - "type": "string" - } - }, - "required": [ - "profile_id", - "profile_secret", - "profile_secret_returned_now", - "keep_private", - "purpose", - "reuse_instruction", - "deletion_instruction" - ], - "type": "object" - }, - "profile": { - "properties": { - "consent": { - "type": "boolean" - }, - "feedback_count": { - "type": "number" - }, - "learned_preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "preferences": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "cities": { - "items": { - "type": "string" - }, - "type": "array" - }, - "day_filters": { - "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.", - "properties": { - "friday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "monday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "saturday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "sunday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "thursday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "tuesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "wednesday": { - "properties": { - "avoid": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "type": "object" - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "featuring": { - "items": { - "type": "string" - }, - "type": "array" - }, - "free": { - "type": "boolean" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "max_price": { - "type": "number" - }, - "neighborhoods": { - "items": { - "type": "string" - }, - "type": "array" - }, - "nightlife": { - "type": "boolean" - }, - "venues": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "profile_id": { - "type": "string" - }, - "updated_at": { - "type": "string" - } - }, - "required": [ - "profile_id", - "consent", - "preferences", - "feedback_count", - "updated_at" - ], - "type": "object" - }, - "saved": { - "type": "boolean" - } - }, - "required": [ - "saved" - ], - "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
- Changed
search_events13 fields changed- removed
Input schema / properties / avoid / descriptionRemoved value: -"Terms to penalize in recommendations." - removed
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york." - removed
Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format." - removed
Input schema / properties / date_to / descriptionRemoved value: -"Inclusive end date in YYYY-MM-DD format." - removed
Input schema / properties / featuring / descriptionRemoved value: -"Artist or performer name." - removed
Input schema / properties / limit / defaultRemoved value: -12 - removed
Input schema / properties / limit / descriptionRemoved value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more." - removed
Input schema / properties / max_price / descriptionRemoved value: -"Preference hint used by recommend_events and plan_night." - removed
Input schema / properties / offset / defaultRemoved value: -0 - removed
Input schema / properties / query / descriptionRemoved value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases." - removed
Input schema / properties / result_limit / defaultRemoved value: -10 - removed
Input schema / properties / when / descriptionRemoved value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD." - changed
Output schema / (root)Previous value: -{ - "anyOf": [ - { - "properties": { - "app_download_url": { - "description": "Dizko iPhone app landing page.", - "type": "string" - }, - "assistant_instruction": { - "type": "string" - }, - "count": { - "type": "number" - }, - "events": { - "items": { - "properties": { - "attendance_count": { - "type": [ - "number", - "null" - ] - }, - "calendar_url": { - "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.", - "type": [ - "string", - "null" - ] - }, - "city": { - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short one-line event description for display.", - "type": [ - "string", - "null" - ] - }, - "directions_url": { - "description": "Google Maps directions link. Offer as 'Get directions'.", - "type": [ - "string", - "null" - ] - }, - "ends_at": { - "type": [ - "string", - "null" - ] - }, - "event_types": { - "items": { - "type": "string" - }, - "type": "array" - }, - "event_url": { - "type": "string" - }, - "genres": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "lineup": { - "items": { - "type": "string" - }, - "type": "array" - }, - "price": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "starts_at": { - "type": [ - "string", - "null" - ] - }, - "ticket_url": { - "type": [ - "string", - "null" - ] - }, - "title": { - "type": "string" - }, - "venue": { - "type": [ - "string", - "null" - ] - }, - "vibe": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "id", - "title", - "event_url" - ], - "type": "object" - }, - "type": "array" - } - }, - "required": [ - "count", - "events" - ], - "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
21 tool updates
- First observed
create_event_calendar_file - First observed
create_event_preference_profile - First observed
delete_event_preferences - First observed
get_artist_events - First observed
get_city_pulse - First observed
get_daily_roundup - First observed
get_event - First observed
get_event_feedback_prompt - First observed
get_event_preferences - First observed
get_event_search_followups - First observed
get_preference_onboarding - First observed
get_ticket_offers - First observed
get_ticket_purchase_policy - First observed
plan_night - First observed
purchase_ticket_order - First observed
quote_ticket_order - First observed
recommend_events - First observed
recommend_events_for_user - First observed
record_event_feedback - First observed
save_event_preferences - First observed
search_events
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Live-concert discovery: 44,000+ upcoming concerts worldwide by city, artist, genre or festival.
Search live events in 60+ countries, plan a night out, and demand artists to tour your city.
UK live music and events, from grassroots small venues to major shows, updated daily.
Discover tech events, startup meetups, AI events across 8 cities — including hidden ones.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides music events, concerts, music festivals, nightclubs and other events information.172MIT
- AlicenseNot gradedqualityCmaintenanceDiscover tech events, startup meetups, AI events across cities including hidden ones.512MIT
- -
- AlicenseNot gradedqualityCmaintenanceEnables discovery of electronic/dance events, concerts, and festivals across North American metros, with location lookup by city, state, or coordinates.5MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.