Skip to main content
Glama

explore_cookbooks_get_all

Retrieve all cookbooks from a specified Mealie group to browse or search available cookbook collections.

Instructions

Get All — Explore: Cookbooks. List cookbooks. [GET /api/explore/groups/{group_slug}/cookbooks] Keywords: explore_cookbooks_get_all, explore cookbooks get all, list cookbook, list cookbooks, get cookbook, get cookbooks, search cookbook, search cookbooks, find cookbook, find cookbooks, browse cookbook, browse cookbooks, fetch cookbook, fetch cookbooks, read cookbook, read cookbooks, cookbook, cookbooks, explore cookbooks, explore, groups, list, get, search, find, browse, fetch, read, read-only, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
searchNo
orderByNo
perPageNo
group_slugYes
queryFilterNo
orderDirectionNodesc
paginationSeedNo
orderByNullPositionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. It states 'read-only' as a keyword and implies a GET request, but does not explain pagination behavior, response shape, rate limits, or authorization requirements for the group_slug. For a 9-parameter list tool with zero annotation coverage, this is a significant gap.

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

Conciseness2/5

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

The description is dominated by a keyword dump of 28+ near-duplicate search terms that add no semantic value. The actual operational description is a single terse sentence. The structure is poorly front-loaded, wasting space on keyword noise rather than useful context.

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?

For a tool with 9 parameters, 0% schema coverage, no annotations, and no output schema, the description is completely inadequate. It doesn't explain any parameter, the response format, pagination, or how it relates to sibling tools. An agent could not reliably invoke this tool correctly based on this definition.

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?

Schema description coverage is 0% and the description adds no parameter meaning whatsoever. Nine parameters exist (page, search, orderBy, perPage, group_slug, queryFilter, orderDirection, paginationSeed, orderByNullPosition) with no explanation of their purpose, format, or constraints beyond their titles.

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?

States a clear verb+resource (list cookbooks) and includes the HTTP endpoint, so the agent knows exactly what the operation is. It doesn't explicitly differentiate itself from the sibling explore_cookbooks_get_one or households_cookbooks_get_all, but the 'list' verb and plural resource make the distinction reasonably inferable.

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?

No guidance on when to use this versus explore_cookbooks_get_one, households_cookbooks_get_all, or the households cookbook CRUD tools. There is no mention of prerequisites, pagination behavior, or when-not conditions. The keyword dump provides search terms but no actual usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools