Skip to main content
Glama
vitaliemiron

Cookidoo MCP Server

by vitaliemiron

get_custom_recipe_details

Retrieve full text content of a custom recipe, including preparation instructions and plain ingredient lists, to access complete cooking details from the account's saved recipes.

Instructions

Get the full text content of a recipe in the account's custom recipes.

Unlike get_recipe_details, this endpoint includes preparation instructions. It returns plain ingredient and instruction text; use the update tools to add or replace guided-cooking annotations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipe_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries the full burden. It discloses that the tool returns plain text (not guided-cooking annotations) and directs users to update tools for annotation work. This adds useful behavioral context beyond schema, though it doesn't cover error cases or return structure.

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?

Four concise sentences, first is front-loaded and zero waste. Each sentence adds distinct value: what it does, sibling distinction, return format, and pointer to update tools.

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?

Single-param tool with output schema present, so return structure is covered by schema. The description clarifies the custom-recipe scope and plain-text nature, which is significant. Slightly more could be said about content size or availability, but for this simplicity level it's solid.

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 description coverage is 0% and there's only 1 param (recipe_id). The description clarifies that recipe_id refers to a custom recipe (vs. general recipe), and the output is 'full text content' with plain ingredient/instruction text. With 1 param, baseline is near-max and description adds reasonable context.

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?

Specific verb+resource: 'Get the full text content of a recipe'. Clearly distinguishes from sibling get_recipe_details by noting it includes preparation instructions. Establishes scope ('custom recipes') explicitly.

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?

Provides a clear contrast with get_recipe_details (includes preparation instructions), which helps differentiate. However, it doesn't state when to choose this vs. the alternative, or when NOT to use it — no exclusions or conditions.

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/vitaliemiron/cookidoo-mcp'

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