Get Event Feedback Prompt
get_event_feedback_promptUse this when a user needs a short post-event feedback prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| attended_at | No |
get_event_feedback_promptUse this when a user needs a short post-event feedback prompt.
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| attended_at | No |
Changes observed during successful MCP inspections.
Input schema / properties / attended_at / descriptionRemoved value: -"Optional ISO date/time or YYYY-MM-DD the user attended or planned to attend."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: +nullInput schema / properties / attended_at / descriptionAdded value: +"Optional ISO date/time or YYYY-MM-DD the user attended or planned to attend."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"
+}Input schema / properties / attended_at / descriptionRemoved value: -"Optional ISO date/time or YYYY-MM-DD the user attended or planned to attend."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: +nullDoes the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description adds the behavioral context that the output is a short post-event feedback prompt, but it does not disclose return format or how input values affect the prompt. This is adequate but not richly transparent.
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 communicates the core usage compactly, though it is concise partly because it omits detail that would improve completeness.
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 safe read-only prompt tool, the description plus annotations provide a minimally viable understanding: an agent can infer it returns a feedback prompt and needs event_id. It does not describe the return value or optional attended_at, and lacks alternative guidance, leaving some gaps 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 does not explain event_id or attended_at. The words 'post-event' provide a faint contextual link to attended_at, and event_id is self-explanatory, but the description does not compensate for the missing schema descriptions. Parameter semantics are largely left to inference.
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 use case: provide a short post-event feedback prompt. It identifies the resource as a feedback prompt and distinguishes it from recording feedback (e.g., record_event_feedback) by focusing on generating a prompt. However, 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 explicitly begins with 'Use this when a user needs a short post-event feedback prompt,' giving clear context for when the tool applies. It offers no exclusions or alternative-tool routing, but the trigger condition is concrete enough to guide selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.