Skip to main content
Glama
briantkatch

Paprika MCP Server

by briantkatch

search_recipes

Search recipes in Paprika Recipe Manager by text across titles, ingredients, categories, directions, or notes to find relevant cooking instructions.

Instructions

Search recipes by text across title, ingredients, categories, directions, or notes. Returns recipe IDs, titles, and context for each match. Use an empty query ('') to get all recipes. Results are paginated and sorted alphabetically. Only non-trashed recipes are included.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesText to search for in recipes. Use empty string '' to get all recipes.
fieldsNoSpecific fields to search in. If not provided, searches all fields (name, ingredients, categories, directions, notes)
context_linesNoNumber of lines of context to show around matches (default: 2)
pageNoPage number for pagination (default: 1)
page_sizeNoNumber of results per page (default: 20)
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing key behavioral traits: pagination, alphabetical sorting, exclusion of trashed recipes, and what fields are searched. It doesn't mention rate limits or authentication needs, but covers most operational aspects.

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 efficiently structured with four sentences that each add value: search scope, return format, special query case, and behavioral constraints. It's front-loaded with the core purpose and wastes no words.

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?

For a search tool with no annotations and no output schema, the description provides good context about what fields are searched, pagination, sorting, and filtering. It could be more complete by describing the exact return format or error conditions, but covers the essential operational context.

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 100%, so the baseline is 3. The description adds some value by explaining the empty query behavior and context lines purpose, but doesn't provide significant additional parameter semantics beyond what the schema already documents thoroughly.

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 the verb 'search' and resource 'recipes', specifies what fields are searched (title, ingredients, categories, directions, notes), and distinguishes from siblings like 'read_recipe' and 'update_recipe' by focusing on search functionality. It provides specific scope and behavior.

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?

The description provides clear context for when to use this tool (searching across multiple fields) and includes a specific usage note about empty queries to get all recipes. However, it doesn't explicitly state when NOT to use it or mention alternatives among the sibling tools.

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/briantkatch/paprika-mcp'

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