Skip to main content
Glama

recipes_get_trending

Read-onlyIdempotent

Get the most popular and recently published recipes on SAVOR Dish. Returns trending recipes with photos, ordered by newest first. TRIGGERS:

  • 'what's trending', 'popular recipes', 'top recipes'

  • 'what's new', 'latest recipes', 'most popular dishes'

  • 'show me trending food', 'best recipes right now'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of trending recipes to return (1-20, default 10)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate a safe read operation (readOnlyHint, idempotentHint, destructiveHint). The description adds meaningful behavioral context: results include photos and are ordered by newest first, which is valuable beyond the annotations.

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 concise parts: a clear first sentence followed by a compact trigger list. No wasted words or redundancy. Information is front-loaded and easy to scan.

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?

Given the tool's low complexity (one optional parameter, no output schema, safe annotation), the description covers everything an agent needs: purpose, result format, ordering, and example user queries. No significant gaps.

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?

The only parameter (limit) is fully described in the schema (coverage 100%), so the description doesn't need to repeat it. The description adds no extra parameter-level detail, but per the calibration baseline, a score of 3 is appropriate when the schema covers everything.

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 clearly states it gets 'the most popular and recently published recipes' with specific output details (photos, newest first). This distinguishes it from siblings like recipes_get_random or recipes_search, which have different selection criteria.

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

Usage Guidelines4/5

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

Provides a list of trigger phrases ('what's trending', 'popular recipes', 'top recipes') that clearly indicate when to use this tool. However, it does not explicitly mention when not to use it or name alternative tools, so it falls 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources