My lounge visits
get_my_visitsGet your visited lounges list with dates and notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max visits to return (default 20, max 50) |
get_my_visitsGet your visited lounges list with dates and notes.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max visits to return (default 20, max 50) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already disclose read-only, idempotent, and non-destructive behavior, so the description does not need to restate that. It adds useful return scope ('dates and notes'), but does not describe ordering, pagination effects, or empty-list behavior; acceptable given the annotation coverage.
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, redundancy, or repetition of the title. The key action and resource are front-loaded, and every word contributes meaning.
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: one optional parameter, rich safety annotations, and no output schema. The description gives the key return aspects ('dates and notes') and clearly scopes the data. Minor missing details like ordering are not critical to 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 100%: the only parameter, limit, is fully documented with its default and maximum. The description adds no parameter-specific detail, so the baseline of 3 applies.
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 ('Get'), the resource ('your visited lounges list'), and the included fields ('dates and notes'). The 'visited' qualifier clearly distinguishes this from sibling list tools like get_my_wishlist and get_my_reviews.
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 clear context that this is for retrieving the user's own past lounge visits, which implies when it should be used. It does not explicitly name alternatives or exclusion conditions, 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.
Add one secure layer between your agents and this server.