Skip to main content
Glama
bramboe
by bramboe

list_saved_recipes

Lists saved recipes from your NYT Cooking account. Supports pagination with page number and results per page.

Instructions

List recipes saved in the user's NYT Cooking recipe box.

Requires a configured user id and a valid session cookie (see login).

Args: page: 1-indexed page number. per_page: Number of results per page (default 48).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
per_pageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided so description carries full burden. Discloses authentication requirement but omits behavioral aspects like read-only nature, rate limits, or pagination limits.

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

Conciseness4/5

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

Three concise sentences; purpose line is clear, followed by prerequisites and parameter explanations. Efficient without unnecessary detail.

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

Completeness4/5

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

Covers prerequisites and parameter semantics. Output schema exists so return value not needed. Sufficient for a list tool with two parameters, though could note the object shape briefly.

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 0%, so description is the sole source. Explains page as 1-indexed and per_page default 48, adding meaningful detail beyond the schema's defaults and types.

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?

Clearly states it lists saved recipes from the user's recipe box. The verb 'list' and resource 'saved recipes' are specific, but it doesn't explicitly distinguish from search_recipes, though the context makes it clear.

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?

Explicitly mentions prerequisites (user id and session cookie) and references the login tool. Does not contrast with alternatives like search_recipes, but provides actionable guidance.

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/bramboe/nyt-cooking-mcp'

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