Feedback submitted, but wanted to share here as well (reference ID: 201).
Bug: submit-guest-review returns "No guest review found" even when the review ID comes directly from get-guest-reviews.
Root cause hypothesis: guest review ID (redacted) is a 19-digit integer, which exceeds JavaScript's safe integer limit (~16 digits). This means the ID likely loses precision when parsed as a number, causing a mismatch on the platform side.
Suggested fix: Treat review IDs as strings throughout the MCP pipeline, or allow review submission by reservation UUID/code as an alternative lookup method.
Priority: High — it blocks a core hosting workflow.
Using Claude and was able to craft a very detailed and accurate review, however it was unable to submit the review for some reason.
