Skip to main content
Glama

recipe_timeline_create_one

Create a timeline event for a recipe, such as a comment or system update, to track changes or notes over time.

Instructions

Create One [POST /api/recipes/timeline/events]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
Behavior1/5

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

No annotations are provided, and the description does not disclose any behavioral traits such as side effects, required permissions, idempotency, rate limits, or data constraints. For a creation tool, critical information about what happens on creation is missing.

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

Conciseness1/5

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

The description is extremely brief (one short line) but fails to convey any useful information. Conciseness should not come at the expense of clarity; this is under-specification rather than efficient communication.

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

Completeness1/5

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

Given the complexity (many sibling tools, 1 required object parameter with multiple fields, no output schema, no annotations), the description is completely inadequate. It provides no context about the tool's purpose, usage, or behavior, making it nearly impossible for an agent to use correctly.

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

Parameters1/5

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

The input schema has 1 required parameter ('body') which is a nested object with 7 properties. The schema description coverage is 0%, meaning no property descriptions exist in the schema. The tool description adds no additional meaning or context for any parameter, leaving the agent to guess the meaning of fields like 'eventType' or 'timestamp'.

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

Purpose2/5

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

The description says 'Create One' and gives the HTTP endpoint, which indicates the tool creates a single timeline event for a recipe. However, it does not clarify what a timeline event is or how it relates to other tools like 'recipe_timeline_update_one' or 'recipe_timeline_delete_one'. The description is essentially a tautology of the tool name.

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 provides no guidance on when to use this tool versus alternatives such as 'recipe_timeline_update_one' or other create tools (e.g., 'recipe_comments_create_one', 'households_mealplans_create_one'). There is no mention of prerequisites, context, or exclusions.

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/2fst4u/mealie-mcp'

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