Skip to main content
Glama

skylight_plan_meal

Schedule a meal for a date, set it to repeat, link a recipe, and add it to the grocery list.

Instructions

Plan a meal on a date (optionally repeating, link a recipe, add to grocery list).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesYYYY-MM-DD the meal is planned for.
noteNo
rruleNoiCal RRULE string for a repeating meal, e.g. "FREQ=DAILY;INTERVAL=1;UNTIL=20260626T235959Z" (meals use a plain rrule string, NOT an array).
frameIdNo
summaryYesMeal name. LIVE-VERIFIED: when meal_recipe_id is set, this must be BLANK — pass "" and the sitting inherits its name from the linked recipe. Sending a non-blank summary together with a recipe id returns 422 {"errors":{"summary":["must be blank"]}}.
descriptionNoIngredients / instructions.
meal_recipe_idNoLink an existing recipe.
saveToRecipeBoxNo
meal_category_idYesMeal category id (breakfast/lunch/dinner — from skylight_list_meal_categories).
add_to_grocery_listNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.8.1
    • changedInput schema / properties / summary / description
      Previous value: -"Meal name."New value: +"Meal name. LIVE-VERIFIED: when meal_recipe_id is set, this must be BLANK — pass \"\" and the sitting inherits its name from the linked recipe. Sending a non-blank summary together with a recipe id returns 422 {\"errors\":{\"summary\":[\"must be blank\"]}}."
  2. Changed4 schema fields changedv0.7.1
    • removedInput schema / properties / meal_category_id / anyOf
      Removed value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "number"
      -  }
      -]
    • addedInput schema / properties / meal_category_id / type
      Added value: +[
      +  "string",
      +  "number"
      +]
    • removedInput schema / properties / meal_recipe_id / anyOf
      Removed value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "number"
      -  }
      -]
    • addedInput schema / properties / meal_recipe_id / type
      Added value: +[
      +  "string",
      +  "number"
      +]
  3. First observedv0.4.6

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It implies side effects like scheduling a meal and optionally mutating the grocery list, but it does not state whether this creates a new record, whether existing meals are overwritten, what permissions are required, or what the response contains.

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?

The description is a single concise, front-loaded sentence with no filler. It communicates the core action and the three optional capabilities in a compact form that is easy for an agent to parse.

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

Completeness2/5

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

For a 10-parameter creation tool with no annotations and no output schema, this description is too thin. It does not mention return values, the requirement that summary must be blank when meal_recipe_id is set, how category IDs are obtained, or the purpose of several parameters. The schema helps, but the overall tool context remains incomplete.

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

Parameters3/5

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

Schema description coverage is 60%, and the description adds some parameter-level meaning by clarifying that repeating maps to rrule, linking a recipe maps to meal_recipe_id, and grocery list mapping to add_to_grocery_list. However, it does not compensate for undocumented parameters such as note, frameId, saveToRecipeBox, and add_to_grocery_list, and the schema already documents the most complex parameter (summary).

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

Purpose4/5

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

The description uses a specific verb 'Plan a meal on a date' and identifies the resource and core optional behaviors (repeating, linking a recipe, adding to grocery list). It is clear enough to distinguish from meal-related siblings like skylight_update_meal or skylight_list_meals, though it does not explicitly differentiate itself from skylight_generate_meal_plan.

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

Usage Guidelines2/5

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

The description does not provide explicit guidance on when to choose this tool over alternatives. It states what the tool can do but gives no exclusions, no recommended contexts, and no comparisons to related tools such as skylight_generate_meal_plan or skylight_create_recipe.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/skylight-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server