Skip to main content
Glama

lesgooo.fun

Read a plan

get_plan
Read-only

Read a plan: title, event details, participants and their available dates and RSVP, the best dates so far, and the places being voted on (with place_id). Pass since (the server_time of an earlier call) to also get a list of what changed since then.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYesPlan link (e.g. https://lesgooo.fun/ab12/when) or its 4-character id.
sinceNoOptional ISO timestamp (server_time from an earlier get_plan).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark the tool readOnly, and the description adds the incremental-change behavior: passing 'since' returns a list of what changed. It also clarifies that place_id is included for voted places, providing context beyond the schema.

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

Conciseness5/5

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

Two sentences fully convey the tool's purpose, return contents, and optional parameter behavior. It is front-loaded with the core read action and has no filler or repetition.

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

Completeness5/5

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

For a simple read tool, the description covers what the call returns, how to identify the plan, and how the optional parameter works. With readOnlyHint already annotated and no output schema required, nothing essential is missing.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3, but the description adds meaning to the 'since' parameter by explaining that it takes a server_time from an earlier call and returns changes since then. This goes beyond the schema's brief ISO timestamp note.

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

Purpose5/5

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

The description uses a specific verb ('Read') and resource ('a plan'), and enumerates the key contents: title, event details, participants, availability, RSVP, best dates, and voted places with place_id. This clearly distinguishes it from sibling tools like get_checklist and get_expenses.

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

Usage Guidelines3/5

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

The description implies usage — read a plan when you need plan-level details — but does not explicitly state when to use this tool versus alternatives. It does provide one usage-related hint: passing 'since' can retrieve changes since an earlier call.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources